Skip to content

Commit 3761f7d

Browse files
Run make generate
Signed-off-by: alexander-demicev <[email protected]>
1 parent fba7ac3 commit 3761f7d

7 files changed

+21
-7
lines changed

config/crd/bases/operator.cluster.x-k8s.io_addonproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,9 @@ spec:
25142514
type: object
25152515
type: array
25162516
imageUrl:
2517-
description: Container Image URL
2517+
description: Container Image URL. If container is "manager"
2518+
and version is not specified, it will be set to the provider
2519+
version.
25182520
type: string
25192521
name:
25202522
description: Name of the container. Cannot be updated.

config/crd/bases/operator.cluster.x-k8s.io_bootstrapproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,9 @@ spec:
40994099
type: object
41004100
type: array
41014101
imageUrl:
4102-
description: Container Image URL
4102+
description: Container Image URL. If container is "manager"
4103+
and version is not specified, it will be set to the provider
4104+
version.
41034105
type: string
41044106
name:
41054107
description: Name of the container. Cannot be updated.

config/crd/bases/operator.cluster.x-k8s.io_controlplaneproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,9 @@ spec:
41014101
type: object
41024102
type: array
41034103
imageUrl:
4104-
description: Container Image URL
4104+
description: Container Image URL. If container is "manager"
4105+
and version is not specified, it will be set to the provider
4106+
version.
41054107
type: string
41064108
name:
41074109
description: Name of the container. Cannot be updated.

config/crd/bases/operator.cluster.x-k8s.io_coreproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,9 @@ spec:
40994099
type: object
41004100
type: array
41014101
imageUrl:
4102-
description: Container Image URL
4102+
description: Container Image URL. If container is "manager"
4103+
and version is not specified, it will be set to the provider
4104+
version.
41034105
type: string
41044106
name:
41054107
description: Name of the container. Cannot be updated.

config/crd/bases/operator.cluster.x-k8s.io_infrastructureproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,9 @@ spec:
41014101
type: object
41024102
type: array
41034103
imageUrl:
4104-
description: Container Image URL
4104+
description: Container Image URL. If container is "manager"
4105+
and version is not specified, it will be set to the provider
4106+
version.
41054107
type: string
41064108
name:
41074109
description: Name of the container. Cannot be updated.

config/crd/bases/operator.cluster.x-k8s.io_ipamproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,9 @@ spec:
25142514
type: object
25152515
type: array
25162516
imageUrl:
2517-
description: Container Image URL
2517+
description: Container Image URL. If container is "manager"
2518+
and version is not specified, it will be set to the provider
2519+
version.
25182520
type: string
25192521
name:
25202522
description: Name of the container. Cannot be updated.

config/crd/bases/operator.cluster.x-k8s.io_runtimeextensionproviders.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,9 @@ spec:
25162516
type: object
25172517
type: array
25182518
imageUrl:
2519-
description: Container Image URL
2519+
description: Container Image URL. If container is "manager"
2520+
and version is not specified, it will be set to the provider
2521+
version.
25202522
type: string
25212523
name:
25222524
description: Name of the container. Cannot be updated.

0 commit comments

Comments
 (0)