Class AuthenticationV1TokenRequestBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.AuthenticationV1TokenRequestFluentImpl<AuthenticationV1TokenRequestBuilder>
io.kubernetes.client.openapi.models.AuthenticationV1TokenRequestBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest>,Fluent<AuthenticationV1TokenRequestBuilder>,Visitable<AuthenticationV1TokenRequestBuilder>,VisitableBuilder<io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest,,AuthenticationV1TokenRequestBuilder> AuthenticationV1TokenRequestFluent<AuthenticationV1TokenRequestBuilder>
public class AuthenticationV1TokenRequestBuilder
extends AuthenticationV1TokenRequestFluentImpl<AuthenticationV1TokenRequestBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest,AuthenticationV1TokenRequestBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.AuthenticationV1TokenRequestFluent
AuthenticationV1TokenRequestFluent.MetadataNested<N>, AuthenticationV1TokenRequestFluent.SpecNested<N>, AuthenticationV1TokenRequestFluent.StatusNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationV1TokenRequestBuilder(io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance) AuthenticationV1TokenRequestBuilder(AuthenticationV1TokenRequestFluent<?> fluent, io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance) AuthenticationV1TokenRequestBuilder(AuthenticationV1TokenRequestFluent<?> fluent, io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance, Boolean validationEnabled) AuthenticationV1TokenRequestBuilder(AuthenticationV1TokenRequestFluent<?> fluent, Boolean validationEnabled) AuthenticationV1TokenRequestBuilder(io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance, Boolean validationEnabled) AuthenticationV1TokenRequestBuilder(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.AuthenticationV1TokenRequestbuild()Methods inherited from class io.kubernetes.client.openapi.models.AuthenticationV1TokenRequestFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, toString, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatusMethods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
AuthenticationV1TokenRequestBuilder
public AuthenticationV1TokenRequestBuilder() -
AuthenticationV1TokenRequestBuilder
-
AuthenticationV1TokenRequestBuilder
-
AuthenticationV1TokenRequestBuilder
public AuthenticationV1TokenRequestBuilder(AuthenticationV1TokenRequestFluent<?> fluent, Boolean validationEnabled) -
AuthenticationV1TokenRequestBuilder
public AuthenticationV1TokenRequestBuilder(AuthenticationV1TokenRequestFluent<?> fluent, io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance) -
AuthenticationV1TokenRequestBuilder
public AuthenticationV1TokenRequestBuilder(AuthenticationV1TokenRequestFluent<?> fluent, io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance, Boolean validationEnabled) -
AuthenticationV1TokenRequestBuilder
public AuthenticationV1TokenRequestBuilder(io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance) -
AuthenticationV1TokenRequestBuilder
public AuthenticationV1TokenRequestBuilder(io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest instance, Boolean validationEnabled)
-
-
Method Details