All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1AggregationRuleFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1AggregationRuleFluent> extends Fluent{
  public A addToClusterRoleSelectors(Integer index,V1LabelSelector item);
  public A setToClusterRoleSelectors(Integer index,V1LabelSelector item);
  public A addToClusterRoleSelectors(io.kubernetes.client.openapi.models.V1LabelSelector... items);
  public A addAllToClusterRoleSelectors(Collection items);
  public A removeFromClusterRoleSelectors(io.kubernetes.client.openapi.models.V1LabelSelector... items);
  public A removeAllFromClusterRoleSelectors(Collection items);
  public A removeMatchingFromClusterRoleSelectors(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(Integer index);
  public V1LabelSelector buildFirstClusterRoleSelector();
  public V1LabelSelector buildLastClusterRoleSelector();
  public V1LabelSelector buildMatchingClusterRoleSelector(Predicate predicate);
  public Boolean hasMatchingClusterRoleSelector(Predicate predicate);
  public A withClusterRoleSelectors(List clusterRoleSelectors);
  public A withClusterRoleSelectors(io.kubernetes.client.openapi.models.V1LabelSelector... clusterRoleSelectors);
  public Boolean hasClusterRoleSelectors();
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested addNewClusterRoleSelector();
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested addNewClusterRoleSelectorLike(V1LabelSelector item);
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested setNewClusterRoleSelectorLike(Integer index,V1LabelSelector item);
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested editClusterRoleSelector(Integer index);
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested editFirstClusterRoleSelector();
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested editLastClusterRoleSelector();
  public V1AggregationRuleFluent.ClusterRoleSelectorsNested editMatchingClusterRoleSelector(Predicate predicate);
  public interface ClusterRoleSelectorsNested extends Nested,V1LabelSelectorFluent>{
    public N and();
    public N endClusterRoleSelector();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy