package
1.8.6
Repository: https://github.com/vmware-tanzu/vm-operator.git
Documentation: pkg.go.dev

# README

Cloud-Init schemas

Overview

This directory contains schema files relates to Cloud-Init:

Generating the Go source code

Run make generate-go. If the local system has npm, it is used to install quicktype, which is then used to generate cloudconfig.go from the schema. Otherwise a container image is built from Dockerfile.quicktype which is then used to generate the Go source code.