File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
docs/content/en/references
manifests/charts/fleet-manager/crds Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1919,7 +1919,7 @@ <h3 id="apps.kurator.dev/v1alpha1.RolloutStatus">RolloutStatus
1919
1919
</ tr >
1920
1920
< tr >
1921
1921
< td >
1922
- < code > backupNameInCluster </ code > < br >
1922
+ < code > rolloutNameInCluster </ code > < br >
1923
1923
< em >
1924
1924
string
1925
1925
</ em >
@@ -1931,7 +1931,7 @@ <h3 id="apps.kurator.dev/v1alpha1.RolloutStatus">RolloutStatus
1931
1931
</ tr >
1932
1932
< tr >
1933
1933
< td >
1934
- < code > backupStatusInCluster </ code > < br >
1934
+ < code > rolloutStatusInCluster </ code > < br >
1935
1935
< em >
1936
1936
github.com/fluxcd/flagger/pkg/apis/flagger/v1beta1.CanaryStatus
1937
1937
</ em >
Original file line number Diff line number Diff line change @@ -2683,11 +2683,15 @@ spec:
2683
2683
rolloutStatus :
2684
2684
description : RolloutStatus defines the observed state of Rollout.
2685
2685
properties :
2686
- backupNameInCluster :
2686
+ clusterName :
2687
+ description : ClusterName is the Name of the cluster where
2688
+ the rollout is being performed.
2689
+ type : string
2690
+ rolloutNameInCluster :
2687
2691
description : RolloutNameInCluster is the name of the rollout
2688
2692
being performed within this cluster.
2689
2693
type : string
2690
- backupStatusInCluster :
2694
+ rolloutStatusInCluster :
2691
2695
description : RolloutStatusInCluster is the current status
2692
2696
of the Rollout performed within this cluster.
2693
2697
properties :
@@ -2753,10 +2757,6 @@ spec:
2753
2757
- iterations
2754
2758
- phase
2755
2759
type : object
2756
- clusterName :
2757
- description : ClusterName is the Name of the cluster where
2758
- the rollout is being performed.
2759
- type : string
2760
2760
type : object
2761
2761
type : object
2762
2762
type : array
Original file line number Diff line number Diff line change @@ -461,11 +461,11 @@ type RolloutStatus struct {
461
461
462
462
// RolloutNameInCluster is the name of the rollout being performed within this cluster.
463
463
// +optional
464
- RolloutNameInCluster string `json:"backupNameInCluster ,omitempty"`
464
+ RolloutNameInCluster string `json:"rolloutNameInCluster ,omitempty"`
465
465
466
466
// RolloutStatusInCluster is the current status of the Rollout performed within this cluster.
467
467
// +optional
468
- RolloutStatusInCluster * flaggerv1b1.CanaryStatus `json:"backupStatusInCluster ,omitempty"`
468
+ RolloutStatusInCluster * flaggerv1b1.CanaryStatus `json:"rolloutStatusInCluster ,omitempty"`
469
469
}
470
470
471
471
// ApplicationList contains a list of Application.
You can’t perform that action at this time.
0 commit comments