Package io.fabric8.openshift.api.model
Class ScopeRestrictionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ScopeRestrictionFluent<ScopeRestrictionBuilder>
-
- io.fabric8.openshift.api.model.ScopeRestrictionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ScopeRestriction>,io.fabric8.kubernetes.api.builder.Visitable<ScopeRestrictionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ScopeRestriction,ScopeRestrictionBuilder>
public class ScopeRestrictionBuilder extends ScopeRestrictionFluent<ScopeRestrictionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ScopeRestriction,ScopeRestrictionBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ScopeRestrictionFluent
ScopeRestrictionFluent.ClusterRoleNested<N>
-
-
Constructor Summary
Constructors Constructor Description ScopeRestrictionBuilder()ScopeRestrictionBuilder(ScopeRestriction instance)ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent)ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent, ScopeRestriction instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeRestrictionbuild()-
Methods inherited from class io.fabric8.openshift.api.model.ScopeRestrictionFluent
addAllToLiterals, addToAdditionalProperties, addToAdditionalProperties, addToLiterals, addToLiterals, buildClusterRole, copyInstance, editClusterRole, editOrNewClusterRole, editOrNewClusterRoleLike, equals, getAdditionalProperties, getFirstLiteral, getLastLiteral, getLiteral, getLiterals, getMatchingLiteral, hasAdditionalProperties, hasClusterRole, hashCode, hasLiterals, hasMatchingLiteral, removeAllFromLiterals, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromLiterals, setToLiterals, toString, withAdditionalProperties, withClusterRole, withLiterals, withLiterals, withNewClusterRole, withNewClusterRoleLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ScopeRestrictionBuilder
public ScopeRestrictionBuilder()
-
ScopeRestrictionBuilder
public ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent)
-
ScopeRestrictionBuilder
public ScopeRestrictionBuilder(ScopeRestrictionFluent<?> fluent, ScopeRestriction instance)
-
ScopeRestrictionBuilder
public ScopeRestrictionBuilder(ScopeRestriction instance)
-
-
Method Detail
-
build
public ScopeRestriction build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ScopeRestriction>
-
-