Skip to content

Commit

Permalink
bug: Update the CRDs for the workrequest feature (#387)
Browse files Browse the repository at this point in the history
This was left out of the previous feature add.
  • Loading branch information
joekr committed Oct 8, 2024
1 parent 5adae75 commit 18731f2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,11 @@ spec:
to be changed.
nullable: true
type: string
workrequestClientUrl:
description: WorkrequestClientUrl allows the default work request
SDK client URL to be changed.
nullable: true
type: string
type: object
compartmentId:
description: Compartment to create the cluster network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,11 @@ spec:
URL to be changed.
nullable: true
type: string
workrequestClientUrl:
description: WorkrequestClientUrl allows the default work
request SDK client URL to be changed.
nullable: true
type: string
type: object
compartmentId:
description: Compartment to create the cluster network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1235,6 +1235,11 @@ spec:
to be changed.
nullable: true
type: string
workrequestClientUrl:
description: WorkrequestClientUrl allows the default work request
SDK client URL to be changed.
nullable: true
type: string
type: object
identityRef:
description: IdentityRef is a reference to an identity(principal)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,11 @@ spec:
URL to be changed.
nullable: true
type: string
workrequestClientUrl:
description: WorkrequestClientUrl allows the default work
request SDK client URL to be changed.
nullable: true
type: string
type: object
identityRef:
description: IdentityRef is a reference to an identity(principal)
Expand Down

0 comments on commit 18731f2

Please sign in to comment.