k3s/api/swagger-spec
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
..
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
admissionregistration.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
admissionregistration.k8s.io_v1alpha1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
admissionregistration.k8s.io_v1beta1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
api.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
apis.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
apps.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
apps_v1.json auto-generated 2018-02-11 11:04:15 +08:00
apps_v1alpha1.json fixed some bad url 2018-01-10 22:05:00 +08:00
apps_v1beta1.json auto-generated 2018-02-11 11:04:15 +08:00
apps_v1beta2.json auto-generated 2018-02-11 11:04:15 +08:00
authentication.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
authentication.k8s.io_v1.json Update deletionTimestamp with information about finalizer effect 2017-11-03 10:48:48 +08:00
authentication.k8s.io_v1beta1.json Update deletionTimestamp with information about finalizer effect 2017-11-03 10:48:48 +08:00
authorization.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
authorization.k8s.io_v1.json autogenerated 2017-11-03 13:46:29 -07:00
authorization.k8s.io_v1beta1.json autogenerated 2017-11-03 13:46:29 -07:00
autoscaling.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
autoscaling_v1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
autoscaling_v2beta1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
batch.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
batch_v1.json auto-generated 2018-02-11 11:04:15 +08:00
batch_v1beta1.json auto-generated 2018-02-11 11:04:15 +08:00
batch_v2alpha1.json auto-generated 2018-02-11 11:04:15 +08:00
certificates.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
certificates.k8s.io_v1beta1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
events.k8s.io.json generated 2017-11-22 18:40:09 +00:00
events.k8s.io_v1beta1.json auto-generated 2018-02-11 11:04:15 +08:00
extensions.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
extensions_v1beta1.json auto-generated 2018-02-11 11:04:15 +08:00
logs.json Update generated proto and swagger docs 2016-09-12 18:47:03 -07:00
networking.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
networking.k8s.io_v1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
policy.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
policy_v1alpha1.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
policy_v1beta1.json Update generated files. 2018-02-19 20:14:28 +01:00
rbac.authorization.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
rbac.authorization.k8s.io_v1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
rbac.authorization.k8s.io_v1alpha1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
rbac.authorization.k8s.io_v1beta1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
resourceListing.json Prefer apps/v1 storage for daemonsets, deployments, replicasets 2018-01-26 00:37:08 -05:00
scheduling.k8s.io.json autogenerated files 2017-07-18 17:47:57 -07:00
scheduling.k8s.io_v1alpha1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
settings.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
settings.k8s.io_v1alpha1.json auto-generated 2018-02-11 11:04:15 +08:00
storage.authorization.k8s.io_v1beta1.json generated code for moving StorageClass 2016-09-06 08:41:17 -04:00
storage.k8s.io.json Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
storage.k8s.io_v1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
storage.k8s.io_v1alpha1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
storage.k8s.io_v1beta1.json Clarify that ListOptions.Timeout is not conditional on inactivity 2018-02-05 17:04:03 -05:00
v1.json Generated files 2018-02-16 17:54:10 -08:00
version.json update autogenerated 2016-08-18 14:14:52 -07:00