Skip to content

Commit

Permalink
mutable:true on identityURL, remove from admin api
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed May 23, 2024
1 parent aaccab3 commit e47ec72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/api/admin/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ type UserAssignedIdentities map[string]ClusterUserAssignedIdentity
type Identity struct {
Type string `json:"type,omitempty"`
UserAssignedIdentities UserAssignedIdentities `json:"userAssignedIdentities,omitempty"`
IdentityURL string `json:"identityURL,omitempty"`
}

// Install represents an install process.
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/openshiftcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -803,5 +803,5 @@ type Identity struct {

Type string `json:"type,omitempty"`
UserAssignedIdentities UserAssignedIdentities `json:"userAssignedIdentities,omitempty"`
IdentityURL string `json:"identityURL,omitempty"`
IdentityURL string `json:"identityURL,omitempty" mutable:"true"`
}

0 comments on commit e47ec72

Please sign in to comment.