Documentation ¶
Index ¶
- func BuildConfig(master, kubeconfig string) (*rest.Config, error)
- func CreateJobCommand(config *rest.Config, ns, name string, action vcbus.Action) error
- func CreateQueueCommand(vcClient *versioned.Clientset, ns, name string, action vcbus.Action) error
- func HomeDir() string
- func HumanDuration(d time.Duration) string
- func InitFlags(cmd *cobra.Command, cf *CommonFlags)
- func PopulateResourceListV1(spec string) (v1.ResourceList, error)
- func TranslateTimestampSince(timestamp metav1.Time) string
- type CommonFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildConfig ¶
BuildConfig builds the configure file for command lines.
func CreateJobCommand ¶
CreateJobCommand executes a command such as resume/suspend.
func CreateQueueCommand ¶ added in v1.0.0
CreateQueueCommand executes a command such as open/close
func HumanDuration ¶
HumanDuration translate time.Duration to human readable time string.
func InitFlags ¶
func InitFlags(cmd *cobra.Command, cf *CommonFlags)
InitFlags initializes the common flags for most command lines.
func PopulateResourceListV1 ¶
func PopulateResourceListV1(spec string) (v1.ResourceList, error)
PopulateResourceListV1 takes strings of form <resourceName1>=<value1>,<resourceName1>=<value2> and returns ResourceList.
func TranslateTimestampSince ¶
TranslateTimestampSince translates the time stamp.
Types ¶
type CommonFlags ¶
CommonFlags are the flags that most command lines have.
Click to show internal directories.
Click to hide internal directories.