networking

package
v1.0.0-alpha.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: EUPL-1.2 Imports: 15 Imported by: 0

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 (n Model) Components() []component.Component

func (Model) ComponentsName

func (n Model) ComponentsName() []string

func (*Model) Init

func (c *Model) Init() error

func (Model) Items

func (n Model) Items() bubble.ItemList

func (*Model) Stage

func (m *Model) Stage() (component.Model, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL