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

io.kubernetes.client.models.V1beta1IngressRuleFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;

public interface V1beta1IngressRuleFluent> extends Fluent{


    public String getHost();
    public A withHost(String host);
    public Boolean hasHost();
    
/**
 * This method has been deprecated, please use method buildHttp instead.
 */
@Deprecated public V1beta1HTTPIngressRuleValue getHttp();
    public V1beta1HTTPIngressRuleValue buildHttp();
    public A withHttp(V1beta1HTTPIngressRuleValue http);
    public Boolean hasHttp();
    public V1beta1IngressRuleFluent.HttpNested withNewHttp();
    public V1beta1IngressRuleFluent.HttpNested withNewHttpLike(V1beta1HTTPIngressRuleValue item);
    public V1beta1IngressRuleFluent.HttpNested editHttp();
    public V1beta1IngressRuleFluent.HttpNested editOrNewHttp();
    public V1beta1IngressRuleFluent.HttpNested editOrNewHttpLike(V1beta1HTTPIngressRuleValue item);

    public interface HttpNested extends io.kubernetes.client.fluent.Nested,V1beta1HTTPIngressRuleValueFluent>{

        
    public N and();    public N endHttp();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy