
org.cdk8s.plus23.PodConnectionsIsolation Maven / Gradle / Ivy
package org.cdk8s.plus23;
/**
* Isolation determines which policies are created when allowing connections from a a pod / workload to peers.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.75.0 (build 63bb957)", date = "2023-02-21T09:46:03.667Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus23.$Module.class, fqn = "cdk8s-plus-23.PodConnectionsIsolation")
public enum PodConnectionsIsolation {
/**
* Only creates network policies that select the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD,
/**
* Only creates network policies that select the peer.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
PEER,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy