Kazan v0.7.0 Kazan.Apis.Networking.V1.NetworkPolicyPort View Source

NetworkPolicyPort describes a port to allow traffic on

OpenAPI Definition: io.k8s.api.networking.v1.NetworkPolicyPort

Properties

  • port :: Kazan.Models.Apimachinery.Util.Intstr.IntOrString

    • The port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers.
  • protocol :: String

    • The protocol (TCP or UDP) which traffic must match. If not specified, this field defaults to TCP.