public class V1TokenReviewBuilder extends V1TokenReviewFluentImpl<V1TokenReviewBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1TokenReview,V1TokenReviewBuilder>
V1TokenReviewFluentImpl.MetadataNestedImpl<N>, V1TokenReviewFluentImpl.SpecNestedImpl<N>, V1TokenReviewFluentImpl.StatusNestedImpl<N>
V1TokenReviewFluent.MetadataNested<N>, V1TokenReviewFluent.SpecNested<N>, V1TokenReviewFluent.StatusNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1TokenReviewBuilder() |
V1TokenReviewBuilder(Boolean validationEnabled) |
V1TokenReviewBuilder(io.kubernetes.client.openapi.models.V1TokenReview instance) |
V1TokenReviewBuilder(io.kubernetes.client.openapi.models.V1TokenReview instance,
Boolean validationEnabled) |
V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent) |
V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent,
Boolean validationEnabled) |
V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent,
io.kubernetes.client.openapi.models.V1TokenReview instance) |
V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent,
io.kubernetes.client.openapi.models.V1TokenReview instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1TokenReview |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1TokenReviewBuilder()
public V1TokenReviewBuilder(Boolean validationEnabled)
public V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent)
public V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent, Boolean validationEnabled)
public V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent, io.kubernetes.client.openapi.models.V1TokenReview instance)
public V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent, io.kubernetes.client.openapi.models.V1TokenReview instance, Boolean validationEnabled)
public V1TokenReviewBuilder(io.kubernetes.client.openapi.models.V1TokenReview instance)
public V1TokenReviewBuilder(io.kubernetes.client.openapi.models.V1TokenReview instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1TokenReview build()
public boolean equals(Object o)
equals
in class V1TokenReviewFluentImpl<V1TokenReviewBuilder>
public int hashCode()
hashCode
in class V1TokenReviewFluentImpl<V1TokenReviewBuilder>
Copyright © 2021. All rights reserved.