Class ResourcePolicyRuleFluent<A extends ResourcePolicyRuleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.ResourcePolicyRuleFluent<A>
-
- Direct Known Subclasses:
PolicyRulesWithSubjectsFluent.ResourceRulesNested,ResourcePolicyRuleBuilder
public class ResourcePolicyRuleFluent<A extends ResourcePolicyRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ResourcePolicyRuleFluent()ResourcePolicyRuleFluent(ResourcePolicyRule instance)
-
Method Summary
-
-
-
Constructor Detail
-
ResourcePolicyRuleFluent
public ResourcePolicyRuleFluent()
-
ResourcePolicyRuleFluent
public ResourcePolicyRuleFluent(ResourcePolicyRule instance)
-
-
Method Detail
-
addAllToApiGroups
public A addAllToApiGroups(Collection<String> items)
-
addAllToNamespaces
public A addAllToNamespaces(Collection<String> items)
-
addAllToResources
public A addAllToResources(Collection<String> items)
-
addAllToVerbs
public A addAllToVerbs(Collection<String> items)
-
copyInstance
protected void copyInstance(ResourcePolicyRule instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourcePolicyRuleFluent<A>>
-
getApiGroup
public String getApiGroup(int index)
-
getClusterScope
public Boolean getClusterScope()
-
getFirstApiGroup
public String getFirstApiGroup()
-
getFirstNamespace
public String getFirstNamespace()
-
getFirstResource
public String getFirstResource()
-
getFirstVerb
public String getFirstVerb()
-
getLastApiGroup
public String getLastApiGroup()
-
getLastNamespace
public String getLastNamespace()
-
getLastResource
public String getLastResource()
-
getLastVerb
public String getLastVerb()
-
getNamespace
public String getNamespace(int index)
-
getResource
public String getResource(int index)
-
getVerb
public String getVerb(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiGroups
public boolean hasApiGroups()
-
hasClusterScope
public boolean hasClusterScope()
-
hasNamespaces
public boolean hasNamespaces()
-
hasResources
public boolean hasResources()
-
hasVerbs
public boolean hasVerbs()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourcePolicyRuleFluent<A>>
-
removeAllFromApiGroups
public A removeAllFromApiGroups(Collection<String> items)
-
removeAllFromNamespaces
public A removeAllFromNamespaces(Collection<String> items)
-
removeAllFromResources
public A removeAllFromResources(Collection<String> items)
-
removeAllFromVerbs
public A removeAllFromVerbs(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withClusterScope
public A withClusterScope()
-
-