Class CoreV1EndpointPortFluentImpl<A extends CoreV1EndpointPortFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.CoreV1EndpointPortFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,CoreV1EndpointPortFluent<A>
- Direct Known Subclasses:
CoreV1EndpointPortBuilder
public class CoreV1EndpointPortFluentImpl<A extends CoreV1EndpointPortFluent<A>>
extends BaseFluent<A>
implements CoreV1EndpointPortFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionCoreV1EndpointPortFluentImpl(io.kubernetes.client.openapi.models.CoreV1EndpointPort instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getPort()inthashCode()hasName()hasPort()toString()withAppProtocol(String appProtocol) withProtocol(String protocol) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
CoreV1EndpointPortFluentImpl
public CoreV1EndpointPortFluentImpl() -
CoreV1EndpointPortFluentImpl
public CoreV1EndpointPortFluentImpl(io.kubernetes.client.openapi.models.CoreV1EndpointPort instance)
-
-
Method Details
-
getAppProtocol
- Specified by:
getAppProtocolin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withAppProtocol
- Specified by:
withAppProtocolin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasAppProtocol
- Specified by:
hasAppProtocolin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
getName
- Specified by:
getNamein interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withName
- Specified by:
withNamein interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
getPort
- Specified by:
getPortin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withPort
- Specified by:
withPortin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasPort
- Specified by:
hasPortin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
getProtocol
- Specified by:
getProtocolin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withProtocol
- Specified by:
withProtocolin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocolin interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends CoreV1EndpointPortFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends CoreV1EndpointPortFluent<A>>
-
toString
-