Interface V1beta2PolicyRulesWithSubjectsFluent<A extends V1beta2PolicyRulesWithSubjectsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1beta2FlowSchemaSpecFluent.RulesNested<N>
- All Known Implementing Classes:
V1beta2PolicyRulesWithSubjectsBuilder
,V1beta2PolicyRulesWithSubjectsFluentImpl
public interface V1beta2PolicyRulesWithSubjectsFluent<A extends V1beta2PolicyRulesWithSubjectsFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToNonResourceRules
(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items) addAllToResourceRules
(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items) addAllToSubjects
(Collection<io.kubernetes.client.openapi.models.V1beta2Subject> items) addNewNonResourceRuleLike
(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) addNewResourceRuleLike
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) addNewSubjectLike
(io.kubernetes.client.openapi.models.V1beta2Subject item) addToNonResourceRules
(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items) addToNonResourceRules
(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) addToResourceRules
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... items) addToResourceRules
(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) addToSubjects
(io.kubernetes.client.openapi.models.V1beta2Subject... items) addToSubjects
(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item) io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule
io.kubernetes.client.openapi.models.V1beta2Subject
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule
io.kubernetes.client.openapi.models.V1beta2Subject
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule
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>
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule
buildResourceRule
(Integer index) List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule>
io.kubernetes.client.openapi.models.V1beta2Subject
buildSubject
(Integer index) List<io.kubernetes.client.openapi.models.V1beta2Subject>
editMatchingSubject
(Predicate<V1beta2SubjectBuilder> predicate) editNonResourceRule
(Integer index) editResourceRule
(Integer index) editSubject
(Integer index) List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule>
Deprecated.List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule>
Deprecated.List<io.kubernetes.client.openapi.models.V1beta2Subject>
Deprecated.hasMatchingSubject
(Predicate<V1beta2SubjectBuilder> predicate) removeAllFromNonResourceRules
(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items) removeAllFromResourceRules
(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items) removeAllFromSubjects
(Collection<io.kubernetes.client.openapi.models.V1beta2Subject> items) removeFromNonResourceRules
(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items) removeFromResourceRules
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... items) removeFromSubjects
(io.kubernetes.client.openapi.models.V1beta2Subject... items) removeMatchingFromSubjects
(Predicate<V1beta2SubjectBuilder> predicate) setNewNonResourceRuleLike
(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) setNewResourceRuleLike
(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) setNewSubjectLike
(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item) setToNonResourceRules
(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) setToResourceRules
(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) setToSubjects
(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item) withNonResourceRules
(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... nonResourceRules) withNonResourceRules
(List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> nonResourceRules) withResourceRules
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule... resourceRules) withResourceRules
(List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> resourceRules) withSubjects
(io.kubernetes.client.openapi.models.V1beta2Subject... subjects) withSubjects
(List<io.kubernetes.client.openapi.models.V1beta2Subject> subjects)
-
Method Details
-
addToNonResourceRules
-
setToNonResourceRules
-
addToNonResourceRules
-
addAllToNonResourceRules
A addAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items) -
removeFromNonResourceRules
A removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... items) -
removeAllFromNonResourceRules
A removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> items) -
removeMatchingFromNonResourceRules
-
getNonResourceRules
@Deprecated List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> getNonResourceRules()Deprecated.This method has been deprecated, please use method buildNonResourceRules instead.- Returns:
- The buildable object.
-
buildNonResourceRules
List<io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule> buildNonResourceRules() -
buildNonResourceRule
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildNonResourceRule(Integer index) -
buildFirstNonResourceRule
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildFirstNonResourceRule() -
buildLastNonResourceRule
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildLastNonResourceRule() -
buildMatchingNonResourceRule
io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule buildMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate) -
hasMatchingNonResourceRule
-
withNonResourceRules
-
withNonResourceRules
A withNonResourceRules(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule... nonResourceRules) -
hasNonResourceRules
Boolean hasNonResourceRules() -
addNewNonResourceRule
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRule() -
addNewNonResourceRuleLike
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) -
setNewNonResourceRuleLike
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> setNewNonResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta2NonResourcePolicyRule item) -
editNonResourceRule
-
editFirstNonResourceRule
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editFirstNonResourceRule() -
editLastNonResourceRule
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editLastNonResourceRule() -
editMatchingNonResourceRule
V1beta2PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editMatchingNonResourceRule(Predicate<V1beta2NonResourcePolicyRuleBuilder> predicate) -
addToResourceRules
-
setToResourceRules
-
addToResourceRules
-
addAllToResourceRules
A addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items) -
removeFromResourceRules
-
removeAllFromResourceRules
A removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> items) -
removeMatchingFromResourceRules
-
getResourceRules
Deprecated.This method has been deprecated, please use method buildResourceRules instead.- Returns:
- The buildable object.
-
buildResourceRules
List<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule> buildResourceRules() -
buildResourceRule
-
buildFirstResourceRule
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildFirstResourceRule() -
buildLastResourceRule
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildLastResourceRule() -
buildMatchingResourceRule
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule buildMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate) -
hasMatchingResourceRule
-
withResourceRules
-
withResourceRules
-
hasResourceRules
Boolean hasResourceRules() -
addNewResourceRule
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRule() -
addNewResourceRuleLike
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) -
setNewResourceRuleLike
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> setNewResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule item) -
editResourceRule
-
editFirstResourceRule
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editFirstResourceRule() -
editLastResourceRule
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editLastResourceRule() -
editMatchingResourceRule
V1beta2PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editMatchingResourceRule(Predicate<V1beta2ResourcePolicyRuleBuilder> predicate) -
addToSubjects
-
setToSubjects
-
addToSubjects
-
addAllToSubjects
-
removeFromSubjects
-
removeAllFromSubjects
-
removeMatchingFromSubjects
-
getSubjects
Deprecated.This method has been deprecated, please use method buildSubjects instead.- Returns:
- The buildable object.
-
buildSubjects
List<io.kubernetes.client.openapi.models.V1beta2Subject> buildSubjects() -
buildSubject
-
buildFirstSubject
io.kubernetes.client.openapi.models.V1beta2Subject buildFirstSubject() -
buildLastSubject
io.kubernetes.client.openapi.models.V1beta2Subject buildLastSubject() -
buildMatchingSubject
io.kubernetes.client.openapi.models.V1beta2Subject buildMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate) -
hasMatchingSubject
-
withSubjects
-
withSubjects
-
hasSubjects
Boolean hasSubjects() -
addNewSubject
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubject() -
addNewSubjectLike
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta2Subject item) -
setNewSubjectLike
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> setNewSubjectLike(Integer index, io.kubernetes.client.openapi.models.V1beta2Subject item) -
editSubject
-
editFirstSubject
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editFirstSubject() -
editLastSubject
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editLastSubject() -
editMatchingSubject
V1beta2PolicyRulesWithSubjectsFluent.SubjectsNested<A> editMatchingSubject(Predicate<V1beta2SubjectBuilder> predicate)
-