Skip to content

Commit 24c8cbc

Browse files
Add InfraNamespace (#125)
1 parent 3904a28 commit 24c8cbc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

apis/cluster/types.go

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ limitations under the License.
1717
package cluster
1818

1919
type 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

0 commit comments

Comments
 (0)