Skip to content

Commit 2bf195a

Browse files
committed
update descriotion in workloads-api to include PodDisruptionBudget
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 7d6270d commit 2bf195a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sig-apps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Application metadata descriptor CRD
6565
- **Contact:**
6666
- Slack: [#kompose](https://kubernetes.slack.com/messages/kompose)
6767
### workloads-api
68-
The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, and StatefulSet kinds
68+
The core workloads API, which is composed of the CronJob, DaemonSet, Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and StatefulSet kinds
6969
- **Owners:**
7070
- [kubernetes/kubernetes/pkg/apis/apps](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/apps/OWNERS)
7171
- [kubernetes/kubernetes/pkg/apis/batch](https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/batch/OWNERS)

sigs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ sigs:
219219
- https://raw.githubusercontent.com/kubernetes/kompose/master/OWNERS
220220
- name: workloads-api
221221
description: The core workloads API, which is composed of the CronJob, DaemonSet,
222-
Deployment, Job, ReplicaSet, ReplicationController, and StatefulSet kinds
222+
Deployment, Job, ReplicaSet, ReplicationController, PodDisruptionBudget and
223+
StatefulSet kinds
223224
owners:
224225
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/apps/OWNERS
225226
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/batch/OWNERS

0 commit comments

Comments
 (0)