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

io.fabric8.kubernetes.api.model.extensions.IngressRuleFluent Maven / Gradle / Ivy

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

import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface IngressRuleFluent> extends Fluent{


    public String getHost();
    public A withHost(String host);
    public HTTPIngressRuleValue getHttp();
    public A withHttp(HTTPIngressRuleValue http);
    public IngressRuleFluent.HttpNested withNewHttp();
    public IngressRuleFluent.HttpNested withNewHttpLike(HTTPIngressRuleValue item);
    public IngressRuleFluent.HttpNested editHttp();

    public interface HttpNested extends Nested,HTTPIngressRuleValueFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy