Class V1ContainerPortFluentImpl<A extends V1ContainerPortFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ContainerPortFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ContainerPortFluent<A>
- Direct Known Subclasses:
V1ContainerPortBuilder
public class V1ContainerPortFluentImpl<A extends V1ContainerPortFluent<A>>
extends BaseFluent<A>
implements V1ContainerPortFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ContainerPortFluentImpl(io.kubernetes.client.openapi.models.V1ContainerPort instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()hasName()toString()withContainerPort(Integer containerPort) withHostIP(String hostIP) withHostPort(Integer hostPort) withProtocol(String protocol) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ContainerPortFluentImpl
public V1ContainerPortFluentImpl() -
V1ContainerPortFluentImpl
public V1ContainerPortFluentImpl(io.kubernetes.client.openapi.models.V1ContainerPort instance)
-
-
Method Details
-
getContainerPort
- Specified by:
getContainerPortin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withContainerPort
- Specified by:
withContainerPortin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasContainerPort
- Specified by:
hasContainerPortin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getHostIP
- Specified by:
getHostIPin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withHostIP
- Specified by:
withHostIPin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasHostIP
- Specified by:
hasHostIPin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getHostPort
- Specified by:
getHostPortin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withHostPort
- Specified by:
withHostPortin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasHostPort
- Specified by:
hasHostPortin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getName
- Specified by:
getNamein interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getProtocol
- Specified by:
getProtocolin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withProtocol
- Specified by:
withProtocolin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocolin interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ContainerPortFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ContainerPortFluent<A>>
-
toString
-