Class V1beta2ResourcePolicyRuleFluentImpl<A extends V1beta2ResourcePolicyRuleFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRuleFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1beta2ResourcePolicyRuleFluent<A>
- Direct Known Subclasses:
V1beta2ResourcePolicyRuleBuilder
public class V1beta2ResourcePolicyRuleFluentImpl<A extends V1beta2ResourcePolicyRuleFluent<A>>
extends BaseFluent<A>
implements V1beta2ResourcePolicyRuleFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2ResourcePolicyRuleFluentImpl
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance) -
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) boolean
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()
int
hashCode()
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) toString()
withApiGroups
(String... apiGroups) withApiGroups
(List<String> apiGroups) withClusterScope
(Boolean clusterScope) withNamespaces
(String... namespaces) withNamespaces
(List<String> namespaces) withResources
(String... resources) withResources
(List<String> resources) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2ResourcePolicyRuleFluentImpl
public V1beta2ResourcePolicyRuleFluentImpl() -
V1beta2ResourcePolicyRuleFluentImpl
public V1beta2ResourcePolicyRuleFluentImpl(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance)
-
-
Method Details
-
addToApiGroups
- Specified by:
addToApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
setToApiGroups
- Specified by:
setToApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToApiGroups
- Specified by:
addToApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addAllToApiGroups
- Specified by:
addAllToApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeFromApiGroups
- Specified by:
removeFromApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeAllFromApiGroups
- Specified by:
removeAllFromApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getApiGroups
- Specified by:
getApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getApiGroup
- Specified by:
getApiGroup
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getFirstApiGroup
- Specified by:
getFirstApiGroup
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getLastApiGroup
- Specified by:
getLastApiGroup
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getMatchingApiGroup
- Specified by:
getMatchingApiGroup
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasMatchingApiGroup
- Specified by:
hasMatchingApiGroup
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withApiGroups
- Specified by:
withApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withApiGroups
- Specified by:
withApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasApiGroups
- Specified by:
hasApiGroups
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getClusterScope
- Specified by:
getClusterScope
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withClusterScope
- Specified by:
withClusterScope
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasClusterScope
- Specified by:
hasClusterScope
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToNamespaces
- Specified by:
addToNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
setToNamespaces
- Specified by:
setToNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToNamespaces
- Specified by:
addToNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addAllToNamespaces
- Specified by:
addAllToNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeFromNamespaces
- Specified by:
removeFromNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeAllFromNamespaces
- Specified by:
removeAllFromNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getNamespaces
- Specified by:
getNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getFirstNamespace
- Specified by:
getFirstNamespace
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getLastNamespace
- Specified by:
getLastNamespace
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getMatchingNamespace
- Specified by:
getMatchingNamespace
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasMatchingNamespace
- Specified by:
hasMatchingNamespace
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withNamespaces
- Specified by:
withNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withNamespaces
- Specified by:
withNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasNamespaces
- Specified by:
hasNamespaces
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToResources
- Specified by:
addToResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
setToResources
- Specified by:
setToResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToResources
- Specified by:
addToResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addAllToResources
- Specified by:
addAllToResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeFromResources
- Specified by:
removeFromResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeAllFromResources
- Specified by:
removeAllFromResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getResources
- Specified by:
getResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getResource
- Specified by:
getResource
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getFirstResource
- Specified by:
getFirstResource
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getLastResource
- Specified by:
getLastResource
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getMatchingResource
- Specified by:
getMatchingResource
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasMatchingResource
- Specified by:
hasMatchingResource
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withResources
- Specified by:
withResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withResources
- Specified by:
withResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasResources
- Specified by:
hasResources
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToVerbs
- Specified by:
addToVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
setToVerbs
- Specified by:
setToVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addToVerbs
- Specified by:
addToVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
addAllToVerbs
- Specified by:
addAllToVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeFromVerbs
- Specified by:
removeFromVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
removeAllFromVerbs
- Specified by:
removeAllFromVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getVerbs
- Specified by:
getVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getVerb
- Specified by:
getVerb
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getFirstVerb
- Specified by:
getFirstVerb
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getLastVerb
- Specified by:
getLastVerb
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
getMatchingVerb
- Specified by:
getMatchingVerb
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasMatchingVerb
- Specified by:
hasMatchingVerb
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withVerbs
- Specified by:
withVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
withVerbs
- Specified by:
withVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hasVerbs
- Specified by:
hasVerbs
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-
toString
-
withClusterScope
- Specified by:
withClusterScope
in interfaceV1beta2ResourcePolicyRuleFluent<A extends V1beta2ResourcePolicyRuleFluent<A>>
-