Class V1beta2ResourcePolicyRuleBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRuleFluentImpl<V1beta2ResourcePolicyRuleBuilder>
io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRuleBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule>
,Fluent<V1beta2ResourcePolicyRuleBuilder>
,Visitable<V1beta2ResourcePolicyRuleBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule,
,V1beta2ResourcePolicyRuleBuilder> V1beta2ResourcePolicyRuleFluent<V1beta2ResourcePolicyRuleBuilder>
public class V1beta2ResourcePolicyRuleBuilder
extends V1beta2ResourcePolicyRuleFluentImpl<V1beta2ResourcePolicyRuleBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule,V1beta2ResourcePolicyRuleBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2ResourcePolicyRuleBuilder
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance) V1beta2ResourcePolicyRuleBuilder
(V1beta2ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance) V1beta2ResourcePolicyRuleBuilder
(V1beta2ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance, Boolean validationEnabled) V1beta2ResourcePolicyRuleBuilder
(V1beta2ResourcePolicyRuleFluent<?> fluent, Boolean validationEnabled) V1beta2ResourcePolicyRuleBuilder
(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance, Boolean validationEnabled) V1beta2ResourcePolicyRuleBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRuleFluentImpl
addAllToApiGroups, addAllToNamespaces, addAllToResources, addAllToVerbs, addToApiGroups, addToApiGroups, addToNamespaces, addToNamespaces, addToResources, addToResources, addToVerbs, addToVerbs, equals, getApiGroup, getApiGroups, getClusterScope, getFirstApiGroup, getFirstNamespace, getFirstResource, getFirstVerb, getLastApiGroup, getLastNamespace, getLastResource, getLastVerb, getMatchingApiGroup, getMatchingNamespace, getMatchingResource, getMatchingVerb, getNamespace, getNamespaces, getResource, getResources, getVerb, getVerbs, hasApiGroups, hasClusterScope, hashCode, hasMatchingApiGroup, hasMatchingNamespace, hasMatchingResource, hasMatchingVerb, hasNamespaces, hasResources, hasVerbs, removeAllFromApiGroups, removeAllFromNamespaces, removeAllFromResources, removeAllFromVerbs, removeFromApiGroups, removeFromNamespaces, removeFromResources, removeFromVerbs, setToApiGroups, setToNamespaces, setToResources, setToVerbs, toString, withApiGroups, withApiGroups, withClusterScope, withClusterScope, withNamespaces, withNamespaces, withResources, withResources, withVerbs, withVerbs
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1beta2ResourcePolicyRuleBuilder
public V1beta2ResourcePolicyRuleBuilder() -
V1beta2ResourcePolicyRuleBuilder
-
V1beta2ResourcePolicyRuleBuilder
-
V1beta2ResourcePolicyRuleBuilder
public V1beta2ResourcePolicyRuleBuilder(V1beta2ResourcePolicyRuleFluent<?> fluent, Boolean validationEnabled) -
V1beta2ResourcePolicyRuleBuilder
public V1beta2ResourcePolicyRuleBuilder(V1beta2ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance) -
V1beta2ResourcePolicyRuleBuilder
public V1beta2ResourcePolicyRuleBuilder(V1beta2ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance, Boolean validationEnabled) -
V1beta2ResourcePolicyRuleBuilder
public V1beta2ResourcePolicyRuleBuilder(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance) -
V1beta2ResourcePolicyRuleBuilder
public V1beta2ResourcePolicyRuleBuilder(io.kubernetes.client.openapi.models.V1beta2ResourcePolicyRule instance, Boolean validationEnabled)
-
-
Method Details