All Downloads are FREE. Search and download functionalities are using the official Maven repository.

annotations.io.fabric8.kubernetes.api.model.extensions.IngressBackendFluent Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model.extensions;

import io.fabric8.kubernetes.api.model.IntOrString;
import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.model.IntOrStringBuilder;
import io.fabric8.kubernetes.api.model.IntOrStringFluent;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface IngressBackendFluent> extends Fluent{


    public String getServiceName();    public T withServiceName( String serviceName);    public IntOrString getServicePort();    public T withServicePort( IntOrString servicePort);    public ServicePortNested withNewServicePort();    public ServicePortNested withNewServicePortLike( IntOrString item);    public ServicePortNested editServicePort();    public T withNewServicePort( String strVal);    public T withNewServicePort( Integer intVal);    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    public interface ServicePortNested extends Nested, IntOrStringFluent>{
            public N and();            public N endServicePort();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy