Documentation ¶
Overview ¶
resources package contains subcommands and functions for managing runtime resources
Index ¶
Constants ¶
View Source
const ( CronJobResourceType = "cronjob" CronJobsResourceType = "cronjobs" DeploymentResourceType = "deployment" DeploymentsResourceType = "deployments" JobResourceType = "job" JobsResourceType = "jobs" PodResourceType = "pod" PodsResourceType = "pods" ServiceResourceType = "service" ServicesResourceType = "services" )
Variables ¶
This section is empty.
Functions ¶
func APIResourcesCommand ¶ added in v0.10.0
func APIResourcesCommand(_ *clioptions.CLIOptions) *cobra.Command
func CreateCommand ¶ added in v0.8.0
func CreateCommand(options *clioptions.CLIOptions) *cobra.Command
func ListCommand ¶ added in v0.8.0
func ListCommand(o *clioptions.CLIOptions) *cobra.Command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.