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 io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIngressBackendFluent.ServicePortNested<N>
-
Constructor Summary
Constructors Constructor Description IngressBackendFluent()IngressBackendFluent(IngressBackend instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressBackendFluent
public IngressBackendFluent()
-
IngressBackendFluent
public IngressBackendFluent(IngressBackend instance)
-
-
Method Detail
-
buildServicePort
public io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
-
copyInstance
protected void copyInstance(IngressBackend instance)
-
editOrNewServicePort
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
-
editOrNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
editServicePort
public IngressBackendFluent.ServicePortNested<A> editServicePort()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<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 classio.fabric8.kubernetes.api.builder.BaseFluent<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(io.fabric8.kubernetes.api.model.IntOrString item)
-
withServicePort
public A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
-
-