Skip to content

Commit

Permalink
Change Comment
Browse files Browse the repository at this point in the history
Signed-off-by: yeyeye2333 <3229833855@qq.com>
  • Loading branch information
yeyeye2333 committed Aug 27, 2024
1 parent 8470ebe commit 42ad69e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/references/apps_v1alpha1_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3 id="apps.kurator.dev/v1alpha1.Application">Application
<em>(Optional)</em>
<p>Destination defines the destination clusters where the artifacts will be synced.
It can be overridden by the syncPolicies&rsquo; destination.
And if both the current field and syncPolicies&rsquo; destination are empty, the application will be deployed directly in the current cluster.</p>
And if both the current field and syncPolicies&rsquo; destination are empty, the application will be deployed directly in the cluster where kurator resides.</p>
</td>
</tr>
</table>
Expand Down Expand Up @@ -348,7 +348,7 @@ <h3 id="apps.kurator.dev/v1alpha1.ApplicationSpec">ApplicationSpec
<em>(Optional)</em>
<p>Destination defines the destination clusters where the artifacts will be synced.
It can be overridden by the syncPolicies&rsquo; destination.
And if both the current field and syncPolicies&rsquo; destination are empty, the application will be deployed directly in the current cluster.</p>
And if both the current field and syncPolicies&rsquo; destination are empty, the application will be deployed directly in the cluster where kurator resides.</p>
</td>
</tr>
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
description: |-
Destination defines the destination clusters where the artifacts will be synced.
It can be overridden by the syncPolicies' destination.
And if both the current field and syncPolicies' destination are empty, the application will be deployed directly in the current cluster.
And if both the current field and syncPolicies' destination are empty, the application will be deployed directly in the cluster where kurator resides.
properties:
clusterSelector:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/apps/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type ApplicationSpec struct {
SyncPolicies []*ApplicationSyncPolicy `json:"syncPolicies"`
// Destination defines the destination clusters where the artifacts will be synced.
// It can be overridden by the syncPolicies' destination.
// And if both the current field and syncPolicies' destination are empty, the application will be deployed directly in the current cluster.
// And if both the current field and syncPolicies' destination are empty, the application will be deployed directly in the cluster where kurator resides.
// +optional
Destination *ApplicationDestination `json:"destination,omitempty"`
}
Expand Down

0 comments on commit 42ad69e

Please sign in to comment.