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

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

There is a newer version: 0.2.12
Show newest version
package io.alauda.kubernetes.api.model.extensions;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.alauda.kubernetes.api.model.IntOrString;
import io.alauda.kubernetes.api.builder.Nested;
import com.fasterxml.jackson.databind.JsonSerializer;
import java.lang.String;
import com.fasterxml.jackson.databind.JsonDeserializer;
import io.alauda.kubernetes.api.model.IntOrStringBuilder;
import java.lang.Deprecated;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.SerializerProvider;
import java.lang.Boolean;
import java.lang.Override;
import com.fasterxml.jackson.core.JsonParser;
import io.alauda.kubernetes.api.builder.Fluent;
import io.alauda.kubernetes.api.model.IntOrStringFluent;
import java.lang.Integer;
import javax.validation.Valid;
import java.lang.Object;
import java.util.Map;

public interface IngressBackendFluent> extends Fluent{


    public String getServiceName();
    public A withServiceName(String serviceName);
    public Boolean hasServiceName();
    
/**
 * This method has been deprecated, please use method buildServicePort instead.
 */
@Deprecated public IntOrString getServicePort();
    public IntOrString buildServicePort();
    public A withServicePort(IntOrString servicePort);
    public Boolean hasServicePort();
    public IngressBackendFluent.ServicePortNested withNewServicePort();
    public IngressBackendFluent.ServicePortNested withNewServicePortLike(IntOrString item);
    public IngressBackendFluent.ServicePortNested editServicePort();
    public IngressBackendFluent.ServicePortNested editOrNewServicePort();
    public IngressBackendFluent.ServicePortNested editOrNewServicePortLike(IntOrString item);
    public A withNewServicePort(Integer intVal);
    public A withNewServicePort(String strVal);

    public interface ServicePortNested extends io.alauda.kubernetes.api.builder.Nested,IntOrStringFluent>{

        
    public N and();    public N endServicePort();
}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy