{ "kind": "EgressNetworkPolicy", "apiVersion": "v1", "metadata": { "name": "policy1" }, "spec": { "egress": [ { "type": "Deny", "to": { "cidrSelector": "10.3.0.0/16" } } ] } }