k3s/pkg/kubeapiserver/options
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
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
admission.go Show deprecated kube-apiserver flags 2018-04-16 21:20:06 +08:00
admission_test.go
authentication.go Merge pull request #70831 from mikedanese/securesvcacct 2018-11-13 08:54:25 -08:00
authentication_test.go Fixes lint errors in kubeapiserver packages 2018-11-04 17:22:41 -08:00
authorization.go Fix the authorization-policy-file description 2018-12-24 14:54:34 +08:00
authorization_test.go validate authorization flags in BuiltInAuthorizationOptions.Validate 2018-03-26 20:37:02 +08:00
cloudprovider.go
options.go
plugins.go Add priority to defaultOn plugins list 2018-07-02 22:25:40 -04:00
serving.go kube-apiserver: switch apiserver's DeprecatedInsecureServingOptions 2018-08-17 08:56:47 +02:00
storage_versions.go Deprecation notice of storage-versions flag 2018-08-30 19:45:43 -07:00
storage_versions_test.go remove unneed parameter in test struct 2018-09-26 08:59:42 +08:00