Class DiscoveryV1EndpointPortBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.DiscoveryV1EndpointPortFluentImpl<DiscoveryV1EndpointPortBuilder>
io.kubernetes.client.openapi.models.DiscoveryV1EndpointPortBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort>
,Fluent<DiscoveryV1EndpointPortBuilder>
,Visitable<DiscoveryV1EndpointPortBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort,
,DiscoveryV1EndpointPortBuilder> DiscoveryV1EndpointPortFluent<DiscoveryV1EndpointPortBuilder>
public class DiscoveryV1EndpointPortBuilder
extends DiscoveryV1EndpointPortFluentImpl<DiscoveryV1EndpointPortBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort,DiscoveryV1EndpointPortBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryV1EndpointPortBuilder
(io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance) DiscoveryV1EndpointPortBuilder
(DiscoveryV1EndpointPortFluent<?> fluent, io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance) DiscoveryV1EndpointPortBuilder
(DiscoveryV1EndpointPortFluent<?> fluent, io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance, Boolean validationEnabled) DiscoveryV1EndpointPortBuilder
(DiscoveryV1EndpointPortFluent<?> fluent, Boolean validationEnabled) DiscoveryV1EndpointPortBuilder
(io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance, Boolean validationEnabled) DiscoveryV1EndpointPortBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.DiscoveryV1EndpointPort
build()
Methods inherited from class io.kubernetes.client.openapi.models.DiscoveryV1EndpointPortFluentImpl
equals, getAppProtocol, getName, getPort, getProtocol, hasAppProtocol, hashCode, hasName, hasPort, hasProtocol, toString, withAppProtocol, withName, withPort, withProtocol
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DiscoveryV1EndpointPortBuilder
public DiscoveryV1EndpointPortBuilder() -
DiscoveryV1EndpointPortBuilder
-
DiscoveryV1EndpointPortBuilder
-
DiscoveryV1EndpointPortBuilder
public DiscoveryV1EndpointPortBuilder(DiscoveryV1EndpointPortFluent<?> fluent, Boolean validationEnabled) -
DiscoveryV1EndpointPortBuilder
public DiscoveryV1EndpointPortBuilder(DiscoveryV1EndpointPortFluent<?> fluent, io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance) -
DiscoveryV1EndpointPortBuilder
public DiscoveryV1EndpointPortBuilder(DiscoveryV1EndpointPortFluent<?> fluent, io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance, Boolean validationEnabled) -
DiscoveryV1EndpointPortBuilder
public DiscoveryV1EndpointPortBuilder(io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance) -
DiscoveryV1EndpointPortBuilder
public DiscoveryV1EndpointPortBuilder(io.kubernetes.client.openapi.models.DiscoveryV1EndpointPort instance, Boolean validationEnabled)
-
-
Method Details