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 TypeMethodDescriptionboolean
getName()
int
hashCode()
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:
getContainerPort
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withContainerPort
- Specified by:
withContainerPort
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasContainerPort
- Specified by:
hasContainerPort
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getHostIP
- Specified by:
getHostIP
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withHostIP
- Specified by:
withHostIP
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasHostIP
- Specified by:
hasHostIP
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getHostPort
- Specified by:
getHostPort
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withHostPort
- Specified by:
withHostPort
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasHostPort
- Specified by:
hasHostPort
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
getProtocol
- Specified by:
getProtocol
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
withProtocol
- Specified by:
withProtocol
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocol
in interfaceV1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ContainerPortFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ContainerPortFluent<A>>
-
toString
-