Package io.fabric8.openshift.api.model
Class DoneableRoleBindingRestriction
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.RoleBindingRestrictionFluentImpl<DoneableRoleBindingRestriction>
io.fabric8.openshift.api.model.DoneableRoleBindingRestriction
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableRoleBindingRestriction>,io.fabric8.kubernetes.api.builder.Visitable<DoneableRoleBindingRestriction>,io.fabric8.kubernetes.api.model.Doneable<RoleBindingRestriction>,RoleBindingRestrictionFluent<DoneableRoleBindingRestriction>
public class DoneableRoleBindingRestriction extends RoleBindingRestrictionFluentImpl<DoneableRoleBindingRestriction> implements io.fabric8.kubernetes.api.model.Doneable<RoleBindingRestriction>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.RoleBindingRestrictionFluentImpl
RoleBindingRestrictionFluentImpl.MetadataNestedImpl<N>, RoleBindingRestrictionFluentImpl.SpecNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.RoleBindingRestrictionFluent
RoleBindingRestrictionFluent.MetadataNested<N>, RoleBindingRestrictionFluent.SpecNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableRoleBindingRestriction(io.fabric8.kubernetes.api.builder.Function<RoleBindingRestriction,RoleBindingRestriction> function)DoneableRoleBindingRestriction(RoleBindingRestriction item)DoneableRoleBindingRestriction(RoleBindingRestriction item, io.fabric8.kubernetes.api.builder.Function<RoleBindingRestriction,RoleBindingRestriction> function) -
Method Summary
Modifier and Type Method Description RoleBindingRestrictiondone()Methods inherited from class io.fabric8.openshift.api.model.RoleBindingRestrictionFluentImpl
buildMetadata, buildSpec, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editSpec, equals, getApiVersion, getKind, getMetadata, getSpec, hasApiVersion, hasKind, hasMetadata, hasSpec, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withSpec
-
Constructor Details
-
DoneableRoleBindingRestriction
public DoneableRoleBindingRestriction(io.fabric8.kubernetes.api.builder.Function<RoleBindingRestriction,RoleBindingRestriction> function) -
DoneableRoleBindingRestriction
public DoneableRoleBindingRestriction(RoleBindingRestriction item, io.fabric8.kubernetes.api.builder.Function<RoleBindingRestriction,RoleBindingRestriction> function) -
DoneableRoleBindingRestriction
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<RoleBindingRestriction>
-