Package io.fabric8.openshift.api.model
Class ServiceAccountRestrictionBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.ServiceAccountRestrictionFluent<ServiceAccountRestrictionBuilder>
-
- io.fabric8.openshift.api.model.ServiceAccountRestrictionBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ServiceAccountRestriction>,io.fabric8.kubernetes.api.builder.Visitable<ServiceAccountRestrictionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceAccountRestriction,ServiceAccountRestrictionBuilder>
public class ServiceAccountRestrictionBuilder extends ServiceAccountRestrictionFluent<ServiceAccountRestrictionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceAccountRestriction,ServiceAccountRestrictionBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ServiceAccountRestrictionFluent
ServiceAccountRestrictionFluent.ServiceaccountsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ServiceAccountRestrictionBuilder()ServiceAccountRestrictionBuilder(ServiceAccountRestriction instance)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAccountRestrictionbuild()-
Methods inherited from class io.fabric8.openshift.api.model.ServiceAccountRestrictionFluent
addAllToNamespaces, addAllToServiceaccounts, addNewServiceaccount, addNewServiceaccount, addNewServiceaccountLike, addToAdditionalProperties, addToAdditionalProperties, addToNamespaces, addToNamespaces, addToServiceaccounts, addToServiceaccounts, buildFirstServiceaccount, buildLastServiceaccount, buildMatchingServiceaccount, buildServiceaccount, buildServiceaccounts, copyInstance, editFirstServiceaccount, editLastServiceaccount, editMatchingServiceaccount, editServiceaccount, equals, getAdditionalProperties, getFirstNamespace, getLastNamespace, getMatchingNamespace, getNamespace, getNamespaces, hasAdditionalProperties, hashCode, hasMatchingNamespace, hasMatchingServiceaccount, hasNamespaces, hasServiceaccounts, removeAllFromNamespaces, removeAllFromServiceaccounts, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromNamespaces, removeFromServiceaccounts, removeMatchingFromServiceaccounts, setNewServiceaccountLike, setToNamespaces, setToServiceaccounts, toString, withAdditionalProperties, withNamespaces, withNamespaces, withServiceaccounts, withServiceaccounts
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder()
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent)
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance)
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestriction instance)
-
-
Method Detail
-
build
public ServiceAccountRestriction build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ServiceAccountRestriction>
-
-