Discover Packages
github.com/hornpolish/ky
cmd
package
Version:
v0.9.6
Opens a new window with list of versions in this module.
Published: Nov 19, 2019
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type KubernetesAPI struct {
APIVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Metadata struct {
Name string `yaml:"name"`
Labels struct {
Source string `yaml:"source"`
} `yaml:"labels"`
} `yaml:"metadata"`
}
KubernetesAPI is for unmarshaling objects
Source Files
¶
Click to show internal directories.
Click to hide internal directories.