Documentation ¶
Index ¶
- func CreateEmpty(name string, ctype string) (string, error)
- func CreateFromDir(name string, ctype, dir string) (string, error)
- func CreateFromGit(name string, ctype string, url string) (string, error)
- func Delete(name string) (string, error)
- func GetCurrent() (string, error)
- func GetLabels(componentName string, additional bool) (map[string]string, error)
- func Push(name string, dir string) (string, error)
- func SetCurrent(name string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrent ¶
GetCurrent component in active application returns "" if there is no active component
func GetLabels ¶ added in v0.0.2
GetLabels return labels that should be applied to every object for given component in active application additional labels are used only for creating object if you are creating something use additional=true if you need labels to filter component that use additional=false
func SetCurrent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.