Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: s/Wildard/Wildcard/ rephrase the sentence Fix the number of processes on Kubernetes master (#2985) Pod Security Policy doc improvements (#3010) docs/admin: document OpenID Connect plugin "extra-scopes" field # Conflicts: # docs/admin/kubelet.md # docs/user-guide/pod-security-policy/index.md
This commit is contained in:
@@ -94,10 +94,10 @@ properties:
|
||||
- Resource-matching properties:
|
||||
- `apiGroup`, type string; an API group.
|
||||
- Ex: `extensions`
|
||||
- Wildard: `*` matches all API groups.
|
||||
- Wildcard: `*` matches all API groups.
|
||||
- `namespace`, type string; a namespace.
|
||||
- Ex: `kube-system`
|
||||
- Wildard: `*` matches all resource requests.
|
||||
- Wildcard: `*` matches all resource requests.
|
||||
- `resource`, type string; a resource type
|
||||
- Ex: `pods`
|
||||
- Wildcard: `*` matches all resource requests.
|
||||
|
||||
Reference in New Issue
Block a user