All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cdk8s.plus31.PodConnectionsIsolation Maven / Gradle / Ivy

package org.cdk8s.plus31;

/**
 * Isolation determines which policies are created when allowing connections from a a pod / workload to peers.
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-10-12T12:14:17.427Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus31.$Module.class, fqn = "cdk8s-plus-31.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