Documentation
¶
Overview ¶
Package workload provides the workload command namespace.
Index ¶
- func NewApplyCmd(_ *runtime.Runtime) *cobra.Command
- func NewCreateCmd(_ *runtime.Runtime) *cobra.Command
- func NewDeleteCmd(_ *runtime.Runtime) *cobra.Command
- func NewDescribeCmd(_ *runtime.Runtime) *cobra.Command
- func NewEditCmd(_ *runtime.Runtime) *cobra.Command
- func NewExecCmd(_ *runtime.Runtime) *cobra.Command
- func NewExplainCmd(_ *runtime.Runtime) *cobra.Command
- func NewExposeCmd(_ *runtime.Runtime) *cobra.Command
- func NewGetCmd(_ *runtime.Runtime) *cobra.Command
- func NewInstallCmd(_ *runtime.Runtime) *cobra.Command
- func NewLogsCmd(_ *runtime.Runtime) *cobra.Command
- func NewReconcileCmd(runtimeContainer *runtime.Runtime) *cobra.Command
- func NewRolloutCmd(_ *runtime.Runtime) *cobra.Command
- func NewScaleCmd(_ *runtime.Runtime) *cobra.Command
- func NewWorkloadCmd(runtimeContainer *runtime.Runtime) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplyCmd ¶
NewApplyCmd creates the workload apply command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewCreateCmd ¶ added in v1.11.4
NewCreateCmd creates the workload create command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewDeleteCmd ¶ added in v1.11.4
NewDeleteCmd creates the workload delete command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewDescribeCmd ¶ added in v1.12.0
NewDescribeCmd creates the workload describe command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewEditCmd ¶ added in v1.12.0
NewEditCmd creates the workload edit command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewExecCmd ¶ added in v1.12.1
NewExecCmd creates the workload exec command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewExplainCmd ¶ added in v1.12.0
NewExplainCmd creates the workload explain command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewExposeCmd ¶ added in v1.12.0
NewExposeCmd creates the workload expose command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewGetCmd ¶ added in v1.12.0
NewGetCmd creates the workload get command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewInstallCmd ¶
NewInstallCmd creates the workload install command.
func NewLogsCmd ¶ added in v1.12.1
NewLogsCmd creates the workload logs command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewReconcileCmd ¶
NewReconcileCmd creates the workload reconcile command.
func NewRolloutCmd ¶ added in v1.12.0
NewRolloutCmd creates the workload rollout command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
func NewScaleCmd ¶ added in v1.12.0
NewScaleCmd creates the workload scale command. The runtime parameter is kept for consistency with other workload command constructors, though it's currently unused as this command wraps kubectl directly.
Types ¶
This section is empty.