Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions config/crd/rollout/rollout.kusionstack.io_rolloutruns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4660,6 +4660,10 @@ spec:
description: WorkloadDetails contains release details for each workload
items:
properties:
availableReplicas:
description: AvailableReplicas is the number of service available pods targeted by workload.
format: int32
type: integer
cluster:
description: Cluster defines which cluster the workload is in.
type: string
Expand Down Expand Up @@ -4697,6 +4701,7 @@ spec:
description: UpdatedRevision is the updated template revision used to generate pods.
type: string
required:
- availableReplicas
- replicas
- updatedAvailableReplicas
- updatedReadyReplicas
Expand Down Expand Up @@ -4758,6 +4763,10 @@ spec:
description: WorkloadDetails contains release details for each workload
items:
properties:
availableReplicas:
description: AvailableReplicas is the number of service available pods targeted by workload.
format: int32
type: integer
cluster:
description: Cluster defines which cluster the workload is in.
type: string
Expand Down Expand Up @@ -4795,6 +4804,7 @@ spec:
description: UpdatedRevision is the updated template revision used to generate pods.
type: string
required:
- availableReplicas
- replicas
- updatedAvailableReplicas
- updatedReadyReplicas
Expand Down Expand Up @@ -4892,6 +4902,10 @@ spec:
description: TargetStatuses describes the referenced workloads status
items:
properties:
availableReplicas:
description: AvailableReplicas is the number of service available pods targeted by workload.
format: int32
type: integer
cluster:
description: Cluster defines which cluster the workload is in.
type: string
Expand Down Expand Up @@ -4929,6 +4943,7 @@ spec:
description: UpdatedRevision is the updated template revision used to generate pods.
type: string
required:
- availableReplicas
- replicas
- updatedAvailableReplicas
- updatedReadyReplicas
Expand Down
Loading
Loading