Documentation
¶
Index ¶
Constants ¶
View Source
const ( GitAttributesFile = ".gitattributes" GitIgnoreFile = ".gitignore" )
View Source
const ApplicationName = "plural"
View Source
const Bootstrap = "bootstrap"
View Source
const DemoingErrorMsg = "" /* 150-byte string literal not displayed */
View Source
const Gitattributes = `` /* 883-byte string literal not displayed */
View Source
const Gitignore = `/**/.terraform
/**/.terraform*
/**/terraform.tfstate*
/bin
*~
.idea
*.swp
*.swo
.DS_STORE
.vscode
`
Variables ¶
View Source
var ( Version = versionPlaceholder Commit = "" Date = "" )
Functions ¶
func CheckGitCrypt ¶
CheckGitCrypt method checks if the .gitattributes and .gitignore files exist and have desired content. Some old repos can have fewer files to encrypt and must be updated.
func CreateNewApp ¶
Types ¶
type GrafanaDashboard ¶
type Plural ¶
type Plural struct { api.Client ConsoleClient console.ConsoleClient kubernetes.Kube HelmConfiguration *action.Configuration }
func (*Plural) InitConsoleClient ¶
func (*Plural) InitPluralClient ¶
func (p *Plural) InitPluralClient()
type ServiceDeploymentAttributesConfiguration ¶
type ServiceDeploymentAttributesConfiguration struct {
Configuration []*gqlclient.ConfigAttributes
}
Source Files
¶
- api.go
- app.go
- auth.go
- bootstrap.go
- bundle.go
- cd.go
- cd_clusters.go
- cd_contexts.go
- cd_credentials.go
- cd_notifications.go
- cd_pipelines.go
- cd_providers.go
- cd_repositories.go
- cd_services.go
- cd_settings.go
- cd_stacks.go
- clusters.go
- config.go
- constants.go
- crypto.go
- deploy.go
- errors.go
- git.go
- help.go
- init.go
- link.go
- logs.go
- ops.go
- output.go
- packages.go
- plural.go
- pr.go
- proxy.go
- push.go
- repos.go
- scaffold.go
- shell.go
- template.go
- ui_stub.go
- up.go
- upgrade.go
- validation.go
- version.go
- vpn.go
- workspace.go
Click to show internal directories.
Click to hide internal directories.