public class ResourcePolicyRuleFluent<A extends ResourcePolicyRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ResourcePolicyRuleFluent() |
ResourcePolicyRuleFluent(ResourcePolicyRule instance) |
public ResourcePolicyRuleFluent()
public ResourcePolicyRuleFluent(ResourcePolicyRule instance)
protected void copyInstance(ResourcePolicyRule instance)
public A addAllToApiGroups(Collection<String> items)
public A removeAllFromApiGroups(Collection<String> items)
public String getApiGroup(int index)
public String getFirstApiGroup()
public String getLastApiGroup()
public boolean hasApiGroups()
public Boolean getClusterScope()
public boolean hasClusterScope()
public A addAllToNamespaces(Collection<String> items)
public A removeAllFromNamespaces(Collection<String> items)
public String getNamespace(int index)
public String getFirstNamespace()
public String getLastNamespace()
public boolean hasNamespaces()
public A addAllToResources(Collection<String> items)
public A removeAllFromResources(Collection<String> items)
public String getResource(int index)
public String getFirstResource()
public String getLastResource()
public boolean hasResources()
public A addAllToVerbs(Collection<String> items)
public A removeAllFromVerbs(Collection<String> items)
public String getVerb(int index)
public String getFirstVerb()
public String getLastVerb()
public boolean hasVerbs()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourcePolicyRuleFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourcePolicyRuleFluent<A>>public A withClusterScope()
Copyright © 2015–2023 Red Hat. All rights reserved.