Class V1PolicyRuleBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PolicyRuleFluentImpl<V1PolicyRuleBuilder>
io.kubernetes.client.openapi.models.V1PolicyRuleBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1PolicyRule>
,Fluent<V1PolicyRuleBuilder>
,Visitable<V1PolicyRuleBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1PolicyRule,
,V1PolicyRuleBuilder> V1PolicyRuleFluent<V1PolicyRuleBuilder>
public class V1PolicyRuleBuilder
extends V1PolicyRuleFluentImpl<V1PolicyRuleBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1PolicyRule,V1PolicyRuleBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1PolicyRuleBuilder
(io.kubernetes.client.openapi.models.V1PolicyRule instance) V1PolicyRuleBuilder
(V1PolicyRuleFluent<?> fluent) V1PolicyRuleBuilder
(V1PolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1PolicyRule instance) V1PolicyRuleBuilder
(V1PolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1PolicyRule instance, Boolean validationEnabled) V1PolicyRuleBuilder
(V1PolicyRuleFluent<?> fluent, Boolean validationEnabled) V1PolicyRuleBuilder
(io.kubernetes.client.openapi.models.V1PolicyRule instance, Boolean validationEnabled) V1PolicyRuleBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1PolicyRuleFluentImpl
addAllToApiGroups, addAllToNonResourceURLs, addAllToResourceNames, addAllToResources, addAllToVerbs, addToApiGroups, addToApiGroups, addToNonResourceURLs, addToNonResourceURLs, addToResourceNames, addToResourceNames, addToResources, addToResources, addToVerbs, addToVerbs, equals, getApiGroup, getApiGroups, getFirstApiGroup, getFirstNonResourceURL, getFirstResource, getFirstResourceName, getFirstVerb, getLastApiGroup, getLastNonResourceURL, getLastResource, getLastResourceName, getLastVerb, getMatchingApiGroup, getMatchingNonResourceURL, getMatchingResource, getMatchingResourceName, getMatchingVerb, getNonResourceURL, getNonResourceURLs, getResource, getResourceName, getResourceNames, getResources, getVerb, getVerbs, hasApiGroups, hashCode, hasMatchingApiGroup, hasMatchingNonResourceURL, hasMatchingResource, hasMatchingResourceName, hasMatchingVerb, hasNonResourceURLs, hasResourceNames, hasResources, hasVerbs, removeAllFromApiGroups, removeAllFromNonResourceURLs, removeAllFromResourceNames, removeAllFromResources, removeAllFromVerbs, removeFromApiGroups, removeFromNonResourceURLs, removeFromResourceNames, removeFromResources, removeFromVerbs, setToApiGroups, setToNonResourceURLs, setToResourceNames, setToResources, setToVerbs, toString, withApiGroups, withApiGroups, withNonResourceURLs, withNonResourceURLs, withResourceNames, withResourceNames, withResources, withResources, withVerbs, withVerbs
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PolicyRuleBuilder
public V1PolicyRuleBuilder() -
V1PolicyRuleBuilder
-
V1PolicyRuleBuilder
-
V1PolicyRuleBuilder
-
V1PolicyRuleBuilder
public V1PolicyRuleBuilder(V1PolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1PolicyRule instance) -
V1PolicyRuleBuilder
public V1PolicyRuleBuilder(V1PolicyRuleFluent<?> fluent, io.kubernetes.client.openapi.models.V1PolicyRule instance, Boolean validationEnabled) -
V1PolicyRuleBuilder
public V1PolicyRuleBuilder(io.kubernetes.client.openapi.models.V1PolicyRule instance) -
V1PolicyRuleBuilder
public V1PolicyRuleBuilder(io.kubernetes.client.openapi.models.V1PolicyRule instance, Boolean validationEnabled)
-
-
Method Details