Documentation ¶
Index ¶
- Constants
- Variables
- func AddTokenVarFlags(cmd *cobra.Command)
- func CapabilityCommandGroup(c common2.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func CheckVelaRuntimeInstalledAndReady(ioStreams cmdutil.IOStreams, c client.Client) (bool, error)
- func ClusterCommandGroup(c common.Args) *cobra.Command
- func CreateOrUpdateEnv(ctx context.Context, c client.Client, envArgs *types.EnvMeta, args []string, ...) error
- func DefinitionCommandGroup(c common.Args) *cobra.Command
- func DeleteEnv(ctx context.Context, args []string, ioStreams cmdutil.IOStreams) error
- func DryRunApplication(cmdOption *DryRunCmdOptions, c common.Args, namespace string) (bytes.Buffer, error)
- func GetCapabilityByName(name string, workloads []types.Capability) (types.Capability, error)
- func GetEnv(cmd *cobra.Command) (*types.EnvMeta, error)
- func GetOAMReleaseVersion(ns string) (string, error)
- func InstallCompByName(args common2.Args, ioStream cmdutil.IOStreams, compName, regURL string) error
- func InstallTraitByName(args common2.Args, ioStream cmdutil.IOStreams, traitName, regURL string) error
- func ListConfigs(ioStreams cmdutil.IOStreams, cmd *cobra.Command) error
- func ListEnvs(args []string, ioStreams cmdutil.IOStreams) error
- func LiveDiffApplication(cmdOption *LiveDiffCmdOptions, c common.Args, namespace string) (bytes.Buffer, error)
- func NewAddonCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewAddonDisableCommand(ioStream cmdutil.IOStreams) *cobra.Command
- func NewAddonEnableCommand(ioStream cmdutil.IOStreams) *cobra.Command
- func NewAddonListCommand() *cobra.Command
- func NewAdminInfoCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewAppStatusCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCUEPackageCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapCenterConfigCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapCenterListCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapCenterRemoveCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapCenterSyncCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapInstallCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapListCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapUninstallCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCapabilityShowCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewCenterCommand(ioStream cmdutil.IOStreams) *cobra.Command
- func NewClusterDetachCommand(c *common.Args) *cobra.Command
- func NewClusterJoinCommand(c *common.Args) *cobra.Command
- func NewClusterListCommand(c *common.Args) *cobra.Command
- func NewClusterRenameCommand(c *common.Args) *cobra.Command
- func NewCommand() *cobra.Command
- func NewCompletionCommand() *cobra.Command
- func NewComponentsCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewConfigCommand(io cmdutil.IOStreams) *cobra.Command
- func NewConfigDeleteCommand(io cmdutil.IOStreams) *cobra.Command
- func NewConfigGetCommand(io cmdutil.IOStreams) *cobra.Command
- func NewConfigListCommand(io cmdutil.IOStreams) *cobra.Command
- func NewConfigSetCommand(io cmdutil.IOStreams) *cobra.Command
- func NewDashboardCommand(c common.Args, ioStreams cmdutil.IOStreams, frontendSource string) *cobra.Command
- func NewDefinitionApplyCommand(c common.Args) *cobra.Command
- func NewDefinitionDelCommand(c common.Args) *cobra.Command
- func NewDefinitionEditCommand(c common.Args) *cobra.Command
- func NewDefinitionGetCommand(c common.Args) *cobra.Command
- func NewDefinitionInitCommand(c common.Args) *cobra.Command
- func NewDefinitionListCommand(c common.Args) *cobra.Command
- func NewDefinitionRenderCommand(c common.Args) *cobra.Command
- func NewDefinitionValidateCommand(c common.Args) *cobra.Command
- func NewDeleteCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewDryRunCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewEnvCommand(c common.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewEnvDeleteCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewEnvInitCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewEnvListCommand(ioStream cmdutil.IOStreams) *cobra.Command
- func NewEnvSetCommand(ioStreams cmdutil.IOStreams) *cobra.Command
- func NewExecCommand(c common.Args, ioStreams util.IOStreams) *cobra.Command
- func NewExportCommand(c common2.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewHelpCommand() *cobra.Command
- func NewInitCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewListCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewLiveDiffCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewLogsCommand(c common.Args, ioStreams util.IOStreams) *cobra.Command
- func NewPortForwardCommand(c common.Args, ioStreams util.IOStreams) *cobra.Command
- func NewSystemCUEPackageCommand(_ common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewSystemDryRunCommand(_ common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewSystemLiveDiffCommand(_ common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewTemplateCommand(ioStream cmdutil.IOStreams) *cobra.Command
- func NewTemplateContextCommand(ioStream cmdutil.IOStreams) *cobra.Command
- func NewTraitsCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewUpCommand(c common2.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewVersionCommand() *cobra.Command
- func NewWorkflowCommand(c common.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func NewWorkflowRestartCommand(c common.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewWorkflowResumeCommand(c common.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewWorkflowSuspendCommand(c common.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewWorkflowTerminateCommand(c common.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func NewWorkloadsCommand(c common2.Args, ioStreams cmdutil.IOStreams) *cobra.Command
- func OpenBrowser(url string) error
- func PrintComponentListFromRegistry(isDiscover bool, url string, ioStreams cmdutil.IOStreams) error
- func PrintHelpByTag(cmd *cobra.Command, all []*cobra.Command, tag string)
- func PrintTrackVelaRuntimeStatus(ctx context.Context, c client.Client, ioStreams cmdutil.IOStreams, ...) (bool, error)
- func PrintTraitListFromRegistry(isDiscover bool, url string, ioStreams cmdutil.IOStreams) error
- func ReadObjectsFromFile(path string) ([]oam.Object, error)
- func RunHelp(cmd *cobra.Command, args []string)
- func SetEnv(args []string, ioStreams cmdutil.IOStreams) error
- func SetupAPIServer(c common.Args, cmd *cobra.Command, o Options) error
- func ShowReferenceConsole(ctx context.Context, c common.Args, ioStreams cmdutil.IOStreams, ...) error
- func SystemCommandGroup(c common.Args, ioStream cmdutil.IOStreams) *cobra.Command
- func TransAddonName(name string) string
- type Addon
- type AddonRepo
- type Args
- type CompStatus
- type DryRunCmdOptions
- type HealthStatus
- type LiveDiffCmdOptions
- type Options
- type ScopeHealthCondition
- type VelaExecOptions
- type VelaPortForwardOptions
- type VelaRuntimeStatus
- type WorkloadHealthCondition
Constants ¶
const ( // ClusterCredentialLabelKey identifies the cluster secrets ClusterCredentialLabelKey = "cluster.core.oam.dev/cluster-credential" // FlagClusterName specifies the cluster name FlagClusterName = "name" )
const ( App = "app" Service = "svc" Namespace = "namespace" )
constants used in `svc` command
const ( // FlagDescription command flag to specify the description of the definition FlagDescription = "desc" // FlagDryRun command flag to disable actual changes and only display intend changes FlagDryRun = "dry-run" // FlagTemplateYAML command flag to specify which existing template YAML file to use FlagTemplateYAML = "template-yaml" // FlagOutput command flag to specify which file to save FlagOutput = "output" // FlagMessage command flag to specify which file to save FlagMessage = "message" // FlagType command flag to specify which definition type to use FlagType = "type" // FlagNamespace command flag to specify which namespace to use FlagNamespace = "namespace" // FlagInteractive command flag to specify the use of interactive process FlagInteractive = "interactive" // HelmChartNamespacePlaceholder is used as a placeholder for rendering definitions into helm chart format HelmChartNamespacePlaceholder = "###HELM_NAMESPACE###" // HelmChartFormatEnvName is the name of the environment variable to enable render helm chart format YAML HelmChartFormatEnvName = "AS_HELM_CHART" )
const ( // SideBar file name for docsify SideBar = "_sidebar.md" NavBar = "_navbar.md" // IndexHTML file name for docsify IndexHTML = "index.html" // CSS file name for custom CSS CSS = "custom.css" // README file name for docsify README = "README.md" )
const ( // HealthStatusHealthy represents healthy status. HealthStatusHealthy = v1alpha2.StatusHealthy // HealthStatusUnhealthy represents unhealthy status. HealthStatusUnhealthy = v1alpha2.StatusUnhealthy // HealthStatusUnknown represents unknown status. HealthStatusUnknown = v1alpha2.StatusUnknown )
const ( ErrNotLoadAppConfig = "cannot load the application" ErrFmtNotInitialized = "service: %s not ready" ErrServiceNotFound = "service %s not found in app" )
Error msg used in `status` command
const (
// DescAnnotation records the description of addon
DescAnnotation = "addons.oam.dev/description"
)
const (
// Port is the port for reference docs website
Port = ":18081"
)
Variables ¶
var DefaultRegistry = "oss://registry.kubevela.net"
DefaultRegistry is default capability center of kubectl-vela
Functions ¶
func AddTokenVarFlags ¶
AddTokenVarFlags adds token flag to a command
func CapabilityCommandGroup ¶
CapabilityCommandGroup commands for capability center
func CheckVelaRuntimeInstalledAndReady ¶
CheckVelaRuntimeInstalledAndReady checks whether vela-core runtime is installed and ready
func ClusterCommandGroup ¶ added in v1.1.1
ClusterCommandGroup create a group of cluster command
func CreateOrUpdateEnv ¶
func CreateOrUpdateEnv(ctx context.Context, c client.Client, envArgs *types.EnvMeta, args []string, ioStreams cmdutil.IOStreams) error
CreateOrUpdateEnv creates or updates an environment
func DefinitionCommandGroup ¶ added in v1.1.0
DefinitionCommandGroup create the command group for `vela def` command to manage definitions
func DryRunApplication ¶ added in v1.0.3
func DryRunApplication(cmdOption *DryRunCmdOptions, c common.Args, namespace string) (bytes.Buffer, error)
DryRunApplication will dry-run an application and return the render result
func GetCapabilityByName ¶
func GetCapabilityByName(name string, workloads []types.Capability) (types.Capability, error)
GetCapabilityByName get eponymous types.Capability from workloads by name
func GetEnv ¶
GetEnv gets environment by name or current environment if no env exists, then init default environment
func GetOAMReleaseVersion ¶
GetOAMReleaseVersion gets version of vela-core runtime helm release
func InstallCompByName ¶ added in v1.1.0
func InstallCompByName(args common2.Args, ioStream cmdutil.IOStreams, compName, regURL string) error
InstallCompByName will install given componentName comp to cluster from registry
func InstallTraitByName ¶ added in v1.1.0
func InstallTraitByName(args common2.Args, ioStream cmdutil.IOStreams, traitName, regURL string) error
InstallTraitByName will install given traitName trait to cluster
func ListConfigs ¶
ListConfigs will list all configs
func LiveDiffApplication ¶ added in v1.0.3
func LiveDiffApplication(cmdOption *LiveDiffCmdOptions, c common.Args, namespace string) (bytes.Buffer, error)
LiveDiffApplication can return user what would change if upgrade an application.
func NewAddonCommand ¶ added in v1.1.0
NewAddonCommand create `addon` command
func NewAddonDisableCommand ¶ added in v1.1.0
NewAddonDisableCommand create addon disable command
func NewAddonEnableCommand ¶ added in v1.1.0
NewAddonEnableCommand create addon enable command
func NewAddonListCommand ¶ added in v1.1.0
NewAddonListCommand create addon list command
func NewAdminInfoCommand ¶
NewAdminInfoCommand creates `system info` command
func NewAppStatusCommand ¶
NewAppStatusCommand creates `status` command for showing status
func NewCUEPackageCommand ¶ added in v1.0.2
NewCUEPackageCommand creates `cue-package` command
func NewCapCenterConfigCommand ¶
NewCapCenterConfigCommand Configure (add if not exist) a capability center, default is local (built-in capabilities)
func NewCapCenterListCommand ¶
NewCapCenterListCommand List all capability centers
func NewCapCenterRemoveCommand ¶
NewCapCenterRemoveCommand Remove specified capability center
func NewCapCenterSyncCommand ¶
NewCapCenterSyncCommand Sync capabilities from remote center, default to sync all centers
func NewCapInstallCommand ¶
NewCapInstallCommand Install capability into cluster
func NewCapListCommand ¶
NewCapListCommand List capabilities from cap-center
func NewCapUninstallCommand ¶
NewCapUninstallCommand Uninstall capability from cluster
func NewCapabilityShowCommand ¶
NewCapabilityShowCommand shows the reference doc for a workload type or trait
func NewCenterCommand ¶
NewCenterCommand Manage Capability Center
func NewClusterDetachCommand ¶ added in v1.1.1
NewClusterDetachCommand create command to help user detach existing cluster
func NewClusterJoinCommand ¶ added in v1.1.1
NewClusterJoinCommand create command to help user join cluster to multicluster management
func NewClusterListCommand ¶ added in v1.1.1
NewClusterListCommand create cluster list command
func NewClusterRenameCommand ¶ added in v1.1.1
NewClusterRenameCommand create command to help user rename cluster
func NewCompletionCommand ¶
NewCompletionCommand Output shell completion code for the specified shell (bash or zsh)
func NewComponentsCommand ¶
NewComponentsCommand creates `components` command
func NewConfigCommand ¶
NewConfigCommand will create command for config management for AppFile
func NewConfigDeleteCommand ¶
NewConfigDeleteCommand delete a config from local
func NewConfigGetCommand ¶
NewConfigGetCommand get config from local
func NewConfigListCommand ¶
NewConfigListCommand list all created configs
func NewConfigSetCommand ¶
NewConfigSetCommand set a config data in local
func NewDashboardCommand ¶
func NewDashboardCommand(c common.Args, ioStreams cmdutil.IOStreams, frontendSource string) *cobra.Command
NewDashboardCommand creates `dashboard` command and its nested children commands
func NewDefinitionApplyCommand ¶ added in v1.1.0
NewDefinitionApplyCommand create the `vela def apply` command to help user apply local definitions to k8s
func NewDefinitionDelCommand ¶ added in v1.1.0
NewDefinitionDelCommand create the `vela def del` command to help user delete existing definitions conveniently
func NewDefinitionEditCommand ¶ added in v1.1.0
NewDefinitionEditCommand create the `vela def edit` command to help user edit remote definitions
func NewDefinitionGetCommand ¶ added in v1.1.0
NewDefinitionGetCommand create the `vela def get` command to get definition from k8s
func NewDefinitionInitCommand ¶ added in v1.1.0
NewDefinitionInitCommand create the `vela def init` command to help user initialize a definition locally
func NewDefinitionListCommand ¶ added in v1.1.0
NewDefinitionListCommand create the `vela def list` command to list definition from k8s
func NewDefinitionRenderCommand ¶ added in v1.1.0
NewDefinitionRenderCommand create the `vela def render` command to help user render definition cue file into k8s YAML file, if used without kubernetes environment, set IGNORE_KUBE_CONFIG=true
func NewDefinitionValidateCommand ¶ added in v1.1.0
NewDefinitionValidateCommand create the `vela def vet` command to help user validate the definition
func NewDeleteCommand ¶
NewDeleteCommand Delete App
func NewDryRunCommand ¶
NewDryRunCommand creates `dry-run` command
func NewEnvCommand ¶
NewEnvCommand creates `env` command and its nested children
func NewEnvDeleteCommand ¶
NewEnvDeleteCommand creates `env delete` command for deleting environments
func NewEnvInitCommand ¶
NewEnvInitCommand creates `env init` command for initializing environments
func NewEnvListCommand ¶
NewEnvListCommand creates `env list` command for listing all environments
func NewEnvSetCommand ¶
NewEnvSetCommand creates `env set` command for setting current environment
func NewExecCommand ¶
NewExecCommand creates `exec` command
func NewExportCommand ¶
NewExportCommand will create command for exporting deploy manifests from an AppFile
func NewInitCommand ¶
NewInitCommand creates `init` command
func NewListCommand ¶
NewListCommand creates `ls` command and its nested children command
func NewLiveDiffCommand ¶ added in v1.0.3
NewLiveDiffCommand creates `live-diff` command
func NewLogsCommand ¶
NewLogsCommand creates `logs` command to tail logs of application
func NewPortForwardCommand ¶
NewPortForwardCommand is vela port-forward command
func NewSystemCUEPackageCommand ¶ added in v1.1.1
NewSystemCUEPackageCommand is deprecated
func NewSystemDryRunCommand ¶ added in v1.1.1
NewSystemDryRunCommand is deprecated
func NewSystemLiveDiffCommand ¶ added in v1.1.1
NewSystemLiveDiffCommand is deprecated
func NewTemplateCommand ¶
NewTemplateCommand creates `template` command and its nested children command
func NewTemplateContextCommand ¶
NewTemplateContextCommand creates `context` command
func NewTraitsCommand ¶
NewTraitsCommand creates `traits` command
func NewUpCommand ¶
NewUpCommand will create command for applying an AppFile
func NewVersionCommand ¶
NewVersionCommand print client version
func NewWorkflowCommand ¶ added in v1.1.0
NewWorkflowCommand create `workflow` command
func NewWorkflowRestartCommand ¶ added in v1.1.0
NewWorkflowRestartCommand create workflow restart command
func NewWorkflowResumeCommand ¶ added in v1.1.0
NewWorkflowResumeCommand create workflow resume command
func NewWorkflowSuspendCommand ¶ added in v1.1.0
NewWorkflowSuspendCommand create workflow suspend command
func NewWorkflowTerminateCommand ¶ added in v1.1.0
NewWorkflowTerminateCommand create workflow terminate command
func NewWorkloadsCommand ¶
NewWorkloadsCommand creates `workloads` command
func OpenBrowser ¶
OpenBrowser will open browser by url in different OS system nolint:gosec
func PrintComponentListFromRegistry ¶ added in v1.1.0
PrintComponentListFromRegistry print a table which shows all components from registry
func PrintHelpByTag ¶
PrintHelpByTag print custom defined help message
func PrintTrackVelaRuntimeStatus ¶
func PrintTrackVelaRuntimeStatus(ctx context.Context, c client.Client, ioStreams cmdutil.IOStreams, trackTimeout time.Duration) (bool, error)
PrintTrackVelaRuntimeStatus prints status of installing vela-core runtime
func PrintTraitListFromRegistry ¶ added in v1.1.0
PrintTraitListFromRegistry print a table which shows all traits from registry
func ReadObjectsFromFile ¶
ReadObjectsFromFile will read objects from file or dir in the format of yaml
func SetupAPIServer ¶
SetupAPIServer starts a RESTfulAPI server
func ShowReferenceConsole ¶ added in v1.0.3
func ShowReferenceConsole(ctx context.Context, c common.Args, ioStreams cmdutil.IOStreams, capabilityName string, ns string) error
ShowReferenceConsole will show capability reference in console
func SystemCommandGroup ¶
SystemCommandGroup creates `system` command and its nested children command
func TransAddonName ¶ added in v1.1.1
TransAddonName will turn addon's name from xxx/yyy to xxx-yyy
Types ¶
type Addon ¶ added in v1.1.0
type Addon struct { // Args is map for renderInitializer Args map[string]string // contains filtered or unexported fields }
Addon consist of a Initializer resource to enable an addon
type AddonRepo ¶ added in v1.1.0
type AddonRepo interface {
// contains filtered or unexported methods
}
AddonRepo is a place to store addon info
func NewAddonRepo ¶ added in v1.1.0
NewAddonRepo create new addon repo,now only support ConfigMap
type CompStatus ¶
type CompStatus int
CompStatus represents the status of a component during "vela init"
func TrackDeployStatus ¶
func TrackDeployStatus(c common.Args, appName string, env *types.EnvMeta) (CompStatus, string, error)
TrackDeployStatus will only check AppConfig is deployed successfully,
type DryRunCmdOptions ¶ added in v1.0.3
DryRunCmdOptions contains dry-run cmd options
type HealthStatus ¶
type HealthStatus = v1alpha2.HealthStatus
HealthStatus represents health status strings.
const ( // HealthStatusNotDiagnosed means there's no health scope referred or unknown health status returned HealthStatusNotDiagnosed HealthStatus = "NOT DIAGNOSED" )
type LiveDiffCmdOptions ¶ added in v1.0.3
type LiveDiffCmdOptions struct { DryRunCmdOptions Revision string Context int }
LiveDiffCmdOptions contains the live-diff cmd options
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options creates options for `dashboard` command
func (*Options) GetStaticPath ¶
GetStaticPath gets the path of front-end directory
type ScopeHealthCondition ¶
type ScopeHealthCondition = v1alpha2.ScopeHealthCondition
ScopeHealthCondition holds health condition of a scope
type VelaExecOptions ¶
type VelaExecOptions struct { Cmd *cobra.Command Args []string Stdin bool TTY bool ServiceName string context.Context VelaC common.Args Env *types.EnvMeta App *v1beta1.Application ClientSet kubernetes.Interface // contains filtered or unexported fields }
VelaExecOptions creates options for `exec` command
func (*VelaExecOptions) Complete ¶
func (o *VelaExecOptions) Complete() error
Complete loads data from the command environment
func (*VelaExecOptions) Run ¶
func (o *VelaExecOptions) Run() error
Run executes a validated remote execution against a pod
type VelaPortForwardOptions ¶
type VelaPortForwardOptions struct { Cmd *cobra.Command Args []string context.Context VelaC common.Args Env *types.EnvMeta App *v1beta1.Application ClientSet kubernetes.Interface Client client.Client // contains filtered or unexported fields }
VelaPortForwardOptions for vela port-forward
func (*VelaPortForwardOptions) Complete ¶
func (o *VelaPortForwardOptions) Complete() error
Complete will complete the config of port-forward
func (*VelaPortForwardOptions) Init ¶
func (o *VelaPortForwardOptions) Init(ctx context.Context, cmd *cobra.Command, argsIn []string) error
Init will initialize
func (*VelaPortForwardOptions) Run ¶
func (o *VelaPortForwardOptions) Run() error
Run will execute port-forward
type VelaRuntimeStatus ¶
type VelaRuntimeStatus int
VelaRuntimeStatus enums vela-core runtime status
const ( NotFound VelaRuntimeStatus = iota Pending Ready Error )
Enums of VelaRuntimeStatus
type WorkloadHealthCondition ¶
type WorkloadHealthCondition = v1alpha2.WorkloadHealthCondition
WorkloadHealthCondition holds health status of any resource
Source Files ¶
- addon.go
- capability.go
- cli.go
- cluster.go
- common.go
- completion.go
- components.go
- config.go
- cue_packages.go
- dashboard.go
- def.go
- delete.go
- dryrun.go
- env.go
- exec.go
- export.go
- help.go
- init.go
- livediff.go
- logs.go
- ls.go
- portforward.go
- print.go
- show.go
- status.go
- system.go
- template.go
- traits.go
- up.go
- workflow.go
- workloads.go