Missing "Manifest" from glossary k8s.io/docs/reference/glossary/ #13546 (#16193)

Added manifest glossary term.
This commit is contained in:
Ashish
2019-10-14 18:51:51 -04:00
committed by Kubernetes Prow Robot
parent 406828e71f
commit 1393c49bd5
2 changed files with 16 additions and 1 deletions
@@ -0,0 +1,15 @@
---
title: Manifest
id: manifest
date: 2019-06-28
short_description: >
A serialized specification of one or more Kubernetes API objects.
aka:
tags:
- fundamental
---
Specification of a Kubernetes API object in JSON or YAML format.
<!--more-->
A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest. Each configuration file can contain multiple manifests.