io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjectsFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.util.Collection;
public interface V1alpha1PolicyRulesWithSubjectsFluent> extends Fluent {
public A addToNonResourceRules(int index,V1alpha1NonResourcePolicyRule item);
public A setToNonResourceRules(int index,V1alpha1NonResourcePolicyRule item);
public A addToNonResourceRules(V1alpha1NonResourcePolicyRule... items);
public A addAllToNonResourceRules(Collection items);
public A removeFromNonResourceRules(V1alpha1NonResourcePolicyRule... items);
public A removeAllFromNonResourceRules(Collection items);
public A removeMatchingFromNonResourceRules(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildNonResourceRules instead.
* @return The buildable object.
*/
@Deprecated public List getNonResourceRules();
public List buildNonResourceRules();
public V1alpha1NonResourcePolicyRule buildNonResourceRule(int index);
public V1alpha1NonResourcePolicyRule buildFirstNonResourceRule();
public V1alpha1NonResourcePolicyRule buildLastNonResourceRule();
public V1alpha1NonResourcePolicyRule buildMatchingNonResourceRule(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingNonResourceRule(io.kubernetes.client.fluent.Predicate predicate);
public A withNonResourceRules(List nonResourceRules);
public A withNonResourceRules(V1alpha1NonResourcePolicyRule... nonResourceRules);
public Boolean hasNonResourceRules();
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested addNewNonResourceRule();
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested addNewNonResourceRuleLike(V1alpha1NonResourcePolicyRule item);
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested setNewNonResourceRuleLike(int index,V1alpha1NonResourcePolicyRule item);
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested editNonResourceRule(int index);
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested editFirstNonResourceRule();
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested editLastNonResourceRule();
public V1alpha1PolicyRulesWithSubjectsFluent.NonResourceRulesNested editMatchingNonResourceRule(io.kubernetes.client.fluent.Predicate predicate);
public A addToResourceRules(int index,V1alpha1ResourcePolicyRule item);
public A setToResourceRules(int index,V1alpha1ResourcePolicyRule item);
public A addToResourceRules(V1alpha1ResourcePolicyRule... items);
public A addAllToResourceRules(Collection items);
public A removeFromResourceRules(V1alpha1ResourcePolicyRule... items);
public A removeAllFromResourceRules(Collection items);
public A removeMatchingFromResourceRules(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildResourceRules instead.
* @return The buildable object.
*/
@Deprecated public List getResourceRules();
public List buildResourceRules();
public V1alpha1ResourcePolicyRule buildResourceRule(int index);
public V1alpha1ResourcePolicyRule buildFirstResourceRule();
public V1alpha1ResourcePolicyRule buildLastResourceRule();
public V1alpha1ResourcePolicyRule buildMatchingResourceRule(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingResourceRule(io.kubernetes.client.fluent.Predicate predicate);
public A withResourceRules(List resourceRules);
public A withResourceRules(V1alpha1ResourcePolicyRule... resourceRules);
public Boolean hasResourceRules();
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested addNewResourceRule();
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested addNewResourceRuleLike(V1alpha1ResourcePolicyRule item);
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested setNewResourceRuleLike(int index,V1alpha1ResourcePolicyRule item);
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested editResourceRule(int index);
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested editFirstResourceRule();
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested editLastResourceRule();
public V1alpha1PolicyRulesWithSubjectsFluent.ResourceRulesNested editMatchingResourceRule(io.kubernetes.client.fluent.Predicate predicate);
public A addToSubjects(int index,FlowcontrolV1alpha1Subject item);
public A setToSubjects(int index,FlowcontrolV1alpha1Subject item);
public A addToSubjects(FlowcontrolV1alpha1Subject... items);
public A addAllToSubjects(Collection items);
public A removeFromSubjects(FlowcontrolV1alpha1Subject... items);
public A removeAllFromSubjects(Collection items);
public A removeMatchingFromSubjects(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildSubjects instead.
* @return The buildable object.
*/
@Deprecated public List getSubjects();
public List buildSubjects();
public FlowcontrolV1alpha1Subject buildSubject(int index);
public FlowcontrolV1alpha1Subject buildFirstSubject();
public FlowcontrolV1alpha1Subject buildLastSubject();
public FlowcontrolV1alpha1Subject buildMatchingSubject(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingSubject(io.kubernetes.client.fluent.Predicate predicate);
public A withSubjects(List subjects);
public A withSubjects(FlowcontrolV1alpha1Subject... subjects);
public Boolean hasSubjects();
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested addNewSubject();
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested addNewSubjectLike(FlowcontrolV1alpha1Subject item);
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested setNewSubjectLike(int index,FlowcontrolV1alpha1Subject item);
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested editSubject(int index);
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested editFirstSubject();
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested editLastSubject();
public V1alpha1PolicyRulesWithSubjectsFluent.SubjectsNested editMatchingSubject(io.kubernetes.client.fluent.Predicate predicate);
public interface NonResourceRulesNested extends io.kubernetes.client.fluent.Nested,V1alpha1NonResourcePolicyRuleFluent> {
public N and();
public N endNonResourceRule(); }
public interface ResourceRulesNested extends io.kubernetes.client.fluent.Nested,V1alpha1ResourcePolicyRuleFluent> {
public N and();
public N endResourceRule(); }
public interface SubjectsNested extends io.kubernetes.client.fluent.Nested,FlowcontrolV1alpha1SubjectFluent> {
public N and();
public N endSubject(); }
}