File: manifest-annotations.md

package info (click to toggle)
golang-k8s-sigs-kustomize-cmd-config 0.20.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 996 kB
  • sloc: makefile: 198; sh: 50
file content (11 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Manifest Annotations

This document lists the annotations that can be declared in resource manifests.

### `config.kubernetes.io/local-config`

A value of `"true"` for this annotation declares that the resource is only consumed by
client-side tooling and should not be applied to the API server.

A value of `"false"` can be used to declare that a resource should be applied to
the API server even when it is assumed to be local.