File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ limitations under the License.
1717package cluster
1818
1919type BasicInfo struct {
20- Name string `json:"name"`
21- DisplayName string `json:"displayName"`
22- OwnerID int64 `json:"ownerID,omitempty"`
23- ManagerID int64 `json:"managerID,omitempty"`
24- UserID int64 `json:"userID,omitempty"`
25- ClusterUID string `json:"clusterUID,omitempty"`
26- HubClusterID string `json:"hubClusterID,omitempty"`
20+ Name string `json:"name"`
21+ DisplayName string `json:"displayName"`
22+ OwnerID int64 `json:"ownerID,omitempty"`
23+ ManagerID int64 `json:"managerID,omitempty"`
24+ UserID int64 `json:"userID,omitempty"`
25+ ClusterUID string `json:"clusterUID,omitempty"`
26+ HubClusterID string `json:"hubClusterID,omitempty"`
27+ InfraNamespace string `json:"infraNamespace,omitempty"`
2728}
2829
2930// +kubebuilder:validation:Enum=IRSA;PodIdentity
You can’t perform that action at this time.
0 commit comments