public interface  io.fabric.openshift.api.model.ServiceAccountRestrictionFluent extends java.lang.Object implements io.fabric.kubernetes.api.builder.Fluent
{
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addToNamespaces(java.lang.Integer, java.lang.String);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent setToNamespaces(java.lang.Integer, java.lang.String);
public abstract transient io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addToNamespaces(java.lang.String[]);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addAllToNamespaces(java.util.Collection);
public abstract transient io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeFromNamespaces(java.lang.String[]);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeAllFromNamespaces(java.util.Collection);
public abstract java.util.List getNamespaces();
public abstract java.lang.String getNamespace(java.lang.Integer);
public abstract java.lang.String getFirstNamespace();
public abstract java.lang.String getLastNamespace();
public abstract java.lang.String getMatchingNamespace(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingNamespace(java.util.function.Predicate);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent withNamespaces(java.util.List);
public abstract transient io.fabric.openshift.api.model.ServiceAccountRestrictionFluent withNamespaces(java.lang.String[]);
public abstract java.lang.Boolean hasNamespaces();
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addToServiceaccounts(java.lang.Integer, io.fabric.openshift.api.model.ServiceAccountReference);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent setToServiceaccounts(java.lang.Integer, io.fabric.openshift.api.model.ServiceAccountReference);
public abstract transient io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addToServiceaccounts(io.fabric.openshift.api.model.ServiceAccountReference[]);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addAllToServiceaccounts(java.util.Collection);
public abstract transient io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeFromServiceaccounts(io.fabric.openshift.api.model.ServiceAccountReference[]);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeAllFromServiceaccounts(java.util.Collection);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeMatchingFromServiceaccounts(java.util.function.Predicate);
public abstract java.util.List getServiceaccounts();
public abstract java.util.List buildServiceaccounts();
public abstract io.fabric.openshift.api.model.ServiceAccountReference buildServiceaccount(java.lang.Integer);
public abstract io.fabric.openshift.api.model.ServiceAccountReference buildFirstServiceaccount();
public abstract io.fabric.openshift.api.model.ServiceAccountReference buildLastServiceaccount();
public abstract io.fabric.openshift.api.model.ServiceAccountReference buildMatchingServiceaccount(java.util.function.Predicate);
public abstract java.lang.Boolean hasMatchingServiceaccount(java.util.function.Predicate);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent withServiceaccounts(java.util.List);
public abstract transient io.fabric.openshift.api.model.ServiceAccountRestrictionFluent withServiceaccounts(io.fabric.openshift.api.model.ServiceAccountReference[]);
public abstract java.lang.Boolean hasServiceaccounts();
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addNewServiceaccount(java.lang.String, java.lang.String);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested addNewServiceaccount();
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested addNewServiceaccountLike(io.fabric.openshift.api.model.ServiceAccountReference);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested setNewServiceaccountLike(java.lang.Integer, io.fabric.openshift.api.model.ServiceAccountReference);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested editServiceaccount(java.lang.Integer);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested editFirstServiceaccount();
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested editLastServiceaccount();
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent$ServiceaccountsNested editMatchingServiceaccount(java.util.function.Predicate);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addToAdditionalProperties(java.lang.String, java.lang.Object);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent addToAdditionalProperties(java.util.Map);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeFromAdditionalProperties(java.lang.String);
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent removeFromAdditionalProperties(java.util.Map);
public abstract java.util.Map getAdditionalProperties();
public abstract io.fabric.openshift.api.model.ServiceAccountRestrictionFluent withAdditionalProperties(java.util.Map);
public abstract java.lang.Boolean hasAdditionalProperties();
}