public interface V1beta2PolicyRulesWithSubjectsFluent<A extends V1beta2PolicyRulesWithSubjectsFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<N> |
static interface |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<N> |
static interface |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items) |
A |
addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items) |
A |
addAllToSubjects(Collection<io.kubernetes.client.openapi.models.V1beta2Subject> items) |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
addNewNonResourceRule() |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
addNewResourceRule() |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
addNewSubject() |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta2Subject item) |
A |
addToNonResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) |
A |
addToNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items) |
A |
addToResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) |
A |
addToResourceRules(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... items) |
A |
addToSubjects(Integer index,
io.kubernetes.client.openapi.models.V1beta2Subject item) |
A |
addToSubjects(io.kubernetes.client.openapi.models.V1beta2Subject... items) |
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule |
buildFirstNonResourceRule() |
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule |
buildFirstResourceRule() |
io.kubernetes.client.openapi.models.V1beta2Subject |
buildFirstSubject() |
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule |
buildLastNonResourceRule() |
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule |
buildLastResourceRule() |
io.kubernetes.client.openapi.models.V1beta2Subject |
buildLastSubject() |
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule |
buildMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule |
buildMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta2Subject |
buildMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule |
buildNonResourceRule(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> |
buildNonResourceRules() |
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule |
buildResourceRule(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> |
buildResourceRules() |
io.kubernetes.client.openapi.models.V1beta2Subject |
buildSubject(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta2Subject> |
buildSubjects() |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editFirstNonResourceRule() |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editFirstResourceRule() |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editFirstSubject() |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editLastNonResourceRule() |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editLastResourceRule() |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editLastSubject() |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate) |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate) |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate) |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
editNonResourceRule(Integer index) |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
editResourceRule(Integer index) |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
editSubject(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> |
getNonResourceRules()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> |
getResourceRules()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1beta2Subject> |
getSubjects()
Deprecated.
|
Boolean |
hasMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate) |
Boolean |
hasMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate) |
Boolean |
hasMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate) |
Boolean |
hasNonResourceRules() |
Boolean |
hasResourceRules() |
Boolean |
hasSubjects() |
A |
removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items) |
A |
removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items) |
A |
removeAllFromSubjects(Collection<io.kubernetes.client.openapi.models.V1beta2Subject> items) |
A |
removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items) |
A |
removeFromResourceRules(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... items) |
A |
removeFromSubjects(io.kubernetes.client.openapi.models.V1beta2Subject... items) |
A |
removeMatchingFromNonResourceRules(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate) |
A |
removeMatchingFromResourceRules(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate) |
A |
removeMatchingFromSubjects(Predicate<V1beta2SubjectBuilder> predicate) |
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> |
setNewNonResourceRuleLike(Integer index,
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) |
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> |
setNewResourceRuleLike(Integer index,
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) |
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> |
setNewSubjectLike(Integer index,
io.kubernetes.client.openapi.models.V1beta2Subject item) |
A |
setToNonResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) |
A |
setToResourceRules(Integer index,
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) |
A |
setToSubjects(Integer index,
io.kubernetes.client.openapi.models.V1beta2Subject item) |
A |
withNonResourceRules(List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> nonResourceRules) |
A |
withNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... nonResourceRules) |
A |
withResourceRules(List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> resourceRules) |
A |
withResourceRules(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... resourceRules) |
A |
withSubjects(List<io.kubernetes.client.openapi.models.V1beta2Subject> subjects) |
A |
withSubjects(io.kubernetes.client.openapi.models.V1beta2Subject... subjects) |
A addToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item)
A setToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item)
A addToNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items)
A addAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items)
A removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items)
A removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items)
A removeMatchingFromNonResourceRules(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> getNonResourceRules()
List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> buildNonResourceRules()
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildNonResourceRule(Integer index)
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildFirstNonResourceRule()
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildLastNonResourceRule()
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate)
Boolean hasMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate)
A withNonResourceRules(List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> nonResourceRules)
A withNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... nonResourceRules)
Boolean hasNonResourceRules()
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRule()
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item)
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> setNewNonResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item)
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editNonResourceRule(Integer index)
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editFirstNonResourceRule()
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editLastNonResourceRule()
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate)
A addToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item)
A setToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item)
A addToResourceRules(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... items)
A addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items)
A removeFromResourceRules(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... items)
A removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items)
A removeMatchingFromResourceRules(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> getResourceRules()
List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> buildResourceRules()
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildResourceRule(Integer index)
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildFirstResourceRule()
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildLastResourceRule()
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate)
Boolean hasMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate)
A withResourceRules(List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> resourceRules)
A withResourceRules(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... resourceRules)
Boolean hasResourceRules()
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRule()
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item)
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> setNewResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item)
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editResourceRule(Integer index)
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editFirstResourceRule()
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editLastResourceRule()
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate)
A addToSubjects(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item)
A setToSubjects(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item)
A addToSubjects(io.kubernetes.client.openapi.models.V1beta2Subject... items)
A addAllToSubjects(Collection<io.kubernetes.client.openapi.models.V1beta2Subject> items)
A removeFromSubjects(io.kubernetes.client.openapi.models.V1beta2Subject... items)
A removeAllFromSubjects(Collection<io.kubernetes.client.openapi.models.V1beta2Subject> items)
A removeMatchingFromSubjects(Predicate<V1beta2SubjectBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1beta2Subject> getSubjects()
List<io.kubernetes.client.openapi.models.V1beta2Subject> buildSubjects()
io.kubernetes.client.openapi.models.V1beta2Subject buildSubject(Integer index)
io.kubernetes.client.openapi.models.V1beta2Subject buildFirstSubject()
io.kubernetes.client.openapi.models.V1beta2Subject buildLastSubject()
io.kubernetes.client.openapi.models.V1beta2Subject buildMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate)
Boolean hasMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate)
A withSubjects(io.kubernetes.client.openapi.models.V1beta2Subject... subjects)
Boolean hasSubjects()
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubject()
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta2Subject item)
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> setNewSubjectLike(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item)
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editSubject(Integer index)
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editFirstSubject()
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editLastSubject()
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate)
Copyright © 2022. All rights reserved.