Kubernetes Manifest Metadata: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
==name==
==name==


Specifies the name of the resource. The presence of this field is in general mandatory when creating the resource specified by this manifest, thought in some cases, some resources may allow a client to request the generation of an appropriate name automatically. Once a resource is create, the name cannot be updated.
{{External|https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names}}
 
The <tt>name</tt> field specifies the name of the resource. The presence of this field is in general mandatory when creating the resource specified by this manifest, thought in some cases, some resources may allow a client to request the generation of an appropriate name automatically. Once a resource is create, the name cannot be updated.


==namespace==
==namespace==

Revision as of 23:03, 30 August 2019

External

Internal

Overview

Elements

name

https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

The name field specifies the name of the resource. The presence of this field is in general mandatory when creating the resource specified by this manifest, thought in some cases, some resources may allow a client to request the generation of an appropriate name automatically. Once a resource is create, the name cannot be updated.

namespace