Files
kubernetes/pkg
lovejoy d437305cbf Fix the authorization-policy-file description
Actually this is in a format like below not a csv format
```json
{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"group":"system:authenticated",  "namespace": "*", "resource": "*","apiGroup": "*"}}
{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"group":"system:authenticated",  "namespace": "*", "resource": "ingresses","apiGroup": "extensions"}}
{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"group":"system:authenticated",  "namespace": "*", "resource": "*","apiGroup": "apiextensions.k8s.io"}}
```
2018-12-24 14:54:34 +08:00
..
2018-12-20 14:43:52 -05:00
2018-11-10 07:50:31 -05:00
2018-11-16 12:41:17 -05:00
2018-10-05 12:59:38 -07:00
2018-12-20 20:22:11 +01:00
2018-11-10 07:50:31 -05:00
2018-12-20 20:22:11 +01:00
2018-12-20 20:22:11 +01:00
2018-10-05 12:59:38 -07:00
2018-11-11 22:07:29 -08:00
2018-12-19 17:38:30 -08:00
2018-09-13 20:27:32 -07:00
2018-11-10 07:50:31 -05:00