Skip to content

Commit 18731f2

Browse files
committedOct 8, 2024··
bug: Update the CRDs for the workrequest feature (#387)
This was left out of the previous feature add.
1 parent 5adae75 commit 18731f2

4 files changed

+20
-0
lines changed
 

‎config/crd/bases/infrastructure.cluster.x-k8s.io_ociclusters.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,11 @@ spec:
11961196
to be changed.
11971197
nullable: true
11981198
type: string
1199+
workrequestClientUrl:
1200+
description: WorkrequestClientUrl allows the default work request
1201+
SDK client URL to be changed.
1202+
nullable: true
1203+
type: string
11991204
type: object
12001205
compartmentId:
12011206
description: Compartment to create the cluster network.

‎config/crd/bases/infrastructure.cluster.x-k8s.io_ociclustertemplates.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,11 @@ spec:
12521252
URL to be changed.
12531253
nullable: true
12541254
type: string
1255+
workrequestClientUrl:
1256+
description: WorkrequestClientUrl allows the default work
1257+
request SDK client URL to be changed.
1258+
nullable: true
1259+
type: string
12551260
type: object
12561261
compartmentId:
12571262
description: Compartment to create the cluster network.

‎config/crd/bases/infrastructure.cluster.x-k8s.io_ocimanagedclusters.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,11 @@ spec:
12351235
to be changed.
12361236
nullable: true
12371237
type: string
1238+
workrequestClientUrl:
1239+
description: WorkrequestClientUrl allows the default work request
1240+
SDK client URL to be changed.
1241+
nullable: true
1242+
type: string
12381243
type: object
12391244
identityRef:
12401245
description: IdentityRef is a reference to an identity(principal)

‎config/crd/bases/infrastructure.cluster.x-k8s.io_ocimanagedclustertemplates.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,11 @@ spec:
12951295
URL to be changed.
12961296
nullable: true
12971297
type: string
1298+
workrequestClientUrl:
1299+
description: WorkrequestClientUrl allows the default work
1300+
request SDK client URL to be changed.
1301+
nullable: true
1302+
type: string
12981303
type: object
12991304
identityRef:
13001305
description: IdentityRef is a reference to an identity(principal)

0 commit comments

Comments
 (0)
Please sign in to comment.