Cleanup and implement style guidelines. (#18980)

* Reworded paragraphs to reduce ambiguity.
* Added min-kubernetes-server-version metadata.
* Converted yaml to a downloadable resource.
This commit is contained in:
Sharjeel Aziz
2020-02-12 14:06:51 -05:00
committed by GitHub
parent a00f65d84c
commit c8eb9126e9
2 changed files with 46 additions and 48 deletions
@@ -0,0 +1,13 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: access-nginx
spec:
podSelector:
matchLabels:
app: nginx
ingress:
- from:
- podSelector:
matchLabels:
access: "true"