Uses of Interface
org.cdk8s.plus23.INetworkPolicyPeer
-
-
Uses of INetworkPolicyPeer in org.cdk8s.plus23
Subinterfaces of INetworkPolicyPeer in org.cdk8s.plus23 Modifier and Type Interface Description static interfaceINetworkPolicyPeer.Jsii$DefaultInternal default implementation forINetworkPolicyPeer.Classes in org.cdk8s.plus23 that implement INetworkPolicyPeer Modifier and Type Class Description classAbstractPodclassDaemonSetA DaemonSet ensures that all (or some) Nodes run a copy of a Pod.classDeploymentA Deployment provides declarative updates for Pods and ReplicaSets.static classINetworkPolicyPeer.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classJobA Job creates one or more Pods and ensures that a specified number of them successfully terminate.classNamespaceIn Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster.classNamespacesRepresents a group of namespaces.classNetworkPolicyIpBlockDescribes a particular CIDR (Ex.classPodPod is a collection of containers that can run on a host.classStatefulSetStatefulSet is the workload API object used to manage stateful applications.classWorkloadA workload is an application running on Kubernetes.Methods in org.cdk8s.plus23 that return INetworkPolicyPeer Modifier and Type Method Description INetworkPolicyPeerNetworkPolicyRule. getPeer()Peer this rule interacts with.INetworkPolicyPeerNetworkPolicyRule.Jsii$Proxy. getPeer()Methods in org.cdk8s.plus23 with parameters of type INetworkPolicyPeer Modifier and Type Method Description voidNetworkPolicy. addEgressRule(INetworkPolicyPeer peer)Allow outgoing traffic to the peer.voidNetworkPolicy. addEgressRule(INetworkPolicyPeer peer, List<NetworkPolicyPort> ports)Allow outgoing traffic to the peer.voidNetworkPolicy. addIngressRule(INetworkPolicyPeer peer)Allow incoming traffic from the peer.voidNetworkPolicy. addIngressRule(INetworkPolicyPeer peer, List<NetworkPolicyPort> ports)Allow incoming traffic from the peer.voidPodConnections. allowFrom(INetworkPolicyPeer peer)Allow network traffic from the peer to this pod.voidPodConnections. allowFrom(INetworkPolicyPeer peer, PodConnectionsAllowFromOptions options)Allow network traffic from the peer to this pod.voidPodConnections. allowTo(INetworkPolicyPeer peer)Allow network traffic from this pod to the peer.voidPodConnections. allowTo(INetworkPolicyPeer peer, PodConnectionsAllowToOptions options)Allow network traffic from this pod to the peer.NetworkPolicyRule.BuilderNetworkPolicyRule.Builder. peer(INetworkPolicyPeer peer)Sets the value ofNetworkPolicyRule.getPeer()
-