mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Document AnnotationsTransformer (#5247)
* Restructure existing Reference docs Restructure Reference section for site to better match k8s.io. Change descriptions to complete sentences. Improve instructions to locally load site. * Document AnnotationsTransformer on site Dcoument AnnotationsTransformer API under Reference on site. * Document required fields Document required fields and explain effects of optional ones. * Make site setup instructions more explicit * Link required K8s fields
This commit is contained in:
11
site/content/en/docs/Reference/API/_index.md
Normal file
11
site/content/en/docs/Reference/API/_index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "API"
|
||||
linkTitle: "API"
|
||||
weight: 2
|
||||
date: 2023-07-28
|
||||
description: >
|
||||
The Kustomize API is the set of custom resources that define its behavior.
|
||||
---
|
||||
|
||||
This section contains user-friendly definitions of resources custom to Kustomize that define its behavior.
|
||||
Required fields are marked as such.
|
||||
Reference in New Issue
Block a user