Class V1beta1ResourcePolicyRuleBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRuleFluentImpl<V1beta1ResourcePolicyRuleBuilder>
io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRuleBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule>
,Fluent<V1beta1ResourcePolicyRuleBuilder>
,Visitable<V1beta1ResourcePolicyRuleBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule,
,V1beta1ResourcePolicyRuleBuilder> V1beta1ResourcePolicyRuleFluent<V1beta1ResourcePolicyRuleBuilder>
public class V1beta1ResourcePolicyRuleBuilder
extends V1beta1ResourcePolicyRuleFluentImpl<V1beta1ResourcePolicyRuleBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule,V1beta1ResourcePolicyRuleBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta1ResourcePolicyRuleBuilder
(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance) V1beta1ResourcePolicyRuleBuilder
(V1beta1ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance) V1beta1ResourcePolicyRuleBuilder
(V1beta1ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance, Boolean validationEnabled) V1beta1ResourcePolicyRuleBuilder
(V1beta1ResourcePolicyRuleFluent<?> fluent, Boolean validationEnabled) V1beta1ResourcePolicyRuleBuilder
(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance, Boolean validationEnabled) V1beta1ResourcePolicyRuleBuilder
(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule
build()
Methods inherited from class io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRuleFluentImpl
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
-
V1beta1ResourcePolicyRuleBuilder
public V1beta1ResourcePolicyRuleBuilder() -
V1beta1ResourcePolicyRuleBuilder
-
V1beta1ResourcePolicyRuleBuilder
-
V1beta1ResourcePolicyRuleBuilder
public V1beta1ResourcePolicyRuleBuilder(V1beta1ResourcePolicyRuleFluent<?> fluent, Boolean validationEnabled) -
V1beta1ResourcePolicyRuleBuilder
public V1beta1ResourcePolicyRuleBuilder(V1beta1ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance) -
V1beta1ResourcePolicyRuleBuilder
public V1beta1ResourcePolicyRuleBuilder(V1beta1ResourcePolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance, Boolean validationEnabled) -
V1beta1ResourcePolicyRuleBuilder
public V1beta1ResourcePolicyRuleBuilder(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance) -
V1beta1ResourcePolicyRuleBuilder
public V1beta1ResourcePolicyRuleBuilder(io.kubernetes.client.openapi.models.V1beta1ResourcePolicyRule instance, Boolean validationEnabled)
-
-
Method Details