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

io.kubernetes.client.openapi.models.ExtensionsV1beta1IngressRuleFluent 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 ExtensionsV1beta1IngressRuleFluent> 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 ExtensionsV1beta1HTTPIngressRuleValue getHttp();
    public ExtensionsV1beta1HTTPIngressRuleValue buildHttp();
    public A withHttp(ExtensionsV1beta1HTTPIngressRuleValue http);
    public Boolean hasHttp();
    public ExtensionsV1beta1IngressRuleFluent.HttpNested withNewHttp();
    public ExtensionsV1beta1IngressRuleFluent.HttpNested withNewHttpLike(ExtensionsV1beta1HTTPIngressRuleValue item);
    public ExtensionsV1beta1IngressRuleFluent.HttpNested editHttp();
    public ExtensionsV1beta1IngressRuleFluent.HttpNested editOrNewHttp();
    public ExtensionsV1beta1IngressRuleFluent.HttpNested editOrNewHttpLike(ExtensionsV1beta1HTTPIngressRuleValue item);
    public interface HttpNested extends io.kubernetes.client.fluent.Nested,ExtensionsV1beta1HTTPIngressRuleValueFluent> {

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy