Class V1ServicePortFluentImpl<A extends V1ServicePortFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ServicePortFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ServicePortFluent<A>
- Direct Known Subclasses:
V1ServicePortBuilder
public class V1ServicePortFluentImpl<A extends V1ServicePortFluent<A>>
extends BaseFluent<A>
implements V1ServicePortFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ServicePortFluentImpl(io.kubernetes.client.openapi.models.V1ServicePort instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getPort()io.kubernetes.client.custom.IntOrStringinthashCode()hasName()hasPort()toString()withAppProtocol(String appProtocol) withNewTargetPort(int value) withNewTargetPort(String value) withNodePort(Integer nodePort) withProtocol(String protocol) withTargetPort(io.kubernetes.client.custom.IntOrString targetPort) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ServicePortFluentImpl
public V1ServicePortFluentImpl() -
V1ServicePortFluentImpl
public V1ServicePortFluentImpl(io.kubernetes.client.openapi.models.V1ServicePort instance)
-
-
Method Details
-
getAppProtocol
- Specified by:
getAppProtocolin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withAppProtocol
- Specified by:
withAppProtocolin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
hasAppProtocol
- Specified by:
hasAppProtocolin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
getName
- Specified by:
getNamein interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withName
- Specified by:
withNamein interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
getNodePort
- Specified by:
getNodePortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withNodePort
- Specified by:
withNodePortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
hasNodePort
- Specified by:
hasNodePortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
getPort
- Specified by:
getPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withPort
- Specified by:
withPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
hasPort
- Specified by:
hasPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
getProtocol
- Specified by:
getProtocolin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withProtocol
- Specified by:
withProtocolin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocolin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
getTargetPort
public io.kubernetes.client.custom.IntOrString getTargetPort()- Specified by:
getTargetPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withTargetPort
- Specified by:
withTargetPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
hasTargetPort
- Specified by:
hasTargetPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withNewTargetPort
- Specified by:
withNewTargetPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
withNewTargetPort
- Specified by:
withNewTargetPortin interfaceV1ServicePortFluent<A extends V1ServicePortFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ServicePortFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ServicePortFluent<A>>
-
toString
-