Interface V1beta1ResourcePolicyRuleFluent<A extends V1beta1ResourcePolicyRuleFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1beta1PolicyRulesWithSubjectsFluent.ResourceRulesNested<N>
- All Known Implementing Classes:
V1beta1ResourcePolicyRuleBuilder,V1beta1ResourcePolicyRuleFluentImpl
public interface V1beta1ResourcePolicyRuleFluent<A extends V1beta1ResourcePolicyRuleFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToApiGroups(Collection<String> items) addAllToNamespaces(Collection<String> items) addAllToResources(Collection<String> items) addAllToVerbs(Collection<String> items) addToApiGroups(Integer index, String item) addToApiGroups(String... items) addToNamespaces(Integer index, String item) addToNamespaces(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) getMatchingNamespace(Predicate<String> predicate) getMatchingResource(Predicate<String> predicate) getMatchingVerb(Predicate<String> predicate) getNamespace(Integer index) getResource(Integer index) getVerbs()hasMatchingApiGroup(Predicate<String> predicate) hasMatchingNamespace(Predicate<String> predicate) hasMatchingResource(Predicate<String> predicate) hasMatchingVerb(Predicate<String> predicate) hasVerbs()removeAllFromApiGroups(Collection<String> items) removeAllFromNamespaces(Collection<String> items) removeAllFromResources(Collection<String> items) removeAllFromVerbs(Collection<String> items) removeFromApiGroups(String... items) removeFromNamespaces(String... items) removeFromResources(String... items) removeFromVerbs(String... items) setToApiGroups(Integer index, String item) setToNamespaces(Integer index, String item) setToResources(Integer index, String item) setToVerbs(Integer index, String item) withApiGroups(String... apiGroups) withApiGroups(List<String> apiGroups) withClusterScope(Boolean clusterScope) withNamespaces(String... namespaces) withNamespaces(List<String> namespaces) 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() -
getClusterScope
Boolean getClusterScope() -
withClusterScope
-
hasClusterScope
Boolean hasClusterScope() -
addToNamespaces
-
setToNamespaces
-
addToNamespaces
-
addAllToNamespaces
-
removeFromNamespaces
-
removeAllFromNamespaces
-
getNamespaces
-
getNamespace
-
getFirstNamespace
String getFirstNamespace() -
getLastNamespace
String getLastNamespace() -
getMatchingNamespace
-
hasMatchingNamespace
-
withNamespaces
-
withNamespaces
-
hasNamespaces
Boolean hasNamespaces() -
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() -
withClusterScope
A withClusterScope()
-