mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
Add httpbin using kustomize and patch the result, all from CUE. The is the second half of the v1alpha4 helm guide split into a dedicated tutorial.
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
---
|
|
slug: schema-definitions
|
|
title: Schema Definitions
|
|
description: Define your own custom data structures.
|
|
sidebar_position: 70
|
|
---
|
|
|
|
# Schema Definitions
|
|
|
|
- Work through defining a `#Cluster` schema and a `Clusters` struct.
|
|
- Direct the reader to [topics] for more recipes.
|
|
|
|
[topics]: ../topics.mdx
|