Module k8s_openapi::v1_11::api::networking::v1[][src]

Structs

IPBlock

IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") 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.

NetworkPolicy

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

NetworkPolicyEgressRule

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

NetworkPolicyIngressRule

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.

NetworkPolicyList

NetworkPolicyList is a list of NetworkPolicy objects.

NetworkPolicyPeer

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

NetworkPolicyPort

NetworkPolicyPort describes a port to allow traffic on

NetworkPolicySpec

NetworkPolicySpec provides the specification of a NetworkPolicy

Enums

CreateNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::create_networking_v1_namespaced_network_policy

DeleteNetworkingV1CollectionNamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::delete_networking_v1_collection_namespaced_network_policy

DeleteNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::delete_networking_v1_namespaced_network_policy

ListNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::list_networking_v1_namespaced_network_policy

ListNetworkingV1NetworkPolicyForAllNamespacesResponse

Parses the HTTP response of NetworkPolicy::list_networking_v1_network_policy_for_all_namespaces

PatchNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::patch_networking_v1_namespaced_network_policy

ReadNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::read_networking_v1_namespaced_network_policy

ReplaceNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::replace_networking_v1_namespaced_network_policy

WatchNetworkingV1NamespacedNetworkPolicyListResponse

Parses the HTTP response of NetworkPolicy::watch_networking_v1_namespaced_network_policy_list

WatchNetworkingV1NamespacedNetworkPolicyResponse

Parses the HTTP response of NetworkPolicy::watch_networking_v1_namespaced_network_policy

WatchNetworkingV1NetworkPolicyListForAllNamespacesResponse

Parses the HTTP response of NetworkPolicy::watch_networking_v1_network_policy_list_for_all_namespaces