kubernetes/pkg/api/testing
Kubernetes Submit Queue f8298702ff
Merge pull request #54933 from php-coder/psp_introduce_new_api_group
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Introduce PodSecurityPolicy in the policy/v1beta1 API group

Types/constants are completely the same as in `extensions/v1beta1` except that they are located outside of the `extensions` API group.

**What this PR does / why we need it**:
This is the first step for migrating PSP-related stuff away of `extensions` group. See #43214 for more information.

Also it related to https://github.com/kubernetes/features/issues/5

**Example**:
```console
$ cat restricted2.yaml 
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
  name: restricted2
...
$ kubectl create -f restricted.yaml 
podsecuritypolicy "restricted2" created
$ kubectl get psp restricted2 -o yaml
apiVersion: extensions/v1beta1
kind: PodSecurityPolicy
...
```

**Release note**:
```release-note
The `PodSecurityPolicy` API has been moved to the `policy/v1beta1` API group. The `PodSecurityPolicy` API in the `extensions/v1beta1` API group is deprecated and will be removed in a future release.
```
2018-02-20 15:44:50 -08:00
..
compat Update bazel 2017-10-18 17:24:04 +02:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
backward_compatibility_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
conversion_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
conversion.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
copy_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
deep_copy_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
defaulting_test.go Introduce PodSecurityPolicy in the policy/v1beta1 API group. 2018-02-19 20:14:28 +01:00
doc.go pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
fuzzer.go Remove kubeadm fuzzer from api testing 2017-11-20 23:39:01 +08:00
meta_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
node_example.json pkg/api: move *_test.go -> pkg/api/testing 2017-10-11 16:04:50 +02:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
pod_specs.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
replication_controller_example.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
serialization_proto_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
serialization_test.go Merge pull request #57142 from nikhita/bump-jsoniter 2017-12-16 23:32:38 -08:00
unstructured_test.go Move unstructured conversion into pkg/runtime 2017-11-16 15:38:24 -05:00