Skip to content

Commit

Permalink
Re-gen the manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Jun 29, 2023
1 parent e2c1c8e commit 88fe777
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
description: The desired state of ClusterResourceBinding.
properties:
clusterDecision:
description: ClusterDecision explains why the scheduler makes this
binding.
description: ClusterDecision explains why the scheduler selected this
cluster.
properties:
clusterName:
description: ClusterName is the name of the ManagedCluster. If
Expand Down Expand Up @@ -89,18 +89,18 @@ spec:
- reason
- selected
type: object
policySnapshotName:
description: PolicySnapshotName is the name of the scheduling policy
snapshot that this resource binding points to; more specifically,
the scheduler creates this bindings in accordance with this scheduling
policy snapshot.
type: string
resourceSnapshotName:
description: ResourceSnapshotName is the name of the resource snapshot
that this resource binding points to. If the resources are divided
into multiple snapshots because of the resource size limit, it points
to the name of the leading snapshot of the index group.
type: string
schedulingPolicySnapshotName:
description: SchedulingPolicySnapshotName is the name of the scheduling
policy snapshot that this resource binding points to; more specifically,
the scheduler creates this bindings in accordance with this scheduling
policy snapshot.
type: string
state:
description: 'The desired state of the binding. Possible values: Scheduled,
Bound, Unscheduled.'
Expand All @@ -111,8 +111,8 @@ spec:
type: string
required:
- clusterDecision
- policySnapshotName
- resourceSnapshotName
- schedulingPolicySnapshotName
- state
- targetCluster
type: object
Expand Down

0 comments on commit 88fe777

Please sign in to comment.