Documentation ¶
Overview ¶
Package meta provides common meta types for config documents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct { MetaAPIVersion string `yaml:"apiVersion,omitempty"` MetaKind string `yaml:"kind"` }
Meta is a shared meta information for config documents.
func (Meta) APIVersion ¶
APIVersion implements config.Document interface.
type URL ¶
URL wraps the URL with proper YAML marshal/unmarshal.
func (URL) MarshalYAML ¶
MarshalYAML is a custom marshaller for `URL`.
Click to show internal directories.
Click to hide internal directories.