Show / Hide Table of Contents

Namespace Pulumi.Kubernetes.Types.Inputs.Networking.V1

Classes

IPBlockArgs

IPBlock describes a particular CIDR (Ex. "192.168.1.1/24","2001:db9::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

NetworkPolicyArgs

NetworkPolicy describes what network traffic is allowed for a set of Pods

NetworkPolicyEgressRuleArgs

NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

NetworkPolicyIngressRuleArgs

NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.

NetworkPolicyListArgs

NetworkPolicyList is a list of NetworkPolicy objects.

NetworkPolicyPeerArgs

NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed

NetworkPolicyPortArgs

NetworkPolicyPort describes a port to allow traffic on

NetworkPolicySpecArgs

NetworkPolicySpec provides the specification of a NetworkPolicy

Back to top Copyright 2016-2020, Pulumi Corporation.