Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { APIVersion string `json:"apiVersion"` Kind string `json:"kind"` Metadata Metadata `json:"metadata"` Spec Spec `json:"spec"` }
Config holds the configuration variables for config version v1alpha1 ApiVersion and Kind are currently unused, this may change in the future.
type Metadata ¶
type Metadata struct { Name string `json:"name,omitempty"` Labels map[string]string `json:"labels,omitempty"` }
Metadata is meant for humans and not parsed
Click to show internal directories.
Click to hide internal directories.