Class V1TypedLocalObjectReferenceBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1TypedLocalObjectReferenceFluentImpl<V1TypedLocalObjectReferenceBuilder>
io.kubernetes.client.openapi.models.V1TypedLocalObjectReferenceBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1TypedLocalObjectReference>,Fluent<V1TypedLocalObjectReferenceBuilder>,Visitable<V1TypedLocalObjectReferenceBuilder>,VisitableBuilder<io.kubernetes.client.openapi.models.V1TypedLocalObjectReference,,V1TypedLocalObjectReferenceBuilder> V1TypedLocalObjectReferenceFluent<V1TypedLocalObjectReferenceBuilder>
public class V1TypedLocalObjectReferenceBuilder
extends V1TypedLocalObjectReferenceFluentImpl<V1TypedLocalObjectReferenceBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1TypedLocalObjectReference,V1TypedLocalObjectReferenceBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1TypedLocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance) V1TypedLocalObjectReferenceBuilder(V1TypedLocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance) V1TypedLocalObjectReferenceBuilder(V1TypedLocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance, Boolean validationEnabled) V1TypedLocalObjectReferenceBuilder(V1TypedLocalObjectReferenceFluent<?> fluent, Boolean validationEnabled) V1TypedLocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance, Boolean validationEnabled) V1TypedLocalObjectReferenceBuilder(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1TypedLocalObjectReferencebuild()Methods inherited from class io.kubernetes.client.openapi.models.V1TypedLocalObjectReferenceFluentImpl
equals, getApiGroup, getKind, getName, hasApiGroup, hashCode, hasKind, hasName, toString, withApiGroup, withKind, withNameMethods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1TypedLocalObjectReferenceBuilder
public V1TypedLocalObjectReferenceBuilder() -
V1TypedLocalObjectReferenceBuilder
-
V1TypedLocalObjectReferenceBuilder
-
V1TypedLocalObjectReferenceBuilder
public V1TypedLocalObjectReferenceBuilder(V1TypedLocalObjectReferenceFluent<?> fluent, Boolean validationEnabled) -
V1TypedLocalObjectReferenceBuilder
public V1TypedLocalObjectReferenceBuilder(V1TypedLocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance) -
V1TypedLocalObjectReferenceBuilder
public V1TypedLocalObjectReferenceBuilder(V1TypedLocalObjectReferenceFluent<?> fluent, io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance, Boolean validationEnabled) -
V1TypedLocalObjectReferenceBuilder
public V1TypedLocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance) -
V1TypedLocalObjectReferenceBuilder
public V1TypedLocalObjectReferenceBuilder(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference instance, Boolean validationEnabled)
-
-
Method Details