Package io.fabric8.openshift.client.dsl
Class CreateableSelfSubjectRulesReview
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl<CreateableSelfSubjectRulesReview>
io.fabric8.openshift.client.dsl.CreateableSelfSubjectRulesReview
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<CreateableSelfSubjectRulesReview>,io.fabric8.kubernetes.api.builder.Visitable<CreateableSelfSubjectRulesReview>,io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluent<CreateableSelfSubjectRulesReview>,io.fabric8.kubernetes.api.model.Doneable<io.fabric8.openshift.api.model.SubjectAccessReviewResponse>,Createable<io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse,CreateableSelfSubjectRulesReview>
public abstract class CreateableSelfSubjectRulesReview extends io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl<CreateableSelfSubjectRulesReview> implements io.fabric8.kubernetes.api.model.Doneable<io.fabric8.openshift.api.model.SubjectAccessReviewResponse>, Createable<io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReview,io.fabric8.openshift.api.model.SubjectAccessReviewResponse,CreateableSelfSubjectRulesReview>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl
io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl.MetadataNestedImpl<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl.SpecNestedImpl<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl.StatusNestedImpl<N extends Object>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluent
io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluent.MetadataNested<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluent.SpecNested<N extends Object>, io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluent.StatusNested<N extends Object> -
Field Summary
-
Constructor Summary
Constructors Constructor Description CreateableSelfSubjectRulesReview() -
Method Summary
Methods inherited from class io.fabric8.kubernetes.api.model.authorization.SelfSubjectRulesReviewFluentImpl
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, withNewSpec, withNewSpecLike, 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
-
CreateableSelfSubjectRulesReview
public CreateableSelfSubjectRulesReview()
-