github.com/looshlee/cilium@v1.6.12/test/k8sT/manifests/knp-default-allow-ingress.yaml (about)

     1  apiVersion: networking.k8s.io/v1
     2  kind: NetworkPolicy
     3  metadata:
     4    name: "knp-default-allow-ingress"
     5  spec:
     6    podSelector: {}
     7    ingress:
     8    - {}
     9    policyTypes:
    10    - Ingress