Package io.fabric8.openshift.api.model
Class ServiceAccountRestrictionBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ServiceAccountRestrictionFluentImpl<ServiceAccountRestrictionBuilder>
io.fabric8.openshift.api.model.ServiceAccountRestrictionBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ServiceAccountRestriction>,io.fabric8.kubernetes.api.builder.Fluent<ServiceAccountRestrictionBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ServiceAccountRestrictionBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceAccountRestriction,ServiceAccountRestrictionBuilder>,ServiceAccountRestrictionFluent<ServiceAccountRestrictionBuilder>
public class ServiceAccountRestrictionBuilder extends ServiceAccountRestrictionFluentImpl<ServiceAccountRestrictionBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServiceAccountRestriction,ServiceAccountRestrictionBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.ServiceAccountRestrictionFluentImpl
ServiceAccountRestrictionFluentImpl.ServiceaccountsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.ServiceAccountRestrictionFluent
ServiceAccountRestrictionFluent.ServiceaccountsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServiceAccountRestrictionBuilder()ServiceAccountRestrictionBuilder(ServiceAccountRestriction instance)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance, Boolean validationEnabled)ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, Boolean validationEnabled)ServiceAccountRestrictionBuilder(ServiceAccountRestriction instance, Boolean validationEnabled)ServiceAccountRestrictionBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ServiceAccountRestrictionbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.ServiceAccountRestrictionFluentImpl
addAllToNamespaces, addAllToServiceaccounts, addNewNamespace, addNewNamespace, addNewNamespace, addNewServiceaccount, addNewServiceaccount, addNewServiceaccountLike, addToNamespaces, addToNamespaces, addToServiceaccounts, addToServiceaccounts, buildFirstServiceaccount, buildLastServiceaccount, buildMatchingServiceaccount, buildServiceaccount, buildServiceaccounts, editFirstServiceaccount, editLastServiceaccount, editMatchingServiceaccount, editServiceaccount, getFirstNamespace, getLastNamespace, getMatchingNamespace, getNamespace, getNamespaces, getServiceaccounts, hasMatchingNamespace, hasMatchingServiceaccount, hasNamespaces, hasServiceaccounts, removeAllFromNamespaces, removeAllFromServiceaccounts, removeFromNamespaces, removeFromServiceaccounts, removeMatchingFromServiceaccounts, setNewServiceaccountLike, setToNamespaces, setToServiceaccounts, withNamespaces, withNamespaces, withServiceaccounts, withServiceaccountsMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder() -
ServiceAccountRestrictionBuilder
-
ServiceAccountRestrictionBuilder
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, Boolean validationEnabled) -
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance) -
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestrictionFluent<?> fluent, ServiceAccountRestriction instance, Boolean validationEnabled) -
ServiceAccountRestrictionBuilder
-
ServiceAccountRestrictionBuilder
public ServiceAccountRestrictionBuilder(ServiceAccountRestriction instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ServiceAccountRestriction>
-
equals
- Overrides:
equalsin classServiceAccountRestrictionFluentImpl<ServiceAccountRestrictionBuilder>
-