io.kubernetes.client.openapi.models.V1alpha1AggregationRuleFluent 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.Fluent;
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.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1alpha1AggregationRuleFluent> extends Fluent {
public A addToClusterRoleSelectors(int index,V1LabelSelector item);
public A setToClusterRoleSelectors(int index,V1LabelSelector item);
public A addToClusterRoleSelectors(V1LabelSelector... items);
public A addAllToClusterRoleSelectors(Collection items);
public A removeFromClusterRoleSelectors(V1LabelSelector... items);
public A removeAllFromClusterRoleSelectors(Collection items);
public A removeMatchingFromClusterRoleSelectors(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildClusterRoleSelectors instead.
* @return The buildable object.
*/
@Deprecated public List getClusterRoleSelectors();
public List buildClusterRoleSelectors();
public V1LabelSelector buildClusterRoleSelector(int index);
public V1LabelSelector buildFirstClusterRoleSelector();
public V1LabelSelector buildLastClusterRoleSelector();
public V1LabelSelector buildMatchingClusterRoleSelector(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingClusterRoleSelector(io.kubernetes.client.fluent.Predicate predicate);
public A withClusterRoleSelectors(List clusterRoleSelectors);
public A withClusterRoleSelectors(V1LabelSelector... clusterRoleSelectors);
public Boolean hasClusterRoleSelectors();
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested addNewClusterRoleSelector();
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested addNewClusterRoleSelectorLike(V1LabelSelector item);
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested setNewClusterRoleSelectorLike(int index,V1LabelSelector item);
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested editClusterRoleSelector(int index);
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested editFirstClusterRoleSelector();
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested editLastClusterRoleSelector();
public V1alpha1AggregationRuleFluent.ClusterRoleSelectorsNested editMatchingClusterRoleSelector(io.kubernetes.client.fluent.Predicate predicate);
public interface ClusterRoleSelectorsNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent> {
public N and();
public N endClusterRoleSelector(); }
}