message

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// KubeConfigNoContext format in: expects kube config filepath
	KubeConfigNoContext = "" /* 137-byte string literal not displayed */
	// KubeConfigErrorWriteFile format in: filename, error
	KubeConfigErrorWriteFile = "Error while trying to update kube config file %s: %s "
)
View Source
const (
	// ProjectUsingProject format in: project name
	ProjectUsingProject = "Using project '%s'"
	// ProjectNoProjectConfigured ...
	ProjectNoProjectConfigured = "No project configured yet..."
	// ProjectErrorGetProject ...
	ProjectErrorGetProject = "Error while trying to look for the project. Are you logged in? %s "
	// ProjectSet format in: project name
	ProjectSet = "Project set to '%s'"
	// ProjectNotFound in: project name, project name
	ProjectNotFound = "Project '%s' not found. Try running 'kogito new-project %s' to create your Project first "
	// ProjectNoContext ...
	ProjectNoContext = "Couldn't find any project in the current context. Make sure to connect to the cluster first or use `kogito use-project NAME` "
	// ProjectCantIdentifyContext ...
	ProjectCantIdentifyContext = "Can't identify the current context "
	// ProjectCurrentContextInfo in: current context
	ProjectCurrentContextInfo = "Project in the context is '%s'. Use 'kogito deploy-service NAME SOURCE' to deploy a new Kogito Service."
	// ProjectAlreadyExists in: project's name
	ProjectAlreadyExists = "Project '%s' already exists"
	// ProjectCreatedSuccessfully in: project's name
	ProjectCreatedSuccessfully = "Project '%s' created successfully"
	// ProjectCurrentContext --project / -p
	ProjectCurrentContext = "The project to be used in the current context"
	// InstallDataIndex --install-data-index
	InstallDataIndex = `` /* 190-byte string literal not displayed */

	// InstallJobsService --install-jobs-service
	InstallJobsService = `` /* 195-byte string literal not displayed */

	// InstallMgmtConsole --install-mgmt-console
	InstallMgmtConsole = `` /* 195-byte string literal not displayed */

)

Variables

View Source
var (
	// DataIndexErrCreating ...
	DataIndexErrCreating = fmt.Sprintf(serviceErrCreating, "Data Index", "%s")
	// DataIndexSuccessfulInstalled ...
	DataIndexSuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Data Index", "%s")
)
View Source
var (
	// ExplainabilityErrCreating ...
	ExplainabilityErrCreating = fmt.Sprintf(serviceErrCreating, "Explainability", "%s")
	// ExplainabilitySuccessfulInstalled ...
	ExplainabilitySuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Explainability", "%s")
)
View Source
var (
	// JobsServiceErrCreating ...
	JobsServiceErrCreating = fmt.Sprintf(serviceErrCreating, "Jobs", "%s")
	// JobsServiceSuccessfulInstalled ...
	JobsServiceSuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Jobs", "%s")
)
View Source
var (
	// KogitoBuildViewDeploymentStatus ...
	KogitoBuildViewDeploymentStatus = "You can see the deployment status by using 'oc describe kogitobuild %s -n %s'"
	// KogitoViewBuildStatus ...
	KogitoViewBuildStatus = "Your Kogito Build should be deploying. To see its logs, run 'oc logs -f bc/%s-builder -n %s'"
	// KogitoBuildSuccessfullyUploadedFile ...
	KogitoBuildSuccessfullyUploadedFile = "" /* 169-byte string literal not displayed */
	// KogitoBuildSuccessfullyUploadedBinaries ...
	KogitoBuildSuccessfullyUploadedBinaries = "" /* 161-byte string literal not displayed */
	// KogitoBuildUploadBinariesInstruction ...
	KogitoBuildUploadBinariesInstruction = "" /* 174-byte string literal not displayed */
	// KogitoBuildFoundFile ...
	KogitoBuildFoundFile = "File(s) found: %s."
	// KogitoBuildFoundAsset ...
	KogitoBuildFoundAsset = "Asset found: %s."
	// KogitoBuildProvidedFileIsDir ...
	KogitoBuildProvidedFileIsDir = "The provided source is a directory, packing files."
	// KogitoBuildFileWalkingError ...
	KogitoBuildFileWalkingError = "Error while walking through %s directory: %s"
	// BuildServiceErrCreating ...
	BuildServiceErrCreating = fmt.Sprintf(serviceErrCreating, "Build", "%s")
	// BuildServiceSuccessfulInstalled ...
	BuildServiceSuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Build", "%s")
	// BuildServiceCheckStatus ...
	BuildServiceCheckStatus = fmt.Sprintf(serviceCheckStatus, "kogitobuild", "%s", "%s")
	// BuildTriggeringNewBuild ...
	BuildTriggeringNewBuild = "Triggering the new build"
)
View Source
var (
	// InfraServiceErrCreating ...
	InfraServiceErrCreating = fmt.Sprintf(serviceErrCreating, "Infra", "%s")
	// InfraServiceSuccessfulInstalled ...
	InfraServiceSuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Infra", "%s")
	// InfraServiceCheckStatus ...
	InfraServiceCheckStatus = fmt.Sprintf(serviceCheckStatus, "kogitoinfra", "%s", "%s")
)
View Source
var (
	// RuntimeServiceErrCreating ...
	RuntimeServiceErrCreating = fmt.Sprintf("Error while trying to create a new Kogito Service: %s", "%s")
	// RuntimeServiceSuccessfulInstalled ...
	RuntimeServiceSuccessfulInstalled = fmt.Sprintf("Kogito Service successfully installed in the Project %s.", "%s")
	// RuntimeServiceCheckStatus ...
	RuntimeServiceCheckStatus = fmt.Sprintf(serviceCheckStatus, "kogitoruntime", "%s", "%s")
	// RuntimeServiceMgmtConsole ...
	RuntimeServiceMgmtConsole = `` /* 378-byte string literal not displayed */

	// RuntimeServiceMgmtConsoleEndpoint ...
	RuntimeServiceMgmtConsoleEndpoint = `You can manage your process using the management console: %s`
)
View Source
var (
	// MgmtConsoleErrCreating ...
	MgmtConsoleErrCreating = fmt.Sprintf(serviceErrCreating, "Management Console", "%s")
	// MgmtConsoleSuccessfulInstalled ...
	MgmtConsoleSuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Management Console", "%s")
)
View Source
var (
	// TaskConsoleErrCreating ...
	TaskConsoleErrCreating = fmt.Sprintf(serviceErrCreating, "Task Console", "%s")
	// TaskConsoleSuccessfulInstalled ...
	TaskConsoleSuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Task Console", "%s")
)
View Source
var (
	// TrustyErrCreating ...
	TrustyErrCreating = fmt.Sprintf(serviceErrCreating, "Trusty", "%s")
	// TrustySuccessfulInstalled ...
	TrustySuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Trusty", "%s")
)
View Source
var (
	// TrustyUIErrCreating ...
	TrustyUIErrCreating = fmt.Sprintf(serviceErrCreating, "Trusty UI", "%s")
	// TrustyUISuccessfulInstalled ...
	TrustyUISuccessfulInstalled = fmt.Sprintf(serviceSuccessfulInstalled, "Trusty UI", "%s")
)
View Source
var (
	// SupportingServiceCheckStatus ...
	SupportingServiceCheckStatus = fmt.Sprintf(serviceCheckStatus, "kogitosupportingservice", "%s", "%s")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL