Class SuccessPolicyRuleBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.batch.v1.SuccessPolicyRuleFluent<SuccessPolicyRuleBuilder>
-
- io.fabric8.kubernetes.api.model.batch.v1.SuccessPolicyRuleBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<SuccessPolicyRule>,io.fabric8.kubernetes.api.builder.Visitable<SuccessPolicyRuleBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<SuccessPolicyRule,SuccessPolicyRuleBuilder>
public class SuccessPolicyRuleBuilder extends SuccessPolicyRuleFluent<SuccessPolicyRuleBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SuccessPolicyRule,SuccessPolicyRuleBuilder>
-
-
Constructor Summary
Constructors Constructor Description SuccessPolicyRuleBuilder()SuccessPolicyRuleBuilder(SuccessPolicyRule instance)SuccessPolicyRuleBuilder(SuccessPolicyRuleFluent<?> fluent)SuccessPolicyRuleBuilder(SuccessPolicyRuleFluent<?> fluent, SuccessPolicyRule instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SuccessPolicyRulebuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.batch.v1.SuccessPolicyRuleFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getSucceededCount, getSucceededIndexes, hasAdditionalProperties, hashCode, hasSucceededCount, hasSucceededIndexes, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withSucceededCount, withSucceededIndexes
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
SuccessPolicyRuleBuilder
public SuccessPolicyRuleBuilder()
-
SuccessPolicyRuleBuilder
public SuccessPolicyRuleBuilder(SuccessPolicyRuleFluent<?> fluent)
-
SuccessPolicyRuleBuilder
public SuccessPolicyRuleBuilder(SuccessPolicyRuleFluent<?> fluent, SuccessPolicyRule instance)
-
SuccessPolicyRuleBuilder
public SuccessPolicyRuleBuilder(SuccessPolicyRule instance)
-
-
Method Detail
-
build
public SuccessPolicyRule build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<SuccessPolicyRule>
-
-