public class V1ServicePortBuilder extends V1ServicePortFluentImpl<V1ServicePortBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ServicePort,V1ServicePortBuilder>
_visitables, VISIT
Constructor and Description |
---|
V1ServicePortBuilder() |
V1ServicePortBuilder(Boolean validationEnabled) |
V1ServicePortBuilder(io.kubernetes.client.openapi.models.V1ServicePort instance) |
V1ServicePortBuilder(io.kubernetes.client.openapi.models.V1ServicePort instance,
Boolean validationEnabled) |
V1ServicePortBuilder(V1ServicePortFluent<?> fluent) |
V1ServicePortBuilder(V1ServicePortFluent<?> fluent,
Boolean validationEnabled) |
V1ServicePortBuilder(V1ServicePortFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ServicePort instance) |
V1ServicePortBuilder(V1ServicePortFluent<?> fluent,
io.kubernetes.client.openapi.models.V1ServicePort instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ServicePort |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getAppProtocol, getName, getNodePort, getPort, getProtocol, getTargetPort, hasAppProtocol, hasName, hasNodePort, hasPort, hasProtocol, hasTargetPort, withAppProtocol, withName, withNewAppProtocol, withNewName, withNewProtocol, withNewTargetPort, withNewTargetPort, withNodePort, withPort, withProtocol, withTargetPort
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1ServicePortBuilder()
public V1ServicePortBuilder(Boolean validationEnabled)
public V1ServicePortBuilder(V1ServicePortFluent<?> fluent)
public V1ServicePortBuilder(V1ServicePortFluent<?> fluent, Boolean validationEnabled)
public V1ServicePortBuilder(V1ServicePortFluent<?> fluent, io.kubernetes.client.openapi.models.V1ServicePort instance)
public V1ServicePortBuilder(V1ServicePortFluent<?> fluent, io.kubernetes.client.openapi.models.V1ServicePort instance, Boolean validationEnabled)
public V1ServicePortBuilder(io.kubernetes.client.openapi.models.V1ServicePort instance)
public V1ServicePortBuilder(io.kubernetes.client.openapi.models.V1ServicePort instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1ServicePort build()
public boolean equals(Object o)
equals
in class V1ServicePortFluentImpl<V1ServicePortBuilder>
public int hashCode()
hashCode
in class V1ServicePortFluentImpl<V1ServicePortBuilder>
Copyright © 2021. All rights reserved.