Class V1beta1ServiceAccountSubjectBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubjectFluentImpl<V1beta1ServiceAccountSubjectBuilder>
io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubjectBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject>
,Fluent<V1beta1ServiceAccountSubjectBuilder>
,Visitable<V1beta1ServiceAccountSubjectBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject,
,V1beta1ServiceAccountSubjectBuilder> V1beta1ServiceAccountSubjectFluent<V1beta1ServiceAccountSubjectBuilder>
public class V1beta1ServiceAccountSubjectBuilder
extends V1beta1ServiceAccountSubjectFluentImpl<V1beta1ServiceAccountSubjectBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject,V1beta1ServiceAccountSubjectBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta1ServiceAccountSubjectBuilder
(io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance) V1beta1ServiceAccountSubjectBuilder
(V1beta1ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance) V1beta1ServiceAccountSubjectBuilder
(V1beta1ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance, Boolean validationEnabled) V1beta1ServiceAccountSubjectBuilder
(V1beta1ServiceAccountSubjectFluent<?> fluent, Boolean validationEnabled) V1beta1ServiceAccountSubjectBuilder
(io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance, Boolean validationEnabled) V1beta1ServiceAccountSubjectBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubjectFluentImpl
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
-
V1beta1ServiceAccountSubjectBuilder
public V1beta1ServiceAccountSubjectBuilder() -
V1beta1ServiceAccountSubjectBuilder
-
V1beta1ServiceAccountSubjectBuilder
-
V1beta1ServiceAccountSubjectBuilder
public V1beta1ServiceAccountSubjectBuilder(V1beta1ServiceAccountSubjectFluent<?> fluent, Boolean validationEnabled) -
V1beta1ServiceAccountSubjectBuilder
public V1beta1ServiceAccountSubjectBuilder(V1beta1ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance) -
V1beta1ServiceAccountSubjectBuilder
public V1beta1ServiceAccountSubjectBuilder(V1beta1ServiceAccountSubjectFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance, Boolean validationEnabled) -
V1beta1ServiceAccountSubjectBuilder
public V1beta1ServiceAccountSubjectBuilder(io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance) -
V1beta1ServiceAccountSubjectBuilder
public V1beta1ServiceAccountSubjectBuilder(io.kubernetes.client.openapi.models.V1beta1ServiceAccountSubject instance, Boolean validationEnabled)
-
-
Method Details