Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KubeType ¶
type KubeType struct {
Kind string `yaml:"kind"`
Metadata KubeTypeMetadata `yaml:"metadata"`
Status KubeTypeStatus `yaml:"status"`
Deployed bool
}
type KubeTypeMetadata ¶
type KubeTypeMetadata struct {
Name string `yaml:"name"`
}
Click to show internal directories.
Click to hide internal directories.