Class V1LocalObjectReferenceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1LocalObjectReferenceFluentImpl<V1LocalObjectReferenceBuilder>
io.kubernetes.client.openapi.models.V1LocalObjectReferenceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1LocalObjectReference>,Fluent<V1LocalObjectReferenceBuilder>,Visitable<V1LocalObjectReferenceBuilder>,VisitableBuilder<io.kubernetes.client.openapi.models.V1LocalObjectReference,,V1LocalObjectReferenceBuilder> V1LocalObjectReferenceFluent<V1LocalObjectReferenceBuilder>
public class V1LocalObjectReferenceBuilder
extends V1LocalObjectReferenceFluentImpl<V1LocalObjectReferenceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1LocalObjectReference,V1LocalObjectReferenceBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1LocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1LocalObjectReference instance) V1LocalObjectReferenceBuilder(V1LocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1LocalObjectReference instance) V1LocalObjectReferenceBuilder(V1LocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1LocalObjectReference instance, Boolean validationEnabled) V1LocalObjectReferenceBuilder(V1LocalObjectReferenceFluent<?> fluent, Boolean validationEnabled) V1LocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1LocalObjectReference instance, Boolean validationEnabled) V1LocalObjectReferenceBuilder(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LocalObjectReferencebuild()Methods inherited from class io.kubernetes.client.openapi.models.V1LocalObjectReferenceFluentImpl
equals, getName, hashCode, hasName, toString, withNameMethods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1LocalObjectReferenceBuilder
public V1LocalObjectReferenceBuilder() -
V1LocalObjectReferenceBuilder
-
V1LocalObjectReferenceBuilder
-
V1LocalObjectReferenceBuilder
public V1LocalObjectReferenceBuilder(V1LocalObjectReferenceFluent<?> fluent, Boolean validationEnabled) -
V1LocalObjectReferenceBuilder
public V1LocalObjectReferenceBuilder(V1LocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1LocalObjectReference instance) -
V1LocalObjectReferenceBuilder
public V1LocalObjectReferenceBuilder(V1LocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1LocalObjectReference instance, Boolean validationEnabled) -
V1LocalObjectReferenceBuilder
public V1LocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1LocalObjectReference instance) -
V1LocalObjectReferenceBuilder
public V1LocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1LocalObjectReference instance, Boolean validationEnabled)
-
-
Method Details