Interface V1ResourceRuleFluent<A extends V1ResourceRuleFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1SubjectRulesReviewStatusFluent.ResourceRulesNested<N>
- All Known Implementing Classes:
V1ResourceRuleBuilder,V1ResourceRuleFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToApiGroups(Collection<String> items) addAllToResourceNames(Collection<String> items) addAllToResources(Collection<String> items) addAllToVerbs(Collection<String> items) addToApiGroups(Integer index, String item) addToApiGroups(String... items) addToResourceNames(Integer index, String item) addToResourceNames(String... items) addToResources(Integer index, String item) addToResources(String... items) addToVerbs(Integer index, String item) addToVerbs(String... items) getApiGroup(Integer index) getMatchingApiGroup(Predicate<String> predicate) getMatchingResource(Predicate<String> predicate) getMatchingResourceName(Predicate<String> predicate) getMatchingVerb(Predicate<String> predicate) getResource(Integer index) getResourceName(Integer index) getVerbs()hasMatchingApiGroup(Predicate<String> predicate) hasMatchingResource(Predicate<String> predicate) hasMatchingResourceName(Predicate<String> predicate) hasMatchingVerb(Predicate<String> predicate) hasVerbs()removeAllFromApiGroups(Collection<String> items) removeAllFromResources(Collection<String> items) removeAllFromVerbs(Collection<String> items) removeFromApiGroups(String... items) removeFromResourceNames(String... items) removeFromResources(String... items) removeFromVerbs(String... items) setToApiGroups(Integer index, String item) setToResourceNames(Integer index, String item) setToResources(Integer index, String item) setToVerbs(Integer index, String item) withApiGroups(String... apiGroups) withApiGroups(List<String> apiGroups) withResourceNames(String... resourceNames) withResourceNames(List<String> resourceNames) withResources(String... resources) withResources(List<String> resources)
-
Method Details
-
addToApiGroups
-
setToApiGroups
-
addToApiGroups
-
addAllToApiGroups
-
removeFromApiGroups
-
removeAllFromApiGroups
-
getApiGroups
-
getApiGroup
-
getFirstApiGroup
String getFirstApiGroup() -
getLastApiGroup
String getLastApiGroup() -
getMatchingApiGroup
-
hasMatchingApiGroup
-
withApiGroups
-
withApiGroups
-
hasApiGroups
Boolean hasApiGroups() -
addToResourceNames
-
setToResourceNames
-
addToResourceNames
-
addAllToResourceNames
-
removeFromResourceNames
-
removeAllFromResourceNames
-
getResourceNames
-
getResourceName
-
getFirstResourceName
String getFirstResourceName() -
getLastResourceName
String getLastResourceName() -
getMatchingResourceName
-
hasMatchingResourceName
-
withResourceNames
-
withResourceNames
-
hasResourceNames
Boolean hasResourceNames() -
addToResources
-
setToResources
-
addToResources
-
addAllToResources
-
removeFromResources
-
removeAllFromResources
-
getResources
-
getResource
-
getFirstResource
String getFirstResource() -
getLastResource
String getLastResource() -
getMatchingResource
-
hasMatchingResource
-
withResources
-
withResources
-
hasResources
Boolean hasResources() -
addToVerbs
-
setToVerbs
-
addToVerbs
-
addAllToVerbs
-
removeFromVerbs
-
removeAllFromVerbs
-
getVerbs
-
getVerb
-
getFirstVerb
String getFirstVerb() -
getLastVerb
String getLastVerb() -
getMatchingVerb
-
hasMatchingVerb
-
withVerbs
-
withVerbs
-
hasVerbs
Boolean hasVerbs()
-