package
1.12.0-alpha.0
Repository: https://github.com/wking/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
+k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/networking +k8s:conversion-gen-external-types=k8s.io/api/networking/v1 +k8s:conversion-gen=k8s.io/kubernetes/pkg/apis/extensions +k8s:defaulter-gen=TypeMeta +k8s:defaulter-gen-input=../../../../vendor/k8s.io/api/networking/v1 +groupName=networking.k8s.io.
No description provided by the author

# Functions

Kind takes an unqualified kind and returns a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

GroupName is the group name use in this package.
PolicyTypeEgress is a NetworkPolicy that affects egress traffic on selected pods.
PolicyTypeIngress is a NetworkPolicy that affects ingress traffic on selected pods.

# Variables

No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.

# Structs

IPBlock describes a particular CIDR (Ex.
NetworkPolicy describes what network traffic is allowed for a set of Pods.
NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector.
NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector.
NetworkPolicyList is a list of NetworkPolicy objects.
NetworkPolicyPeer describes a peer to allow traffic from.
NetworkPolicyPort describes a port to allow traffic on.
NetworkPolicySpec provides the specification of a NetworkPolicy.

# Type aliases

Policy Type string describes the NetworkPolicy type This type is beta-level in 1.8.