Package io.fabric8.openshift.api.model
Class GroupRestrictionBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.GroupRestrictionFluentImpl<GroupRestrictionBuilder>
io.fabric8.openshift.api.model.GroupRestrictionBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GroupRestriction>,io.fabric8.kubernetes.api.builder.Fluent<GroupRestrictionBuilder>,io.fabric8.kubernetes.api.builder.Visitable<GroupRestrictionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GroupRestriction,GroupRestrictionBuilder>,GroupRestrictionFluent<GroupRestrictionBuilder>
public class GroupRestrictionBuilder extends GroupRestrictionFluentImpl<GroupRestrictionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GroupRestriction,GroupRestrictionBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.GroupRestrictionFluentImpl
GroupRestrictionFluentImpl.LabelsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.GroupRestrictionFluent
GroupRestrictionFluent.LabelsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description GroupRestrictionBuilder()GroupRestrictionBuilder(GroupRestriction instance)GroupRestrictionBuilder(GroupRestrictionFluent<?> fluent)GroupRestrictionBuilder(GroupRestrictionFluent<?> fluent, GroupRestriction instance)GroupRestrictionBuilder(GroupRestrictionFluent<?> fluent, GroupRestriction instance, Boolean validationEnabled)GroupRestrictionBuilder(GroupRestrictionFluent<?> fluent, Boolean validationEnabled)GroupRestrictionBuilder(GroupRestriction instance, Boolean validationEnabled)GroupRestrictionBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description GroupRestrictionbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.GroupRestrictionFluentImpl
addAllToGroups, addAllToLabels, addNewGroup, addNewGroup, addNewGroup, addNewLabel, addNewLabelLike, addToGroups, addToGroups, addToLabels, addToLabels, buildFirstLabel, buildLabel, buildLabels, buildLastLabel, buildMatchingLabel, editFirstLabel, editLabel, editLastLabel, editMatchingLabel, getFirstGroup, getGroup, getGroups, getLabels, getLastGroup, getMatchingGroup, hasGroups, hasLabels, hasMatchingGroup, hasMatchingLabel, removeAllFromGroups, removeAllFromLabels, removeFromGroups, removeFromLabels, removeMatchingFromLabels, setNewLabelLike, setToGroups, setToLabels, withGroups, withGroups, withLabels, withLabelsMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
GroupRestrictionBuilder
public GroupRestrictionBuilder() -
GroupRestrictionBuilder
-
GroupRestrictionBuilder
-
GroupRestrictionBuilder
-
GroupRestrictionBuilder
-
GroupRestrictionBuilder
public GroupRestrictionBuilder(GroupRestrictionFluent<?> fluent, GroupRestriction instance, Boolean validationEnabled) -
GroupRestrictionBuilder
-
GroupRestrictionBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GroupRestriction>
-
equals
- Overrides:
equalsin classGroupRestrictionFluentImpl<GroupRestrictionBuilder>
-