Class DoneableSelfSubjectAccessReviewSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewSpecFluentImpl<DoneableSelfSubjectAccessReviewSpec>
io.fabric8.kubernetes.api.model.authorization.DoneableSelfSubjectAccessReviewSpec
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableSelfSubjectAccessReviewSpec>,io.fabric8.kubernetes.api.builder.Visitable<DoneableSelfSubjectAccessReviewSpec>,SelfSubjectAccessReviewSpecFluent<DoneableSelfSubjectAccessReviewSpec>,io.fabric8.kubernetes.api.model.Doneable<SelfSubjectAccessReviewSpec>
public class DoneableSelfSubjectAccessReviewSpec extends SelfSubjectAccessReviewSpecFluentImpl<DoneableSelfSubjectAccessReviewSpec> implements io.fabric8.kubernetes.api.model.Doneable<SelfSubjectAccessReviewSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewSpecFluentImpl
SelfSubjectAccessReviewSpecFluentImpl.NonResourceAttributesNestedImpl<N>, SelfSubjectAccessReviewSpecFluentImpl.ResourceAttributesNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewSpecFluent
SelfSubjectAccessReviewSpecFluent.NonResourceAttributesNested<N>, SelfSubjectAccessReviewSpecFluent.ResourceAttributesNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableSelfSubjectAccessReviewSpec(io.fabric8.kubernetes.api.builder.Function<SelfSubjectAccessReviewSpec,SelfSubjectAccessReviewSpec> function)DoneableSelfSubjectAccessReviewSpec(SelfSubjectAccessReviewSpec item)DoneableSelfSubjectAccessReviewSpec(SelfSubjectAccessReviewSpec item, io.fabric8.kubernetes.api.builder.Function<SelfSubjectAccessReviewSpec,SelfSubjectAccessReviewSpec> function) -
Method Summary
Modifier and Type Method Description SelfSubjectAccessReviewSpecdone()Methods inherited from class io.fabric8.kubernetes.api.model.authorization.SelfSubjectAccessReviewSpecFluentImpl
buildNonResourceAttributes, buildResourceAttributes, editNonResourceAttributes, editOrNewNonResourceAttributes, editOrNewNonResourceAttributesLike, editOrNewResourceAttributes, editOrNewResourceAttributesLike, editResourceAttributes, equals, getNonResourceAttributes, getResourceAttributes, hasNonResourceAttributes, hasResourceAttributes, withNewNonResourceAttributes, withNewNonResourceAttributes, withNewNonResourceAttributesLike, withNewResourceAttributes, withNewResourceAttributesLike, withNonResourceAttributes, withResourceAttributes
-
Constructor Details
-
DoneableSelfSubjectAccessReviewSpec
public DoneableSelfSubjectAccessReviewSpec(io.fabric8.kubernetes.api.builder.Function<SelfSubjectAccessReviewSpec,SelfSubjectAccessReviewSpec> function) -
DoneableSelfSubjectAccessReviewSpec
public DoneableSelfSubjectAccessReviewSpec(SelfSubjectAccessReviewSpec item, io.fabric8.kubernetes.api.builder.Function<SelfSubjectAccessReviewSpec,SelfSubjectAccessReviewSpec> function) -
DoneableSelfSubjectAccessReviewSpec
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<SelfSubjectAccessReviewSpec>
-