Documentation ¶
Index ¶
- func AddComponent(component SystemComponent) error
- func AddMysql(artifactsPath string, isPersistentVolume bool) error
- func ApplyIstioCrds(artifactsPath string) error
- func CreateCelleryNameSpace() error
- func CreateGlobalGatewayConfigMaps(artifactsPath string) error
- func CreateIdpConfigMaps(artifactsPath string) error
- func CreateObservabilityConfigMaps(artifactsPath string) error
- func CreateRuntime(artifactsPath string, ...) error
- func DeleteComponent(component SystemComponent) error
- func InstallController(artifactsPath string) error
- func InstallIstio(artifactsPath string) error
- func UpdateRuntime(apiManagement, observability bool) error
- type ConfigMap
- type MysqlDb
- type Nfs
- type SystemComponent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddComponent ¶
func AddComponent(component SystemComponent) error
func ApplyIstioCrds ¶ added in v0.2.1
func CreateCelleryNameSpace ¶ added in v0.2.1
func CreateCelleryNameSpace() error
func CreateGlobalGatewayConfigMaps ¶ added in v0.2.1
func CreateIdpConfigMaps ¶ added in v0.2.1
func CreateObservabilityConfigMaps ¶ added in v0.2.1
func CreateRuntime ¶ added in v0.2.1
func DeleteComponent ¶
func DeleteComponent(component SystemComponent) error
func InstallController ¶ added in v0.2.1
func InstallIstio ¶ added in v0.2.1
func UpdateRuntime ¶
Types ¶
type SystemComponent ¶
type SystemComponent string
const ( ApiManager SystemComponent = "ApiManager" IdentityProvider SystemComponent = "IdentityProvider" Observability SystemComponent = "Observability" Controller SystemComponent = "Controller" System SystemComponent = "System" Mysql SystemComponent = "Mysql" )
Source Files ¶
Click to show internal directories.
Click to hide internal directories.