Class V1beta1PolicyRulesWithSubjectsFluentImpl<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjectsFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1beta1PolicyRulesWithSubjectsFluent<A>
- Direct Known Subclasses:
V1beta1PolicyRulesWithSubjectsBuilder
public class V1beta1PolicyRulesWithSubjectsFluentImpl<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
extends BaseFluent<A>
implements V1beta1PolicyRulesWithSubjectsFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjectsFluent
V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<N>, V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<N>, V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1beta1PolicyRulesWithSubjectsFluentImpl(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items) addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items) addAllToSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items) addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta1Subject item) addToNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items) addToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) addToResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items) addToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) addToSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... items) addToSubjects(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item) io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRuleio.kubernetes.client.openapi.models.V1beta1ResourcePolicyRuleio.kubernetes.client.openapi.models.V1beta1Subjectio.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRuleio.kubernetes.client.openapi.models.V1beta1ResourcePolicyRuleio.kubernetes.client.openapi.models.V1beta1Subjectio.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRuleio.kubernetes.client.openapi.models.V1beta1ResourcePolicyRuleio.kubernetes.client.openapi.models.V1beta1SubjectbuildMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRulebuildNonResourceRule(Integer index) List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule>io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRulebuildResourceRule(Integer index) List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule>io.kubernetes.client.openapi.models.V1beta1SubjectbuildSubject(Integer index) List<io.kubernetes.client.openapi.models.V1beta1Subject>editMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) editNonResourceRule(Integer index) editResourceRule(Integer index) editSubject(Integer index) booleanList<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule>Deprecated.List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule>Deprecated.List<io.kubernetes.client.openapi.models.V1beta1Subject>Deprecated.inthashCode()hasMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items) removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items) removeAllFromSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items) removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items) removeFromResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items) removeFromSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... items) removeMatchingFromSubjects(Predicate<V1beta1SubjectBuilder> predicate) setNewNonResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) setNewResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) setNewSubjectLike(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item) setToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) setToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) setToSubjects(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item) toString()withNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... nonResourceRules) withNonResourceRules(List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> nonResourceRules) withResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... resourceRules) withResourceRules(List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> resourceRules) withSubjects(io.kubernetes.client.openapi.models.V1beta1Subject... subjects) withSubjects(List<io.kubernetes.client.openapi.models.V1beta1Subject> subjects) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta1PolicyRulesWithSubjectsFluentImpl
public V1beta1PolicyRulesWithSubjectsFluentImpl() -
V1beta1PolicyRulesWithSubjectsFluentImpl
public V1beta1PolicyRulesWithSubjectsFluentImpl(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects instance)
-
-
Method Details
-
addToNonResourceRules
public A addToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) - Specified by:
addToNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
setToNonResourceRules
public A setToNonResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) - Specified by:
setToNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addToNonResourceRules
public A addToNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items) - Specified by:
addToNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addAllToNonResourceRules
public A addAllToNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items) - Specified by:
addAllToNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeFromNonResourceRules
public A removeFromNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... items) - Specified by:
removeFromNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeAllFromNonResourceRules
public A removeAllFromNonResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> items) - Specified by:
removeAllFromNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeMatchingFromNonResourceRules
public A removeMatchingFromNonResourceRules(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) - Specified by:
removeMatchingFromNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
getNonResourceRules
@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> getNonResourceRules()Deprecated.This method has been deprecated, please use method buildNonResourceRules instead.- Specified by:
getNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>- Returns:
- The buildable object.
-
buildNonResourceRules
public List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> buildNonResourceRules()- Specified by:
buildNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildNonResourceRule
public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildNonResourceRule(Integer index) - Specified by:
buildNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildFirstNonResourceRule
public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildFirstNonResourceRule()- Specified by:
buildFirstNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildLastNonResourceRule
public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildLastNonResourceRule()- Specified by:
buildLastNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildMatchingNonResourceRule
public io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule buildMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) - Specified by:
buildMatchingNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hasMatchingNonResourceRule
- Specified by:
hasMatchingNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
withNonResourceRules
public A withNonResourceRules(List<io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule> nonResourceRules) - Specified by:
withNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
withNonResourceRules
public A withNonResourceRules(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule... nonResourceRules) - Specified by:
withNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hasNonResourceRules
- Specified by:
hasNonResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addNewNonResourceRule
- Specified by:
addNewNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addNewNonResourceRuleLike
public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> addNewNonResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) - Specified by:
addNewNonResourceRuleLikein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
setNewNonResourceRuleLike
public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> setNewNonResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1NonResourcePolicyRule item) - Specified by:
setNewNonResourceRuleLikein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editNonResourceRule
public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editNonResourceRule(Integer index) - Specified by:
editNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editFirstNonResourceRule
- Specified by:
editFirstNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editLastNonResourceRule
- Specified by:
editLastNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editMatchingNonResourceRule
public V1beta1PolicyRulesWithSubjectsFluent.NonResourceRulesNested<A> editMatchingNonResourceRule(Predicate<V1beta1NonResourcePolicyRuleBuilder> predicate) - Specified by:
editMatchingNonResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addToResourceRules
public A addToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) - Specified by:
addToResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
setToResourceRules
public A setToResourceRules(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) - Specified by:
setToResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addToResourceRules
- Specified by:
addToResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addAllToResourceRules
public A addAllToResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items) - Specified by:
addAllToResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeFromResourceRules
public A removeFromResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... items) - Specified by:
removeFromResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeAllFromResourceRules
public A removeAllFromResourceRules(Collection<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> items) - Specified by:
removeAllFromResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeMatchingFromResourceRules
- Specified by:
removeMatchingFromResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
getResourceRules
@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> getResourceRules()Deprecated.This method has been deprecated, please use method buildResourceRules instead.- Specified by:
getResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>- Returns:
- The buildable object.
-
buildResourceRules
- Specified by:
buildResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildResourceRule
public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildResourceRule(Integer index) - Specified by:
buildResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildFirstResourceRule
public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildFirstResourceRule()- Specified by:
buildFirstResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildLastResourceRule
public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildLastResourceRule()- Specified by:
buildLastResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildMatchingResourceRule
public io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule buildMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate) - Specified by:
buildMatchingResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hasMatchingResourceRule
- Specified by:
hasMatchingResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
withResourceRules
public A withResourceRules(List<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule> resourceRules) - Specified by:
withResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
withResourceRules
public A withResourceRules(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule... resourceRules) - Specified by:
withResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hasResourceRules
- Specified by:
hasResourceRulesin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addNewResourceRule
- Specified by:
addNewResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addNewResourceRuleLike
public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> addNewResourceRuleLike(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) - Specified by:
addNewResourceRuleLikein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
setNewResourceRuleLike
public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> setNewResourceRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule item) - Specified by:
setNewResourceRuleLikein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editResourceRule
- Specified by:
editResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editFirstResourceRule
- Specified by:
editFirstResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editLastResourceRule
- Specified by:
editLastResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editMatchingResourceRule
public V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<A> editMatchingResourceRule(Predicate<V1beta1ResourcePolicyRuleBuilder> predicate) - Specified by:
editMatchingResourceRulein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addToSubjects
- Specified by:
addToSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
setToSubjects
- Specified by:
setToSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addToSubjects
- Specified by:
addToSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addAllToSubjects
- Specified by:
addAllToSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeFromSubjects
- Specified by:
removeFromSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeAllFromSubjects
public A removeAllFromSubjects(Collection<io.kubernetes.client.openapi.models.V1beta1Subject> items) - Specified by:
removeAllFromSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
removeMatchingFromSubjects
- Specified by:
removeMatchingFromSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
getSubjects
Deprecated.This method has been deprecated, please use method buildSubjects instead.- Specified by:
getSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>- Returns:
- The buildable object.
-
buildSubjects
- Specified by:
buildSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildSubject
- Specified by:
buildSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildFirstSubject
public io.kubernetes.client.openapi.models.V1beta1Subject buildFirstSubject()- Specified by:
buildFirstSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildLastSubject
public io.kubernetes.client.openapi.models.V1beta1Subject buildLastSubject()- Specified by:
buildLastSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
buildMatchingSubject
public io.kubernetes.client.openapi.models.V1beta1Subject buildMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) - Specified by:
buildMatchingSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hasMatchingSubject
- Specified by:
hasMatchingSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
withSubjects
- Specified by:
withSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
withSubjects
- Specified by:
withSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hasSubjects
- Specified by:
hasSubjectsin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addNewSubject
- Specified by:
addNewSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
addNewSubjectLike
public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> addNewSubjectLike(io.kubernetes.client.openapi.models.V1beta1Subject item) - Specified by:
addNewSubjectLikein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
setNewSubjectLike
public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> setNewSubjectLike(Integer index, io.kubernetes.client.openapi.models.V1beta1Subject item) - Specified by:
setNewSubjectLikein interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editSubject
- Specified by:
editSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editFirstSubject
- Specified by:
editFirstSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editLastSubject
- Specified by:
editLastSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
editMatchingSubject
public V1beta1PolicyRulesWithSubjectsFluent.SubjectsNested<A> editMatchingSubject(Predicate<V1beta1SubjectBuilder> predicate) - Specified by:
editMatchingSubjectin interfaceV1beta1PolicyRulesWithSubjectsFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1beta1PolicyRulesWithSubjectsFluent<A>>
-
toString
-