Class IngressBackendFluent<A extends IngressBackendFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.extensions.IngressBackendFluent<A>
-
- Direct Known Subclasses:
HTTPIngressPathFluent.BackendNested,IngressBackendBuilder,IngressSpecFluent.BackendNested
public class IngressBackendFluent<A extends IngressBackendFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIngressBackendFluent.ServicePortNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description IngressBackendFluent()IngressBackendFluent(IngressBackend instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
IngressBackendFluent
public IngressBackendFluent()
-
IngressBackendFluent
public IngressBackendFluent(IngressBackend instance)
-
-
Method Detail
-
buildServicePort
public IntOrString buildServicePort()
-
copyInstance
protected void copyInstance(IngressBackend instance)
-
editOrNewServicePort
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
-
editOrNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(IntOrString item)
-
editServicePort
public IngressBackendFluent.ServicePortNested<A> editServicePort()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends IngressBackendFluent<A>>
-
getServiceName
public String getServiceName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasServiceName
public boolean hasServiceName()
-
hasServicePort
public boolean hasServicePort()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends IngressBackendFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNewServicePort
public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
-
withNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(IntOrString item)
-
withServicePort
public A withServicePort(IntOrString servicePort)
-
-