File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,12 @@ type HuaweiCloudClusterList struct {
78
78
Items []HuaweiCloudCluster `json:"items"`
79
79
}
80
80
81
- // GetConditions returns the observations of the operational state of the AWSCluster resource .
81
+ // GetConditions returns the HuaweiCloudCluster's conditions .
82
82
func (r * HuaweiCloudCluster ) GetConditions () clusterv1.Conditions {
83
83
return r .Status .Conditions
84
84
}
85
85
86
- // SetConditions sets the underlying service state of the AWSCluster to the predescribed clusterv1.Conditions.
86
+ // SetConditions sets the underlying service state of the HuaweiCloudCluster to the predescribed clusterv1.Conditions.
87
87
func (r * HuaweiCloudCluster ) SetConditions (conditions clusterv1.Conditions ) {
88
88
r .Status .Conditions = conditions
89
89
}
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2018 The Kubernetes Authors .
2
+ Copyright 2025 .
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
5
5
you may not use this file except in compliance with the License.
6
6
You may obtain a copy of the License at
7
7
8
- http://www.apache.org/licenses/LICENSE-2.0
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
9
10
10
Unless required by applicable law or agreed to in writing, software
11
11
distributed under the License is distributed on an "AS IS" BASIS,
You can’t perform that action at this time.
0 commit comments