Class EgressNetworkPolicyRuleBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicyRuleFluent<EgressNetworkPolicyRuleBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicyRuleBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<EgressNetworkPolicyRule>,io.fabric8.kubernetes.api.builder.Visitable<EgressNetworkPolicyRuleBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<EgressNetworkPolicyRule,EgressNetworkPolicyRuleBuilder>
public class EgressNetworkPolicyRuleBuilder extends EgressNetworkPolicyRuleFluent<EgressNetworkPolicyRuleBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<EgressNetworkPolicyRule,EgressNetworkPolicyRuleBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicyRuleFluent
EgressNetworkPolicyRuleFluent.ToNested<N>
-
-
Constructor Summary
Constructors Constructor Description EgressNetworkPolicyRuleBuilder()EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRule instance)EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRuleFluent<?> fluent)EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRuleFluent<?> fluent, EgressNetworkPolicyRule instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgressNetworkPolicyRulebuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.network.v1.EgressNetworkPolicyRuleFluent
addToAdditionalProperties, addToAdditionalProperties, buildTo, copyInstance, editOrNewTo, editOrNewToLike, editTo, equals, getAdditionalProperties, getType, hasAdditionalProperties, hashCode, hasTo, hasType, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withNewTo, withNewTo, withNewToLike, withTo, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
EgressNetworkPolicyRuleBuilder
public EgressNetworkPolicyRuleBuilder()
-
EgressNetworkPolicyRuleBuilder
public EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRuleFluent<?> fluent)
-
EgressNetworkPolicyRuleBuilder
public EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRuleFluent<?> fluent, EgressNetworkPolicyRule instance)
-
EgressNetworkPolicyRuleBuilder
public EgressNetworkPolicyRuleBuilder(EgressNetworkPolicyRule instance)
-
-
Method Detail
-
build
public EgressNetworkPolicyRule build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<EgressNetworkPolicyRule>
-
-