Skip to content

Commit 9e0dd80

Browse files
committed
... make generate.
1 parent a958fc0 commit 9e0dd80

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_hetznerbaremetalmachines.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,10 @@ spec:
254254
type: object
255255
providerID:
256256
description: |-
257-
ProviderID will be the hetznerbaremetalmachine which is set by the controller
258-
in the `hcloud://bm-<server-id>` format.
257+
ProviderID will be the hetznerbaremetalmachine which is set by the controller in the
258+
`hrobot://<server-id>` format. Before caph v1.1.0 the ProviderID had the format
259+
`hcloud://bm-NNNNN`. Starting with caph v1.1.x this was changed to `hrobot://NNNNN`. This
260+
alligns to the upstream hcloud ccm. In the long run we want discontinue our ccm fork.
259261
type: string
260262
sshSpec:
261263
description: SSHSpec gives a reference on the secret where SSH details

config/crd/bases/infrastructure.cluster.x-k8s.io_hetznerbaremetalmachinetemplates.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,10 @@ spec:
241241
type: object
242242
providerID:
243243
description: |-
244-
ProviderID will be the hetznerbaremetalmachine which is set by the controller
245-
in the `hcloud://bm-<server-id>` format.
244+
ProviderID will be the hetznerbaremetalmachine which is set by the controller in the
245+
`hrobot://<server-id>` format. Before caph v1.1.0 the ProviderID had the format
246+
`hcloud://bm-NNNNN`. Starting with caph v1.1.x this was changed to `hrobot://NNNNN`. This
247+
alligns to the upstream hcloud ccm. In the long run we want discontinue our ccm fork.
246248
type: string
247249
sshSpec:
248250
description: SSHSpec gives a reference on the secret where

0 commit comments

Comments
 (0)