Class IngressRuleFluentImpl<A extends IngressRuleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
,io.fabric8.kubernetes.api.builder.Visitable<A>
,IngressRuleFluent<A>
- Direct Known Subclasses:
IngressRuleBuilder
,IngressSpecFluentImpl.RulesNestedImpl
public class IngressRuleFluentImpl<A extends IngressRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressRuleFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
IngressRuleFluentImpl.HttpNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressRuleFluent
IngressRuleFluent.HttpNested<N>
-
-
Constructor Summary
Constructors Constructor Description IngressRuleFluentImpl()
IngressRuleFluentImpl(IngressRule instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HTTPIngressRuleValue
buildHttp()
IngressRuleFluent.HttpNested<A>
editHttp()
IngressRuleFluent.HttpNested<A>
editOrNewHttp()
IngressRuleFluent.HttpNested<A>
editOrNewHttpLike(HTTPIngressRuleValue item)
boolean
equals(Object o)
String
getHost()
HTTPIngressRuleValue
getHttp()
Deprecated.int
hashCode()
Boolean
hasHost()
Boolean
hasHttp()
A
withHost(String host)
A
withHttp(HTTPIngressRuleValue http)
A
withNewHost(String arg1)
A
withNewHost(StringBuffer arg1)
A
withNewHost(StringBuilder arg1)
IngressRuleFluent.HttpNested<A>
withNewHttp()
IngressRuleFluent.HttpNested<A>
withNewHttpLike(HTTPIngressRuleValue item)
-
-
-
Constructor Detail
-
IngressRuleFluentImpl
public IngressRuleFluentImpl()
-
IngressRuleFluentImpl
public IngressRuleFluentImpl(IngressRule instance)
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHost
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withHost
public A withHost(String host)
- Specified by:
withHost
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
hasHost
public Boolean hasHost()
- Specified by:
hasHost
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withNewHost
public A withNewHost(String arg1)
- Specified by:
withNewHost
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withNewHost
public A withNewHost(StringBuilder arg1)
- Specified by:
withNewHost
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withNewHost
public A withNewHost(StringBuffer arg1)
- Specified by:
withNewHost
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
getHttp
@Deprecated public HTTPIngressRuleValue getHttp()
Deprecated.This method has been deprecated, please use method buildHttp instead.- Specified by:
getHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
- Returns:
- The buildable object.
-
buildHttp
public HTTPIngressRuleValue buildHttp()
- Specified by:
buildHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withHttp
public A withHttp(HTTPIngressRuleValue http)
- Specified by:
withHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
hasHttp
public Boolean hasHttp()
- Specified by:
hasHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withNewHttp
public IngressRuleFluent.HttpNested<A> withNewHttp()
- Specified by:
withNewHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
withNewHttpLike
public IngressRuleFluent.HttpNested<A> withNewHttpLike(HTTPIngressRuleValue item)
- Specified by:
withNewHttpLike
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
editHttp
public IngressRuleFluent.HttpNested<A> editHttp()
- Specified by:
editHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
editOrNewHttp
public IngressRuleFluent.HttpNested<A> editOrNewHttp()
- Specified by:
editOrNewHttp
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
editOrNewHttpLike
public IngressRuleFluent.HttpNested<A> editOrNewHttpLike(HTTPIngressRuleValue item)
- Specified by:
editOrNewHttpLike
in interfaceIngressRuleFluent<A extends IngressRuleFluent<A>>
-
-