
io.kubernetes.client.models.V1beta1AggregationRuleFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1beta1AggregationRuleFluent> 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);
/**
* This method has been deprecated, please use method buildClusterRoleSelectors instead.
*/
@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 A withClusterRoleSelectors(List clusterRoleSelectors);
public A withClusterRoleSelectors(V1LabelSelector... clusterRoleSelectors);
public Boolean hasClusterRoleSelectors();
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested addNewClusterRoleSelector();
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested addNewClusterRoleSelectorLike(V1LabelSelector item);
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested setNewClusterRoleSelectorLike(int index,V1LabelSelector item);
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested editClusterRoleSelector(int index);
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested editFirstClusterRoleSelector();
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested editLastClusterRoleSelector();
public V1beta1AggregationRuleFluent.ClusterRoleSelectorsNested editMatchingClusterRoleSelector(io.kubernetes.client.fluent.Predicate predicate);
public interface ClusterRoleSelectorsNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent>{
public N and(); public N endClusterRoleSelector();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy