Class V1HostAliasBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1HostAliasFluentImpl<V1HostAliasBuilder>
io.kubernetes.client.openapi.models.V1HostAliasBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1HostAlias>
,Fluent<V1HostAliasBuilder>
,Visitable<V1HostAliasBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1HostAlias,
,V1HostAliasBuilder> V1HostAliasFluent<V1HostAliasBuilder>
public class V1HostAliasBuilder
extends V1HostAliasFluentImpl<V1HostAliasBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1HostAlias,V1HostAliasBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1HostAliasBuilder
(io.kubernetes.client.openapi.models.V1HostAlias instance) V1HostAliasBuilder
(V1HostAliasFluent<?> fluent) V1HostAliasBuilder
(V1HostAliasFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostAlias instance) V1HostAliasBuilder
(V1HostAliasFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostAlias instance, Boolean validationEnabled) V1HostAliasBuilder
(V1HostAliasFluent<?> fluent, Boolean validationEnabled) V1HostAliasBuilder
(io.kubernetes.client.openapi.models.V1HostAlias instance, Boolean validationEnabled) V1HostAliasBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1HostAliasFluentImpl
addAllToHostnames, addToHostnames, addToHostnames, equals, getFirstHostname, getHostname, getHostnames, getIp, getLastHostname, getMatchingHostname, hashCode, hasHostnames, hasIp, hasMatchingHostname, removeAllFromHostnames, removeFromHostnames, setToHostnames, toString, withHostnames, withHostnames, withIp
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1HostAliasBuilder
public V1HostAliasBuilder() -
V1HostAliasBuilder
-
V1HostAliasBuilder
-
V1HostAliasBuilder
-
V1HostAliasBuilder
public V1HostAliasBuilder(V1HostAliasFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostAlias instance) -
V1HostAliasBuilder
public V1HostAliasBuilder(V1HostAliasFluent<?> fluent, io.kubernetes.client.openapi.models.V1HostAlias instance, Boolean validationEnabled) -
V1HostAliasBuilder
public V1HostAliasBuilder(io.kubernetes.client.openapi.models.V1HostAlias instance) -
V1HostAliasBuilder
public V1HostAliasBuilder(io.kubernetes.client.openapi.models.V1HostAlias instance, Boolean validationEnabled)
-
-
Method Details