Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ingress = component.BasicComponent{ Name: "ingress-nginx", Source: "ingress-nginx", Type: "HelmRelease", Scope: "Networking", DependsOn: []meta.NamespacedObjectReference{ { Name: "cert-manager", }, }, } CertManager = component.BasicComponent{ Name: "cert-manager", Source: "jetstack", Type: "HelmRelease", Scope: "Networking", } CertManagerIssuers = component.BasicComponent{ Name: "cert-manager-issuers", Type: "Kustomization", Scope: "Networking", DependsOn: []meta.NamespacedObjectReference{ { Name: "cert-manager", }, }, } )
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { *component.ScopeModel IngressNodes []string // contains filtered or unexported fields }
func (Model) Components ¶
func (Model) ComponentsName ¶
Click to show internal directories.
Click to hide internal directories.