Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Install InstallStepPreChecks CliEventType = "install.pre-installation-checks" InstallStepDownloadRuntimeDefinitions CliEventType = "install.download-runtime-definitions" InstallStepGetServerAddress CliEventType = "install.get-server-address" InstallStepCreateRuntimeOnPlatform CliEventType = "install.create-runtime-on-platform" InstallStepBootstrapRepo CliEventType = "install.bootstrap-repo" InstallStepCreateProject CliEventType = "install.create-project" InstallStepCreateConfigMap CliEventType = "install.create-codefresh-cm" InstallStepCreateComponent CliEventType = "install.create-component" InstallStepInstallComponenets CliEventType = "install.install-components" InstallStepCreateGitsource CliEventType = "install.create-gitsource" InstallStepCreateMarketplaceGitsource CliEventType = "install.create-marketplace-gitsource" InstallStepCompleteRuntimeInstallation CliEventType = "install.complete-runtime-installation" InstallStepCreateDefaultGitIntegration CliEventType = "install.create-default-git-integration" // Uninstall UninstallStepCheckRuntimeExists CliEventType = "uninstall.check-runtime-exists" UninstallStepUninstallRepo CliEventType = "uninstall.uninstall-repo" UninstallStepDeleteRuntimeFromPlatform CliEventType = "uninstall.delete-runtime-from-platform" UninstallStepCompleteRuntimeUninstallation CliEventType = "uninstall.complete-runtime-uninstall" // General SIGNAL_TERMINATION CliEventType = "signal-termination" SUCCESS CliStepStatus = "SUCCESS" FAILURE CliStepStatus = "FAILURE" CANCELED CliStepStatus = "CANCELED" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnalyticsReporter ¶
type AnalyticsReporter interface { ReportStep(CliStepData) Close() }
type CliEventType ¶
type CliEventType string
type CliStepData ¶
type CliStepData struct { Event CliEventType Status CliStepStatus Description string Err error }
type CliStepStatus ¶
type CliStepStatus string
Click to show internal directories.
Click to hide internal directories.