timestamp'YYYY-...'# date!!omap [ ... ]# array of key-value pairs!!pairs [ ... ]# array or array pairs!!set { ... }# array of objects with given keys and null values!!str'...'# string!!seq [ ... ]# array!!map{ ... }# object JavaScript-specific标签 !!js/regexp ...
Describe the bug Given that I have an array of objects in my schema; if in my YAML file, I add an array item, return to the line and invoke completion, the completion wrongly provides "{} - (array item) object" instead of the different p...
omap [ ... ] # array of key-value pairs !!pairs [ ... ] # array or array pairs !!set { ... } # array of objects with given keys and null values !!str '...' # string !!seq [ ... ] # array !!map { ... } # object...
This method has the largest computational overhead When decoding YAML, because the type inference of all objects is done up-front. It may be easier to use in such a way as to handle objects created fromJSONSerializationor if the input is already standard library types (Any,Dictionary,Array,...
omap [ ... ] # array of key-value pairs !!pairs [ ... ] # array or array pairs !!set { ... } # array of objects with given keys and null values !!str '...' # string !!seq [ ... ] # array !!map { ... } # object...
annotations Annotations is an unstructured key value map stored with a resource thatmay be set by external tools to store and retrieve arbitrary metadata. Theyare not queryable and should be preserved when modifying objects. Moreinfo: http://kubernetes.io/docs/user-guide/annotationsclusterName <...
In YAML, an array (or list) is an ordered collection of elements. These elements can be of various types, such as strings, numbers, objects, or even other arrays. Arrays are typically used when you need to group related data. 💡 ...
Note, that you use arrays or objects as key in JS-YAML. JS does not allow objects or array as keys, and stringifies (by calling .toString method) them at the moment of adding them.--- ? [ foo, bar ] : - baz ? { foo: bar } : - baz - baz...
29 &1 Scene: m_ObjectHideFlags: 0 m_PVSData: m_QueryMode: 1 m_PVSObjectsArray: [] m_PVSPortalsArray: [] m_ViewCellSize: 1.000000 --- !u!104 &2 RenderSettings: m_Fog: 0 m_FogColor: {r: 0.500000, g: 0.500000, b: 0.500000, a: 1.000000} m_FogMode: 3 m_FogDensity: ...
(scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels #labels是标签,labels是map类型,map类型表示对应的值是key-value键值对,<string,string>表示 key和value都是String类型的 ...