io.kubernetes.client.openapi.models.V1SubjectAccessReviewSpecFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
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 java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
import java.util.Map;
/**
* Generated
*/
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(java.lang.String... items);
public A addAllToGroups(Collection items);
public A removeFromGroups(java.lang.String... items);
public A removeAllFromGroups(Collection items);
public List getGroups();
public String getGroup(int index);
public String getFirstGroup();
public String getLastGroup();
public String getMatchingGroup(Predicate predicate);
public Boolean hasMatchingGroup(Predicate predicate);
public A withGroups(List groups);
public A withGroups(java.lang.String... groups);
public Boolean hasGroups();
/**
* 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 String getUser();
public A withUser(String user);
public Boolean hasUser();
public interface NonResourceAttributesNested extends Nested,V1NonResourceAttributesFluent>{
public N and();
public N endNonResourceAttributes();
}
public interface ResourceAttributesNested extends Nested,V1ResourceAttributesFluent>{
public N and();
public N endResourceAttributes();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy