Class IngressControllerHTTPHeaderFluent<A extends IngressControllerHTTPHeaderFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerHTTPHeaderFluent<A>
-
- Direct Known Subclasses:
IngressControllerHTTPHeaderActionsFluent.RequestNested,IngressControllerHTTPHeaderActionsFluent.ResponseNested,IngressControllerHTTPHeaderBuilder
public class IngressControllerHTTPHeaderFluent<A extends IngressControllerHTTPHeaderFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIngressControllerHTTPHeaderFluent.ActionNested<N>
-
Constructor Summary
Constructors Constructor Description IngressControllerHTTPHeaderFluent()IngressControllerHTTPHeaderFluent(IngressControllerHTTPHeader instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressControllerHTTPHeaderFluent
public IngressControllerHTTPHeaderFluent()
-
IngressControllerHTTPHeaderFluent
public IngressControllerHTTPHeaderFluent(IngressControllerHTTPHeader instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IngressControllerHTTPHeader instance)
-
buildAction
public IngressControllerHTTPHeaderActionUnion buildAction()
-
withAction
public A withAction(IngressControllerHTTPHeaderActionUnion action)
-
hasAction
public boolean hasAction()
-
withNewAction
public IngressControllerHTTPHeaderFluent.ActionNested<A> withNewAction()
-
withNewActionLike
public IngressControllerHTTPHeaderFluent.ActionNested<A> withNewActionLike(IngressControllerHTTPHeaderActionUnion item)
-
editAction
public IngressControllerHTTPHeaderFluent.ActionNested<A> editAction()
-
editOrNewAction
public IngressControllerHTTPHeaderFluent.ActionNested<A> editOrNewAction()
-
editOrNewActionLike
public IngressControllerHTTPHeaderFluent.ActionNested<A> editOrNewActionLike(IngressControllerHTTPHeaderActionUnion item)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerHTTPHeaderFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerHTTPHeaderFluent<A>>
-
-