public class V1NetworkPolicySpecBuilder extends V1NetworkPolicySpecFluentImpl<V1NetworkPolicySpecBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1NetworkPolicySpec,V1NetworkPolicySpecBuilder>
V1NetworkPolicySpecFluentImpl.EgressNestedImpl<N>, V1NetworkPolicySpecFluentImpl.IngressNestedImpl<N>, V1NetworkPolicySpecFluentImpl.PodSelectorNestedImpl<N>
V1NetworkPolicySpecFluent.EgressNested<N>, V1NetworkPolicySpecFluent.IngressNested<N>, V1NetworkPolicySpecFluent.PodSelectorNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1NetworkPolicySpecBuilder() |
V1NetworkPolicySpecBuilder(Boolean validationEnabled) |
V1NetworkPolicySpecBuilder(io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance) |
V1NetworkPolicySpecBuilder(io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance,
Boolean validationEnabled) |
V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent) |
V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent,
Boolean validationEnabled) |
V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent,
io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance) |
V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent,
io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1NetworkPolicySpec |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToEgress, addAllToIngress, addAllToPolicyTypes, addNewEgress, addNewEgressLike, addNewIngress, addNewIngressLike, addNewPolicyType, addToEgress, addToEgress, addToIngress, addToIngress, addToPolicyTypes, addToPolicyTypes, buildEgress, buildEgress, buildFirstEgress, buildFirstIngress, buildIngress, buildIngress, buildLastEgress, buildLastIngress, buildMatchingEgress, buildMatchingIngress, buildPodSelector, editEgress, editFirstEgress, editFirstIngress, editIngress, editLastEgress, editLastIngress, editMatchingEgress, editMatchingIngress, editOrNewPodSelector, editOrNewPodSelectorLike, editPodSelector, getEgress, getFirstPolicyType, getIngress, getLastPolicyType, getMatchingPolicyType, getPodSelector, getPolicyType, getPolicyTypes, hasEgress, hasIngress, hasMatchingEgress, hasMatchingIngress, hasMatchingPolicyType, hasPodSelector, hasPolicyTypes, removeAllFromEgress, removeAllFromIngress, removeAllFromPolicyTypes, removeFromEgress, removeFromIngress, removeFromPolicyTypes, removeMatchingFromEgress, removeMatchingFromIngress, setNewEgressLike, setNewIngressLike, setToEgress, setToIngress, setToPolicyTypes, withEgress, withEgress, withIngress, withIngress, withNewPodSelector, withNewPodSelectorLike, withPodSelector, withPolicyTypes, withPolicyTypes
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1NetworkPolicySpecBuilder()
public V1NetworkPolicySpecBuilder(Boolean validationEnabled)
public V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent)
public V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent, Boolean validationEnabled)
public V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance)
public V1NetworkPolicySpecBuilder(V1NetworkPolicySpecFluent<?> fluent, io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance, Boolean validationEnabled)
public V1NetworkPolicySpecBuilder(io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance)
public V1NetworkPolicySpecBuilder(io.kubernetes.client.openapi.models.V1NetworkPolicySpec instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1NetworkPolicySpec build()
public boolean equals(Object o)
equals
in class V1NetworkPolicySpecFluentImpl<V1NetworkPolicySpecBuilder>
public int hashCode()
hashCode
in class V1NetworkPolicySpecFluentImpl<V1NetworkPolicySpecBuilder>
Copyright © 2021. All rights reserved.