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

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

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

import java.lang.Integer;
import io.kubernetes.client.fluent.Fluent;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.lang.String;
import java.lang.Boolean;
import java.util.function.Predicate;

 /**
  * Generated
  */
public interface V1PolicyRuleFluent> extends Fluent{
  public A addToApiGroups(Integer index,String item);
  public A setToApiGroups(Integer index,String item);
  public A addToApiGroups(java.lang.String... items);
  public A addAllToApiGroups(Collection items);
  public A removeFromApiGroups(java.lang.String... items);
  public A removeAllFromApiGroups(Collection items);
  public List getApiGroups();
  public String getApiGroup(Integer index);
  public String getFirstApiGroup();
  public String getLastApiGroup();
  public String getMatchingApiGroup(Predicate predicate);
  public Boolean hasMatchingApiGroup(Predicate predicate);
  public A withApiGroups(List apiGroups);
  public A withApiGroups(java.lang.String... apiGroups);
  public Boolean hasApiGroups();
  public A addToNonResourceURLs(Integer index,String item);
  public A setToNonResourceURLs(Integer index,String item);
  public A addToNonResourceURLs(java.lang.String... items);
  public A addAllToNonResourceURLs(Collection items);
  public A removeFromNonResourceURLs(java.lang.String... items);
  public A removeAllFromNonResourceURLs(Collection items);
  public List getNonResourceURLs();
  public String getNonResourceURL(Integer index);
  public String getFirstNonResourceURL();
  public String getLastNonResourceURL();
  public String getMatchingNonResourceURL(Predicate predicate);
  public Boolean hasMatchingNonResourceURL(Predicate predicate);
  public A withNonResourceURLs(List nonResourceURLs);
  public A withNonResourceURLs(java.lang.String... nonResourceURLs);
  public Boolean hasNonResourceURLs();
  public A addToResourceNames(Integer index,String item);
  public A setToResourceNames(Integer index,String item);
  public A addToResourceNames(java.lang.String... items);
  public A addAllToResourceNames(Collection items);
  public A removeFromResourceNames(java.lang.String... items);
  public A removeAllFromResourceNames(Collection items);
  public List getResourceNames();
  public String getResourceName(Integer index);
  public String getFirstResourceName();
  public String getLastResourceName();
  public String getMatchingResourceName(Predicate predicate);
  public Boolean hasMatchingResourceName(Predicate predicate);
  public A withResourceNames(List resourceNames);
  public A withResourceNames(java.lang.String... resourceNames);
  public Boolean hasResourceNames();
  public A addToResources(Integer index,String item);
  public A setToResources(Integer index,String item);
  public A addToResources(java.lang.String... items);
  public A addAllToResources(Collection items);
  public A removeFromResources(java.lang.String... items);
  public A removeAllFromResources(Collection items);
  public List getResources();
  public String getResource(Integer index);
  public String getFirstResource();
  public String getLastResource();
  public String getMatchingResource(Predicate predicate);
  public Boolean hasMatchingResource(Predicate predicate);
  public A withResources(List resources);
  public A withResources(java.lang.String... resources);
  public Boolean hasResources();
  public A addToVerbs(Integer index,String item);
  public A setToVerbs(Integer index,String item);
  public A addToVerbs(java.lang.String... items);
  public A addAllToVerbs(Collection items);
  public A removeFromVerbs(java.lang.String... items);
  public A removeAllFromVerbs(Collection items);
  public List getVerbs();
  public String getVerb(Integer index);
  public String getFirstVerb();
  public String getLastVerb();
  public String getMatchingVerb(Predicate predicate);
  public Boolean hasMatchingVerb(Predicate predicate);
  public A withVerbs(List verbs);
  public A withVerbs(java.lang.String... verbs);
  public Boolean hasVerbs();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy