Package io.fabric8.openshift.api.model
Interface RoleBindingRestrictionSpecFluent<A extends RoleBindingRestrictionSpecFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
RoleBindingRestrictionFluent.SpecNested<N>
- All Known Implementing Classes:
DoneableRoleBindingRestrictionSpec,RoleBindingRestrictionFluentImpl.SpecNestedImpl,RoleBindingRestrictionSpecBuilder,RoleBindingRestrictionSpecFluentImpl
public interface RoleBindingRestrictionSpecFluent<A extends RoleBindingRestrictionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRoleBindingRestrictionSpecFluent.GrouprestrictionNested<N>static interfaceRoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<N>static interfaceRoleBindingRestrictionSpecFluent.UserrestrictionNested<N> -
Method Summary
-
Method Details
-
getGrouprestriction
Deprecated.This method has been deprecated, please use method buildGrouprestriction instead.- Returns:
- The buildable object.
-
buildGrouprestriction
GroupRestriction buildGrouprestriction() -
withGrouprestriction
-
hasGrouprestriction
Boolean hasGrouprestriction() -
withNewGrouprestriction
RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> withNewGrouprestriction() -
withNewGrouprestrictionLike
RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> withNewGrouprestrictionLike(GroupRestriction item) -
editGrouprestriction
RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> editGrouprestriction() -
editOrNewGrouprestriction
RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> editOrNewGrouprestriction() -
editOrNewGrouprestrictionLike
RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> editOrNewGrouprestrictionLike(GroupRestriction item) -
getServiceaccountrestriction
Deprecated.This method has been deprecated, please use method buildServiceaccountrestriction instead.- Returns:
- The buildable object.
-
buildServiceaccountrestriction
ServiceAccountRestriction buildServiceaccountrestriction() -
withServiceaccountrestriction
-
hasServiceaccountrestriction
Boolean hasServiceaccountrestriction() -
withNewServiceaccountrestriction
RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> withNewServiceaccountrestriction() -
withNewServiceaccountrestrictionLike
RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> withNewServiceaccountrestrictionLike(ServiceAccountRestriction item) -
editServiceaccountrestriction
RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> editServiceaccountrestriction() -
editOrNewServiceaccountrestriction
RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> editOrNewServiceaccountrestriction() -
editOrNewServiceaccountrestrictionLike
RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> editOrNewServiceaccountrestrictionLike(ServiceAccountRestriction item) -
getUserrestriction
Deprecated.This method has been deprecated, please use method buildUserrestriction instead.- Returns:
- The buildable object.
-
buildUserrestriction
UserRestriction buildUserrestriction() -
withUserrestriction
-
hasUserrestriction
Boolean hasUserrestriction() -
withNewUserrestriction
RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> withNewUserrestriction() -
withNewUserrestrictionLike
RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> withNewUserrestrictionLike(UserRestriction item) -
editUserrestriction
RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> editUserrestriction() -
editOrNewUserrestriction
RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> editOrNewUserrestriction() -
editOrNewUserrestrictionLike
RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> editOrNewUserrestrictionLike(UserRestriction item)
-