Interface V1RuleWithOperationsFluent<A extends V1RuleWithOperationsFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1MutatingWebhookFluent.RulesNested<N>
,V1ValidatingWebhookFluent.RulesNested<N>
- All Known Implementing Classes:
V1RuleWithOperationsBuilder
,V1RuleWithOperationsFluentImpl
public interface V1RuleWithOperationsFluent<A extends V1RuleWithOperationsFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToApiGroups
(Collection<String> items) addAllToApiVersions
(Collection<String> items) addAllToOperations
(Collection<String> items) addAllToResources
(Collection<String> items) addToApiGroups
(Integer index, String item) addToApiGroups
(String... items) addToApiVersions
(Integer index, String item) addToApiVersions
(String... items) addToOperations
(Integer index, String item) addToOperations
(String... items) addToResources
(Integer index, String item) addToResources
(String... items) getApiGroup
(Integer index) getApiVersion
(Integer index) getMatchingApiGroup
(Predicate<String> predicate) getMatchingApiVersion
(Predicate<String> predicate) getMatchingOperation
(Predicate<String> predicate) getMatchingResource
(Predicate<String> predicate) getOperation
(Integer index) getResource
(Integer index) getScope()
hasMatchingApiGroup
(Predicate<String> predicate) hasMatchingApiVersion
(Predicate<String> predicate) hasMatchingOperation
(Predicate<String> predicate) hasMatchingResource
(Predicate<String> predicate) hasScope()
removeAllFromApiGroups
(Collection<String> items) removeAllFromApiVersions
(Collection<String> items) removeAllFromOperations
(Collection<String> items) removeAllFromResources
(Collection<String> items) removeFromApiGroups
(String... items) removeFromApiVersions
(String... items) removeFromOperations
(String... items) removeFromResources
(String... items) setToApiGroups
(Integer index, String item) setToApiVersions
(Integer index, String item) setToOperations
(Integer index, String item) setToResources
(Integer index, String item) withApiGroups
(String... apiGroups) withApiGroups
(List<String> apiGroups) withApiVersions
(String... apiVersions) withApiVersions
(List<String> apiVersions) withOperations
(String... operations) withOperations
(List<String> operations) 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() -
addToApiVersions
-
setToApiVersions
-
addToApiVersions
-
addAllToApiVersions
-
removeFromApiVersions
-
removeAllFromApiVersions
-
getApiVersions
-
getApiVersion
-
getFirstApiVersion
String getFirstApiVersion() -
getLastApiVersion
String getLastApiVersion() -
getMatchingApiVersion
-
hasMatchingApiVersion
-
withApiVersions
-
withApiVersions
-
hasApiVersions
Boolean hasApiVersions() -
addToOperations
-
setToOperations
-
addToOperations
-
addAllToOperations
-
removeFromOperations
-
removeAllFromOperations
-
getOperations
-
getOperation
-
getFirstOperation
String getFirstOperation() -
getLastOperation
String getLastOperation() -
getMatchingOperation
-
hasMatchingOperation
-
withOperations
-
withOperations
-
hasOperations
Boolean hasOperations() -
addToResources
-
setToResources
-
addToResources
-
addAllToResources
-
removeFromResources
-
removeAllFromResources
-
getResources
-
getResource
-
getFirstResource
String getFirstResource() -
getLastResource
String getLastResource() -
getMatchingResource
-
hasMatchingResource
-
withResources
-
withResources
-
hasResources
Boolean hasResources() -
getScope
String getScope() -
withScope
-
hasScope
Boolean hasScope()
-