package
1.8.0-alpha.1
Repository: https://github.com/bentheelder/kubernetes.git
Documentation: pkg.go.dev
# Packages
Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package v1 is a generated protocol buffer package.
No description provided by the author
# Functions
DeepCopy_networking_NetworkPolicy is an autogenerated deepcopy function.
DeepCopy_networking_NetworkPolicyIngressRule is an autogenerated deepcopy function.
DeepCopy_networking_NetworkPolicyList is an autogenerated deepcopy function.
DeepCopy_networking_NetworkPolicyPeer is an autogenerated deepcopy function.
DeepCopy_networking_NetworkPolicyPort is an autogenerated deepcopy function.
DeepCopy_networking_NetworkPolicySpec is an autogenerated deepcopy function.
Kind takes an unqualified kind and returns a Group qualified GroupKind.
RegisterDeepCopies adds deep-copy functions to the given scheme.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
NetworkPolicy describes what network traffic is allowed for a set of Pods.
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.