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