Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func Create(context *genericclioptions.Context, projectName string, wait bool) error + func Delete(context *genericclioptions.Context, projectName string, wait bool) error + func Exists(context *genericclioptions.Context, projectName string) (bool, error) + func GetCurrent(context *genericclioptions.Context) string + func GetSelector() string + func MachineReadableSuccessOutput(projectName string, message string) + func SetCurrent(context *genericclioptions.Context, projectName string) error + type Project struct + Spec ProjectSpec + Status ProjectStatus + func GetMachineReadableFormat(projectName string, isActive bool) Project + type ProjectList struct + Items []Project + func List(context *genericclioptions.Context) (ProjectList, error) + type ProjectSpec struct + type ProjectStatus struct + Active bool