Support cloudInit in CRD.

This commit is contained in:
Michael Lipp 2024-02-18 11:46:09 +01:00
parent 499c1822fd
commit b255f0e946
4 changed files with 62 additions and 1 deletions

View file

@ -965,6 +965,21 @@ spec:
additionalProperties:
type: string
nullable: true
cloudInit:
type: object
description: >-
Provides data for generating a cloud-init ISO
image that is attached to the VM.
properties:
metaData:
description: Copied to cloud-init's meta-data file.
type: object
additionalProperties:
type: string
userData:
description: Copied to cloud-init's user-data file.
type: object
x-kubernetes-preserve-unknown-fields: true
vm:
type: object
description: Defines the VM.