update descriotion in workloads-api to include PodDisruptionBudget

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2022-01-20 11:01:09 -05:00
parent 7d6270debd
commit 2bf195ab69
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
2 changed files with 3 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Application metadata descriptor CRD
- **Contact:**
- Slack: [#kompose](https://kubernetes.slack.com/messages/kompose)
### workloads-api
The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, and StatefulSet kinds
The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and StatefulSet kinds
- **Owners:**
- [kubernetes/kubernetes/pkg/apis/apps](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/apps/OWNERS)
- [kubernetes/kubernetes/pkg/apis/batch](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/batch/OWNERS)

View File

@ -219,7 +219,8 @@ sigs:
- https://raw.githubusercontent.com/kubernetes/kompose/master/OWNERS
- name: workloads-api
description: The core workloads API, which is composed of the CronJob, DaemonSet,
Deployment, Job, ReplicaSet, ReplicationController, and StatefulSet kinds
Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and
StatefulSet kinds
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/apps/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/batch/OWNERS