diff --git a/apis/cluster/types.go b/apis/cluster/types.go index e2282f37..bad3017e 100644 --- a/apis/cluster/types.go +++ b/apis/cluster/types.go @@ -17,13 +17,14 @@ limitations under the License. package cluster type BasicInfo struct { - Name string `json:"name"` - DisplayName string `json:"displayName"` - OwnerID int64 `json:"ownerID,omitempty"` - ManagerID int64 `json:"managerID,omitempty"` - UserID int64 `json:"userID,omitempty"` - ClusterUID string `json:"clusterUID,omitempty"` - HubClusterID string `json:"hubClusterID,omitempty"` + Name string `json:"name"` + DisplayName string `json:"displayName"` + OwnerID int64 `json:"ownerID,omitempty"` + ManagerID int64 `json:"managerID,omitempty"` + UserID int64 `json:"userID,omitempty"` + ClusterUID string `json:"clusterUID,omitempty"` + HubClusterID string `json:"hubClusterID,omitempty"` + InfraNamespace string `json:"infraNamespace,omitempty"` } // +kubebuilder:validation:Enum=IRSA;PodIdentity