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

io.kubernetes.client.openapi.models.V1IngressRuleFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;

public interface V1IngressRuleFluent> extends Fluent {


    public String getHost();
    public A withHost(String host);
    public Boolean hasHost();
    public A withNewHost(String arg1);
    public A withNewHost(StringBuilder arg1);
    public A withNewHost(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildHttp instead.
 * @return The buildable object.
 */
@Deprecated public V1HTTPIngressRuleValue getHttp();
    public V1HTTPIngressRuleValue buildHttp();
    public A withHttp(V1HTTPIngressRuleValue http);
    public Boolean hasHttp();
    public V1IngressRuleFluent.HttpNested withNewHttp();
    public V1IngressRuleFluent.HttpNested withNewHttpLike(V1HTTPIngressRuleValue item);
    public V1IngressRuleFluent.HttpNested editHttp();
    public V1IngressRuleFluent.HttpNested editOrNewHttp();
    public V1IngressRuleFluent.HttpNested editOrNewHttpLike(V1HTTPIngressRuleValue item);
    public interface HttpNested extends io.kubernetes.client.fluent.Nested,V1HTTPIngressRuleValueFluent> {

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy