Package io.fabric8.openshift.api.model
Class RoleBindingRestrictionSpecFluent<A extends RoleBindingRestrictionSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RoleBindingRestrictionSpecFluent<A>
-
- Direct Known Subclasses:
RoleBindingRestrictionFluent.SpecNested,RoleBindingRestrictionSpecBuilder
public class RoleBindingRestrictionSpecFluent<A extends RoleBindingRestrictionSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRoleBindingRestrictionSpecFluent.GrouprestrictionNested<N>classRoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<N>classRoleBindingRestrictionSpecFluent.UserrestrictionNested<N>
-
Constructor Summary
Constructors Constructor Description RoleBindingRestrictionSpecFluent()RoleBindingRestrictionSpecFluent(RoleBindingRestrictionSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
RoleBindingRestrictionSpecFluent
public RoleBindingRestrictionSpecFluent()
-
RoleBindingRestrictionSpecFluent
public RoleBindingRestrictionSpecFluent(RoleBindingRestrictionSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RoleBindingRestrictionSpec instance)
-
buildGrouprestriction
public GroupRestriction buildGrouprestriction()
-
withGrouprestriction
public A withGrouprestriction(GroupRestriction grouprestriction)
-
hasGrouprestriction
public boolean hasGrouprestriction()
-
withNewGrouprestriction
public RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> withNewGrouprestriction()
-
withNewGrouprestrictionLike
public RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> withNewGrouprestrictionLike(GroupRestriction item)
-
editGrouprestriction
public RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> editGrouprestriction()
-
editOrNewGrouprestriction
public RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> editOrNewGrouprestriction()
-
editOrNewGrouprestrictionLike
public RoleBindingRestrictionSpecFluent.GrouprestrictionNested<A> editOrNewGrouprestrictionLike(GroupRestriction item)
-
buildServiceaccountrestriction
public ServiceAccountRestriction buildServiceaccountrestriction()
-
withServiceaccountrestriction
public A withServiceaccountrestriction(ServiceAccountRestriction serviceaccountrestriction)
-
hasServiceaccountrestriction
public boolean hasServiceaccountrestriction()
-
withNewServiceaccountrestriction
public RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> withNewServiceaccountrestriction()
-
withNewServiceaccountrestrictionLike
public RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> withNewServiceaccountrestrictionLike(ServiceAccountRestriction item)
-
editServiceaccountrestriction
public RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> editServiceaccountrestriction()
-
editOrNewServiceaccountrestriction
public RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> editOrNewServiceaccountrestriction()
-
editOrNewServiceaccountrestrictionLike
public RoleBindingRestrictionSpecFluent.ServiceaccountrestrictionNested<A> editOrNewServiceaccountrestrictionLike(ServiceAccountRestriction item)
-
buildUserrestriction
public UserRestriction buildUserrestriction()
-
withUserrestriction
public A withUserrestriction(UserRestriction userrestriction)
-
hasUserrestriction
public boolean hasUserrestriction()
-
withNewUserrestriction
public RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> withNewUserrestriction()
-
withNewUserrestrictionLike
public RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> withNewUserrestrictionLike(UserRestriction item)
-
editUserrestriction
public RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> editUserrestriction()
-
editOrNewUserrestriction
public RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> editOrNewUserrestriction()
-
editOrNewUserrestrictionLike
public RoleBindingRestrictionSpecFluent.UserrestrictionNested<A> editOrNewUserrestrictionLike(UserRestriction item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RoleBindingRestrictionSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RoleBindingRestrictionSpecFluent<A>>
-
-