Class V1beta2ServiceAccountSubjectBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubjectFluentImpl<V1beta2ServiceAccountSubjectBuilder>
io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubjectBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject>
,Fluent<V1beta2ServiceAccountSubjectBuilder>
,Visitable<V1beta2ServiceAccountSubjectBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject,
,V1beta2ServiceAccountSubjectBuilder> V1beta2ServiceAccountSubjectFluent<V1beta2ServiceAccountSubjectBuilder>
public class V1beta2ServiceAccountSubjectBuilder
extends V1beta2ServiceAccountSubjectFluentImpl<V1beta2ServiceAccountSubjectBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject,V1beta2ServiceAccountSubjectBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2ServiceAccountSubjectBuilder
(io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance) V1beta2ServiceAccountSubjectBuilder
(V1beta2ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance) V1beta2ServiceAccountSubjectBuilder
(V1beta2ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance, Boolean validationEnabled) V1beta2ServiceAccountSubjectBuilder
(V1beta2ServiceAccountSubjectFluent<?> fluent, Boolean validationEnabled) V1beta2ServiceAccountSubjectBuilder
(io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance, Boolean validationEnabled) V1beta2ServiceAccountSubjectBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubjectFluentImpl
equals, getName, getNamespace, hashCode, hasName, hasNamespace, toString, withName, withNamespace
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2ServiceAccountSubjectBuilder
public V1beta2ServiceAccountSubjectBuilder() -
V1beta2ServiceAccountSubjectBuilder
-
V1beta2ServiceAccountSubjectBuilder
-
V1beta2ServiceAccountSubjectBuilder
public V1beta2ServiceAccountSubjectBuilder(V1beta2ServiceAccountSubjectFluent<?> fluent, Boolean validationEnabled) -
V1beta2ServiceAccountSubjectBuilder
public V1beta2ServiceAccountSubjectBuilder(V1beta2ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance) -
V1beta2ServiceAccountSubjectBuilder
public V1beta2ServiceAccountSubjectBuilder(V1beta2ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance, Boolean validationEnabled) -
V1beta2ServiceAccountSubjectBuilder
public V1beta2ServiceAccountSubjectBuilder(io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance) -
V1beta2ServiceAccountSubjectBuilder
public V1beta2ServiceAccountSubjectBuilder(io.kubernetes.client.openapi.models.V1beta2ServiceAccountSubject instance, Boolean validationEnabled)
-
-
Method Details