Class ResourcePolicyRuleBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.ResourcePolicyRuleFluent<ResourcePolicyRuleBuilder>
-
- io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.ResourcePolicyRuleBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ResourcePolicyRule>,io.fabric8.kubernetes.api.builder.Visitable<ResourcePolicyRuleBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ResourcePolicyRule,ResourcePolicyRuleBuilder>
public class ResourcePolicyRuleBuilder extends ResourcePolicyRuleFluent<ResourcePolicyRuleBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ResourcePolicyRule,ResourcePolicyRuleBuilder>
-
-
Constructor Summary
Constructors Constructor Description ResourcePolicyRuleBuilder()ResourcePolicyRuleBuilder(ResourcePolicyRule instance)ResourcePolicyRuleBuilder(ResourcePolicyRuleFluent<?> fluent)ResourcePolicyRuleBuilder(ResourcePolicyRuleFluent<?> fluent, ResourcePolicyRule instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcePolicyRulebuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.ResourcePolicyRuleFluent
addAllToApiGroups, addAllToNamespaces, addAllToResources, addAllToVerbs, addToAdditionalProperties, addToAdditionalProperties, addToApiGroups, addToApiGroups, addToNamespaces, addToNamespaces, addToResources, addToResources, addToVerbs, addToVerbs, copyInstance, equals, getAdditionalProperties, getApiGroup, getApiGroups, getClusterScope, getFirstApiGroup, getFirstNamespace, getFirstResource, getFirstVerb, getLastApiGroup, getLastNamespace, getLastResource, getLastVerb, getMatchingApiGroup, getMatchingNamespace, getMatchingResource, getMatchingVerb, getNamespace, getNamespaces, getResource, getResources, getVerb, getVerbs, hasAdditionalProperties, hasApiGroups, hasClusterScope, hashCode, hasMatchingApiGroup, hasMatchingNamespace, hasMatchingResource, hasMatchingVerb, hasNamespaces, hasResources, hasVerbs, removeAllFromApiGroups, removeAllFromNamespaces, removeAllFromResources, removeAllFromVerbs, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromApiGroups, removeFromNamespaces, removeFromResources, removeFromVerbs, setToApiGroups, setToNamespaces, setToResources, setToVerbs, toString, withAdditionalProperties, withApiGroups, withApiGroups, withClusterScope, withClusterScope, withNamespaces, withNamespaces, withResources, withResources, withVerbs, withVerbs
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ResourcePolicyRuleBuilder
public ResourcePolicyRuleBuilder()
-
ResourcePolicyRuleBuilder
public ResourcePolicyRuleBuilder(ResourcePolicyRuleFluent<?> fluent)
-
ResourcePolicyRuleBuilder
public ResourcePolicyRuleBuilder(ResourcePolicyRule instance)
-
ResourcePolicyRuleBuilder
public ResourcePolicyRuleBuilder(ResourcePolicyRuleFluent<?> fluent, ResourcePolicyRule instance)
-
-
Method Detail
-
build
public ResourcePolicyRule build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ResourcePolicyRule>
-
-