Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationEnvironmentInfo ¶
type ApplicationEnvironmentInfo struct { Deployment *appsV1.Deployment Environment *v1.Environment Version string URL string }
ApplicationEnvironmentInfo contains the results of an app for an environment
type ApplicationsOptions ¶
type ApplicationsOptions struct { options.BaseOptions KubeClient kubernetes.Interface JXClient jxc.Interface CurrentNamespace string Namespace string Environment string HideURL bool HidePod bool GitClient gitclient.Interface CommandRunner cmdrunner.CommandRunner }
ApplicationsOptions containers the CLI options
func NewCmdGetApplications ¶
func NewCmdGetApplications() (*cobra.Command, *ApplicationsOptions)
NewCmdGetApplications creates the new command for: jx get version
func (*ApplicationsOptions) Run ¶
func (o *ApplicationsOptions) Run() error
Run implements this command
func (*ApplicationsOptions) Validate ¶
func (o *ApplicationsOptions) Validate() error
Validate verifies settings
type EnvApps ¶
type EnvApps struct { Environment v1.Environment Apps map[string]appsV1.Deployment }
EnvApps contains data about app deployments in an environment
Click to show internal directories.
Click to hide internal directories.