Class NonResourcePolicyRuleFluent<A extends NonResourcePolicyRuleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.NonResourcePolicyRuleFluent<A>
-
- Direct Known Subclasses:
NonResourcePolicyRuleBuilder,PolicyRulesWithSubjectsFluent.NonResourceRulesNested
public class NonResourcePolicyRuleFluent<A extends NonResourcePolicyRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description NonResourcePolicyRuleFluent()NonResourcePolicyRuleFluent(NonResourcePolicyRule instance)
-
Method Summary
-
-
-
Constructor Detail
-
NonResourcePolicyRuleFluent
public NonResourcePolicyRuleFluent()
-
NonResourcePolicyRuleFluent
public NonResourcePolicyRuleFluent(NonResourcePolicyRule instance)
-
-
Method Detail
-
addAllToNonResourceURLs
public A addAllToNonResourceURLs(Collection<String> items)
-
addAllToVerbs
public A addAllToVerbs(Collection<String> items)
-
copyInstance
protected void copyInstance(NonResourcePolicyRule instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NonResourcePolicyRuleFluent<A>>
-
getFirstNonResourceURL
public String getFirstNonResourceURL()
-
getFirstVerb
public String getFirstVerb()
-
getLastNonResourceURL
public String getLastNonResourceURL()
-
getLastVerb
public String getLastVerb()
-
getNonResourceURL
public String getNonResourceURL(int index)
-
getVerb
public String getVerb(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasNonResourceURLs
public boolean hasNonResourceURLs()
-
hasVerbs
public boolean hasVerbs()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NonResourcePolicyRuleFluent<A>>
-
removeAllFromNonResourceURLs
public A removeAllFromNonResourceURLs(Collection<String> items)
-
removeAllFromVerbs
public A removeAllFromVerbs(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-