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 TypeMethodDescriptionboolean
getName()
getPort()
int
hashCode()
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:
getAppProtocol
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withAppProtocol
- Specified by:
withAppProtocol
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasAppProtocol
- Specified by:
hasAppProtocol
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
getName
- Specified by:
getName
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withName
- Specified by:
withName
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
getPort
- Specified by:
getPort
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withPort
- Specified by:
withPort
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasPort
- Specified by:
hasPort
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
getProtocol
- Specified by:
getProtocol
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
withProtocol
- Specified by:
withProtocol
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
hasProtocol
- Specified by:
hasProtocol
in interfaceCoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends CoreV1EndpointPortFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends CoreV1EndpointPortFluent<A>>
-
toString
-