Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PostgresZalando = component.BasicComponent{ Name: "postgres-zalando", Source: "postgres-zalando", Type: "HelmRelease", Scope: "Databases", DependsOn: []meta.NamespacedObjectReference{ { Name: "object-storage-operator", }, }, } PostgresLibresh = component.BasicComponent{ Name: "postgres-libresh", Type: "Kustomize", Scope: "Databases", DependsOn: []meta.NamespacedObjectReference{ { Name: "postgres-zalando", }, { Name: "libresh-api", }, { Name: "object-storage-operator", }, }, } KeyDB = component.BasicComponent{ Name: "keydb", Type: "Kustomize", Scope: "Databases", } )
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
/* components []string
done *bool
manager *ssa.ResourceManager */
*component.ScopeModel
}
func (Model) Components ¶
Click to show internal directories.
Click to hide internal directories.