Package io.fabric8.openshift.client.dsl
Class CreateableSelfSubjectAccessReview
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl<CreateableSelfSubjectAccessReview>
io.fabric8.openshift.client.dsl.CreateableSelfSubjectAccessReview
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<CreateableSelfSubjectAccessReview>,io.fabric8.kubernetes.api.builder.Visitable<CreateableSelfSubjectAccessReview>,io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluent<CreateableSelfSubjectAccessReview>,io.fabric8.kubernetes.api.model.Doneable<io.fabric8.openshift.api.model.SubjectAccessReviewResponse>,Createable<io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse,CreateableSelfSubjectAccessReview>
public abstract class CreateableSelfSubjectAccessReview extends io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl<CreateableSelfSubjectAccessReview> implements io.fabric8.kubernetes.api.model.Doneable<io.fabric8.openshift.api.model.SubjectAccessReviewResponse>, Createable<io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse,CreateableSelfSubjectAccessReview>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl
io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl.MetadataNestedImpl<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl.SpecNestedImpl<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl.StatusNestedImpl<N extends Object>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluent
io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluent.MetadataNested<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluent.SpecNested<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluent.StatusNested<N extends Object> -
Field Summary
-
Constructor Summary
Constructors Constructor Description CreateableSelfSubjectAccessReview() -
Method Summary
Methods inherited from class io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatus, withNewStatusLike, withSpec, withStatusMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOfMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.client.dsl.Createable
create, create, createNew
-
Constructor Details
-
CreateableSelfSubjectAccessReview
public CreateableSelfSubjectAccessReview()
-