Class IngressBackendFluent<A extends IngressBackendFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.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 class
IngressBackendFluent.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
-
copyInstance
protected void copyInstance(IngressBackend instance)
-
getResource
public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getResource()
-
withResource
public A withResource(io.fabric8.kubernetes.api.model.TypedLocalObjectReference resource)
-
hasResource
public boolean hasResource()
-
getServiceName
public String getServiceName()
-
hasServiceName
public boolean hasServiceName()
-
buildServicePort
public io.fabric8.kubernetes.api.model.IntOrString buildServicePort()
-
withServicePort
public A withServicePort(io.fabric8.kubernetes.api.model.IntOrString servicePort)
-
hasServicePort
public boolean hasServicePort()
-
withNewServicePort
public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
-
withNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
editServicePort
public IngressBackendFluent.ServicePortNested<A> editServicePort()
-
editOrNewServicePort
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
-
editOrNewServicePortLike
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(io.fabric8.kubernetes.api.model.IntOrString item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressBackendFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressBackendFluent<A>>
-
-