Package io.fabric8.openshift.api.model
Class UserRestrictionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.UserRestrictionFluent<UserRestrictionBuilder>
-
- io.fabric8.openshift.api.model.UserRestrictionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<UserRestriction>,io.fabric8.kubernetes.api.builder.Visitable<UserRestrictionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<UserRestriction,UserRestrictionBuilder>
public class UserRestrictionBuilder extends UserRestrictionFluent<UserRestrictionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<UserRestriction,UserRestrictionBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.UserRestrictionFluent
UserRestrictionFluent.LabelsNested<N>
-
-
Constructor Summary
Constructors Constructor Description UserRestrictionBuilder()UserRestrictionBuilder(UserRestriction instance)UserRestrictionBuilder(UserRestrictionFluent<?> fluent)UserRestrictionBuilder(UserRestrictionFluent<?> fluent, UserRestriction instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserRestrictionbuild()-
Methods inherited from class io.fabric8.openshift.api.model.UserRestrictionFluent
addAllToGroups, addAllToLabels, addAllToUsers, addNewLabel, addNewLabelLike, addToAdditionalProperties, addToAdditionalProperties, addToGroups, addToGroups, addToLabels, addToLabels, addToUsers, addToUsers, buildFirstLabel, buildLabel, buildLabels, buildLastLabel, buildMatchingLabel, copyInstance, editFirstLabel, editLabel, editLastLabel, editMatchingLabel, equals, getAdditionalProperties, getFirstGroup, getFirstUser, getGroup, getGroups, getLastGroup, getLastUser, getMatchingGroup, getMatchingUser, getUser, getUsers, hasAdditionalProperties, hasGroups, hashCode, hasLabels, hasMatchingGroup, hasMatchingLabel, hasMatchingUser, hasUsers, removeAllFromGroups, removeAllFromLabels, removeAllFromUsers, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromGroups, removeFromLabels, removeFromUsers, removeMatchingFromLabels, setNewLabelLike, setToGroups, setToLabels, setToUsers, toString, withAdditionalProperties, withGroups, withGroups, withLabels, withLabels, withUsers, withUsers
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
UserRestrictionBuilder
public UserRestrictionBuilder()
-
UserRestrictionBuilder
public UserRestrictionBuilder(UserRestrictionFluent<?> fluent)
-
UserRestrictionBuilder
public UserRestrictionBuilder(UserRestriction instance)
-
UserRestrictionBuilder
public UserRestrictionBuilder(UserRestrictionFluent<?> fluent, UserRestriction instance)
-
-
Method Detail
-
build
public UserRestriction build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<UserRestriction>
-
-