k3s/pkg/kubeapiserver
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
..
admission Move from glog to klog 2018-11-10 07:50:31 -05:00
authenticator patch webhook authenticator to support token review with arbitrary audiences 2018-11-16 19:30:42 -05:00
authorizer Merge pull request #70600 from liggitt/sig-auth-subprojects 2018-11-06 17:55:07 -08:00
options Fix the authorization-policy-file description 2018-12-24 14:54:34 +08:00
server tokenreview: add APIAudiences config to generic API server and augment context 2018-10-09 22:47:10 -07:00
BUILD adds dynamic audit configuration generated 2018-11-15 01:03:45 +00:00
OWNERS Add sig/api-machinery label to apimachinery OWNERS files 2018-08-20 18:46:47 +05:30
default_storage_factory_builder.go This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
doc.go Fix some types 2018-10-31 04:05:25 -04:00