io.kubernetes.client.openapi.models.V1SubjectAccessReviewSpecFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.StringBuilder;
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.util.LinkedHashMap;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;
public interface V1SubjectAccessReviewSpecFluent> extends Fluent {
public A addToExtra(String key,List value);
public A addToExtra(Map> map);
public A removeFromExtra(String key);
public A removeFromExtra(Map> map);
public Map> getExtra();
public A withExtra(Map> extra);
public Boolean hasExtra();
public A addToGroups(int index,String item);
public A setToGroups(int index,String item);
public A addToGroups(String... items);
public A addAllToGroups(Collection items);
public A removeFromGroups(String... items);
public A removeAllFromGroups(Collection items);
public List getGroups();
public String getGroup(int index);
public String getFirstGroup();
public String getLastGroup();
public String getMatchingGroup(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingGroup(io.kubernetes.client.fluent.Predicate predicate);
public A withGroups(List groups);
public A withGroups(String... groups);
public Boolean hasGroups();
public A addNewGroup(String arg1);
public A addNewGroup(StringBuilder arg1);
public A addNewGroup(StringBuffer arg1);
/**
* This method has been deprecated, please use method buildNonResourceAttributes instead.
* @return The buildable object.
*/
@Deprecated public V1NonResourceAttributes getNonResourceAttributes();
public V1NonResourceAttributes buildNonResourceAttributes();
public A withNonResourceAttributes(V1NonResourceAttributes nonResourceAttributes);
public Boolean hasNonResourceAttributes();
public V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested withNewNonResourceAttributes();
public V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested withNewNonResourceAttributesLike(V1NonResourceAttributes item);
public V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested editNonResourceAttributes();
public V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested editOrNewNonResourceAttributes();
public V1SubjectAccessReviewSpecFluent.NonResourceAttributesNested editOrNewNonResourceAttributesLike(V1NonResourceAttributes item);
/**
* This method has been deprecated, please use method buildResourceAttributes instead.
* @return The buildable object.
*/
@Deprecated public V1ResourceAttributes getResourceAttributes();
public V1ResourceAttributes buildResourceAttributes();
public A withResourceAttributes(V1ResourceAttributes resourceAttributes);
public Boolean hasResourceAttributes();
public V1SubjectAccessReviewSpecFluent.ResourceAttributesNested withNewResourceAttributes();
public V1SubjectAccessReviewSpecFluent.ResourceAttributesNested withNewResourceAttributesLike(V1ResourceAttributes item);
public V1SubjectAccessReviewSpecFluent.ResourceAttributesNested editResourceAttributes();
public V1SubjectAccessReviewSpecFluent.ResourceAttributesNested editOrNewResourceAttributes();
public V1SubjectAccessReviewSpecFluent.ResourceAttributesNested editOrNewResourceAttributesLike(V1ResourceAttributes item);
public String getUid();
public A withUid(String uid);
public Boolean hasUid();
public A withNewUid(String arg1);
public A withNewUid(StringBuilder arg1);
public A withNewUid(StringBuffer arg1);
public String getUser();
public A withUser(String user);
public Boolean hasUser();
public A withNewUser(String arg1);
public A withNewUser(StringBuilder arg1);
public A withNewUser(StringBuffer arg1);
public interface NonResourceAttributesNested extends io.kubernetes.client.fluent.Nested,V1NonResourceAttributesFluent> {
public N and();
public N endNonResourceAttributes(); }
public interface ResourceAttributesNested extends io.kubernetes.client.fluent.Nested,V1ResourceAttributesFluent> {
public N and();
public N endResourceAttributes(); }
}