public class V1beta1PolicyRulesWithSubjectsFluentImpl<A extends V1beta1PolicyRulesWithSubjectsFluent<A>> extends BaseFluent<A> implements V1beta1PolicyRulesWithSubjectsFluent<A>
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<N>, V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<N>, V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1beta1PolicyRulesWithSubjectsFluentImpl() |
V1beta1PolicyRulesWithSubjectsFluentImpl(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items) |
A |
addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items) |
A |
addAllToSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items) |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
addNewNonResourceRule() |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
addNewResourceRule() |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
addNewSubject() |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta1Subject item) |
A |
addToNonResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) |
A |
addToNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items) |
A |
addToResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) |
A |
addToResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items) |
A |
addToSubjects(Integer index,
io.kubernetes.client.openapi.models.V1beta1Subject item) |
A |
addToSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... items) |
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule |
buildFirstNonResourceRule() |
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule |
buildFirstResourceRule() |
io.kubernetes.client.openapi.models.V1beta1Subject |
buildFirstSubject() |
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule |
buildLastNonResourceRule() |
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule |
buildLastResourceRule() |
io.kubernetes.client.openapi.models.V1beta1Subject |
buildLastSubject() |
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule |
buildMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule |
buildMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta1Subject |
buildMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule |
buildNonResourceRule(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> |
buildNonResourceRules() |
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule |
buildResourceRule(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> |
buildResourceRules() |
io.kubernetes.client.openapi.models.V1beta1Subject |
buildSubject(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta1Subject> |
buildSubjects() |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editFirstNonResourceRule() |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editFirstResourceRule() |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editFirstSubject() |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editLastNonResourceRule() |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editLastResourceRule() |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editLastSubject() |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate) |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editNonResourceRule(Integer index) |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editResourceRule(Integer index) |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editSubject(Integer index) |
boolean |
equals(Object o) |
List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> |
getNonResourceRules()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> |
getResourceRules()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1beta1Subject> |
getSubjects()
Deprecated.
|
int |
hashCode() |
Boolean |
hasMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) |
Boolean |
hasMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate) |
Boolean |
hasMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) |
Boolean |
hasNonResourceRules() |
Boolean |
hasResourceRules() |
Boolean |
hasSubjects() |
A |
removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items) |
A |
removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items) |
A |
removeAllFromSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items) |
A |
removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items) |
A |
removeFromResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items) |
A |
removeFromSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... items) |
A |
removeMatchingFromNonResourceRules(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) |
A |
removeMatchingFromResourceRules(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate) |
A |
removeMatchingFromSubjects(Predicate<V1beta1SubjectBuilder> predicate) |
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
setNewNonResourceRuleLike(Integer index,
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) |
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
setNewResourceRuleLike(Integer index,
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) |
V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
setNewSubjectLike(Integer index,
io.kubernetes.client.openapi.models.V1beta1Subject item) |
A |
setToNonResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) |
A |
setToResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) |
A |
setToSubjects(Integer index,
io.kubernetes.client.openapi.models.V1beta1Subject item) |
String |
toString() |
A |
withNonResourceRules(List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> nonResourceRules) |
A |
withNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... nonResourceRules) |
A |
withResourceRules(List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> resourceRules) |
A |
withResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... resourceRules) |
A |
withSubjects(List<io.kubernetes.client.openapi.models.V1beta1Subject> subjects) |
A |
withSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... subjects) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1beta1PolicyRulesWithSubjectsFluentImpl()
public V1beta1PolicyRulesWithSubjectsFluentImpl(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects instance)
public A addToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item)
addToNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A setToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item)
setToNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addToNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items)
addToNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items)
addAllToNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items)
removeFromNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items)
removeAllFromNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeMatchingFromNonResourceRules(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate)
removeMatchingFromNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> getNonResourceRules()
getNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> buildNonResourceRules()
buildNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildNonResourceRule(Integer index)
buildNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildFirstNonResourceRule()
buildFirstNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildLastNonResourceRule()
buildLastNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate)
buildMatchingNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public Boolean hasMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate)
hasMatchingNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A withNonResourceRules(List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> nonResourceRules)
withNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A withNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... nonResourceRules)
withNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public Boolean hasNonResourceRules()
hasNonResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRule()
addNewNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item)
addNewNonResourceRuleLike in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> setNewNonResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item)
setNewNonResourceRuleLike in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editNonResourceRule(Integer index)
editNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editFirstNonResourceRule()
editFirstNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editLastNonResourceRule()
editLastNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate)
editMatchingNonResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item)
addToResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A setToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item)
setToResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addToResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items)
addToResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items)
addAllToResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeFromResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items)
removeFromResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items)
removeAllFromResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeMatchingFromResourceRules(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate)
removeMatchingFromResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> getResourceRules()
getResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> buildResourceRules()
buildResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildResourceRule(Integer index)
buildResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildFirstResourceRule()
buildFirstResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildLastResourceRule()
buildLastResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate)
buildMatchingResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public Boolean hasMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate)
hasMatchingResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A withResourceRules(List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> resourceRules)
withResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A withResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... resourceRules)
withResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public Boolean hasResourceRules()
hasResourceRules in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRule()
addNewResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item)
addNewResourceRuleLike in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> setNewResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item)
setNewResourceRuleLike in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editResourceRule(Integer index)
editResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editFirstResourceRule()
editFirstResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editLastResourceRule()
editLastResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate)
editMatchingResourceRule in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addToSubjects(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item)
addToSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A setToSubjects(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item)
setToSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addToSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... items)
addToSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A addAllToSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items)
addAllToSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeFromSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... items)
removeFromSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeAllFromSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items)
removeAllFromSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A removeMatchingFromSubjects(Predicate<V1beta1SubjectBuilder> predicate)
removeMatchingFromSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1Subject> getSubjects()
getSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public List<io.kubernetes.client.openapi.models.V1beta1Subject> buildSubjects()
buildSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1Subject buildSubject(Integer index)
buildSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1Subject buildFirstSubject()
buildFirstSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1Subject buildLastSubject()
buildLastSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public io.kubernetes.client.openapi.models.V1beta1Subject buildMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate)
buildMatchingSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public Boolean hasMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate)
hasMatchingSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A withSubjects(List<io.kubernetes.client.openapi.models.V1beta1Subject> subjects)
withSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public A withSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... subjects)
withSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public Boolean hasSubjects()
hasSubjects in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubject()
addNewSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta1Subject item)
addNewSubjectLike in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> setNewSubjectLike(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item)
setNewSubjectLike in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editSubject(Integer index)
editSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editFirstSubject()
editFirstSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editLastSubject()
editLastSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate)
editMatchingSubject in interface V1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>Copyright © 2022. All rights reserved.