Versions in this module Expand all Collapse all v0 v0.0.2 Mar 6, 2018 Changes in this version + func GetLabelValues(project string, label string) ([]string, error) v0.0.1 Feb 14, 2018 Changes in this version + func CreateNewProject(name string) error + func Delete(kind string, name string, labels map[string]string) (string, error) + func DeleteProject(name string) error + func GetCurrentProjectName() (string, error) + func GetProjects() (string, error) + func NewAppS2I(name string, builderImage string, gitUrl string, labels map[string]string) (string, error) + func NewAppS2IEmpty(name string, builderImage string, labels map[string]string) (string, error) + func SetVolumes(config *VolumeConfig, operations *VolumeOpertaions) (string, error) + func StartBuild(name string, dir string) (string, error) + type OcCommand struct + type VolumeConfig struct + DeploymentConfig *string + Name *string + Path *string + Size *string + type VolumeOpertaions struct + Add bool + List bool + Remove bool