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