Package io.fabric8.openshift.api.model
Class UserRestrictionBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.UserRestrictionFluentImpl<UserRestrictionBuilder>
io.fabric8.openshift.api.model.UserRestrictionBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<UserRestriction>,io.fabric8.kubernetes.api.builder.Fluent<UserRestrictionBuilder>,io.fabric8.kubernetes.api.builder.Visitable<UserRestrictionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<UserRestriction,UserRestrictionBuilder>,UserRestrictionFluent<UserRestrictionBuilder>
public class UserRestrictionBuilder extends UserRestrictionFluentImpl<UserRestrictionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<UserRestriction,UserRestrictionBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.UserRestrictionFluentImpl
UserRestrictionFluentImpl.LabelsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.UserRestrictionFluent
UserRestrictionFluent.LabelsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description UserRestrictionBuilder()UserRestrictionBuilder(UserRestriction instance)UserRestrictionBuilder(UserRestrictionFluent<?> fluent)UserRestrictionBuilder(UserRestrictionFluent<?> fluent, UserRestriction instance)UserRestrictionBuilder(UserRestrictionFluent<?> fluent, UserRestriction instance, Boolean validationEnabled)UserRestrictionBuilder(UserRestrictionFluent<?> fluent, Boolean validationEnabled)UserRestrictionBuilder(UserRestriction instance, Boolean validationEnabled)UserRestrictionBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description UserRestrictionbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.UserRestrictionFluentImpl
addAllToGroups, addAllToLabels, addAllToUsers, addNewGroup, addNewGroup, addNewGroup, addNewLabel, addNewLabelLike, addNewUser, addNewUser, addNewUser, addToGroups, addToGroups, addToLabels, addToLabels, addToUsers, addToUsers, buildFirstLabel, buildLabel, buildLabels, buildLastLabel, buildMatchingLabel, editFirstLabel, editLabel, editLastLabel, editMatchingLabel, getFirstGroup, getFirstUser, getGroup, getGroups, getLabels, getLastGroup, getLastUser, getMatchingGroup, getMatchingUser, getUser, getUsers, hasGroups, hasLabels, hasMatchingGroup, hasMatchingLabel, hasMatchingUser, hasUsers, removeAllFromGroups, removeAllFromLabels, removeAllFromUsers, removeFromGroups, removeFromLabels, removeFromUsers, removeMatchingFromLabels, setNewLabelLike, setToGroups, setToLabels, setToUsers, withGroups, withGroups, withLabels, withLabels, withUsers, withUsersMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
UserRestrictionBuilder
public UserRestrictionBuilder() -
UserRestrictionBuilder
-
UserRestrictionBuilder
-
UserRestrictionBuilder
-
UserRestrictionBuilder
-
UserRestrictionBuilder
public UserRestrictionBuilder(UserRestrictionFluent<?> fluent, UserRestriction instance, Boolean validationEnabled) -
UserRestrictionBuilder
-
UserRestrictionBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<UserRestriction>
-
equals
- Overrides:
equalsin classUserRestrictionFluentImpl<UserRestrictionBuilder>
-