public class EgressNetworkPolicySpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
EgressNetworkPolicySpec()
No args constructor for use in serialization
|
EgressNetworkPolicySpec(List<EgressNetworkPolicyRule> egress) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<EgressNetworkPolicyRule> |
getEgress() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEgress(List<EgressNetworkPolicyRule> egress) |
public EgressNetworkPolicySpec()
public EgressNetworkPolicySpec(List<EgressNetworkPolicyRule> egress)
egress - public List<EgressNetworkPolicyRule> getEgress()
public void setEgress(List<EgressNetworkPolicyRule> egress)
Copyright © 2015–2022 Red Hat. All rights reserved.