Documentation
¶
Overview ¶
Package update contains the commands for updating resources.
Index ¶
Constants ¶
View Source
const BuildTrigger = "BUILD_TRIGGER"
BuildTrigger is used to request a retry-build for the application.
View Source
const ReleaseTrigger = "RELEASE_TRIGGER"
ReleaseTrigger is used to request a new release for the application.
Variables ¶
This section is empty.
Functions ¶
func BucketKongVars ¶ added in v1.12.2
Types ¶
type Cmd ¶
type Cmd struct {
Application applicationCmd `cmd:"" group:"update-apps" name:"application" aliases:"app,application" help:"Update an existing deplo.io Application."`
APIServiceAccount apiServiceAccountCmd `cmd:"" group:"update-access" name:"apiserviceaccount" aliases:"asa" help:"Update an API Service Account."`
ProjectConfig configCmd `cmd:"" group:"update-apps" name:"project-config" aliases:"config" help:"Update an existing deplo.io Project Configuration."`
Project projectCmd `cmd:"" group:"update-access" name:"project" help:"Update an existing Project."`
MySQL mySQLCmd `cmd:"" group:"update-storage" name:"mysql" help:"Update an existing MySQL instance."`
MySQLDatabase mysqlDatabaseCmd `cmd:"" group:"update-storage" name:"mysqldatabase" help:"Update an existing MySQL database."`
Postgres postgresCmd `cmd:"" group:"update-storage" name:"postgres" help:"Update an existing PostgreSQL instance."`
PostgresDatabase postgresDatabaseCmd `cmd:"" group:"update-storage" name:"postgresdatabase" help:"Update an existing PostgreSQL database."`
KeyValueStore keyValueStoreCmd `cmd:"" group:"update-storage" name:"keyvaluestore" aliases:"kvs" help:"Update an existing KeyValueStore instance."`
OpenSearch openSearchCmd `cmd:"" group:"update-storage" name:"opensearch" aliases:"os" help:"Update an existing OpenSearch cluster."`
CloudVirtualMachine cloudVMCmd `cmd:"" group:"update-infra" name:"cloudvirtualmachine" aliases:"cloudvm" help:"Update a CloudVM."`
ServiceConnection serviceConnectionCmd `cmd:"" group:"update-network" name:"serviceconnection" aliases:"sc" help:"Update a ServiceConnection."`
StaticEgress staticEgressCmd `cmd:"" group:"update-network" name:"staticegress" aliases:"se" help:"Update a StaticEgress."`
BucketUser bucketUserCmd `cmd:"" group:"update-storage" name:"bucketuser" aliases:"bu" help:"Update a BucketUser."`
Bucket bucketCmd `cmd:"" group:"update-storage" name:"bucket" help:"Update a Bucket."`
Grafana grafanaCmd `cmd:"" group:"update-observability" name:"grafana" help:"Update an existing Grafana instance."`
}
Click to show internal directories.
Click to hide internal directories.