Kubernetes Manifest Metadata: Difference between revisions
Jump to navigation
Jump to search
(→name) |
(→name) |
||
Line 13: | Line 13: | ||
==name== | ==name== | ||
The <tt>name</tt> field specifies the [[Kubernetes_API_Resources_Concepts#Names|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. | |||
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:15, 30 August 2019
External
Internal
Overview
Elements
name
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.