certmanager

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 15 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// AddonName indicates the unique name of this addon.
	AddonName clusters.AddonName = "cert-manager"

	// DefaultNamespace indicates the default namespace this addon will be deployed to.
	DefaultNamespace = "cert-manager"

	// DefaultIssuerName is the name of the default issuer that is provided
	// with the certmanager addon installation.
	DefaultIssuerName = "selfsigned"
)

Variables

This section is empty.

Functions

func New

func New() clusters.Addon

Types

type Addon

type Addon struct {
	// contains filtered or unexported fields
}

func (*Addon) Delete

func (a *Addon) Delete(ctx context.Context, cluster clusters.Cluster) error

func (*Addon) Dependencies added in v0.11.0

func (a *Addon) Dependencies(_ context.Context, _ clusters.Cluster) []clusters.AddonName

func (*Addon) Deploy

func (a *Addon) Deploy(ctx context.Context, cluster clusters.Cluster) error

func (*Addon) DumpDiagnostics added in v0.17.0

func (a *Addon) DumpDiagnostics(context.Context, clusters.Cluster) (map[string][]byte, error)

func (*Addon) Name

func (a *Addon) Name() clusters.AddonName

func (*Addon) Ready

func (a *Addon) Ready(ctx context.Context, cluster clusters.Cluster) ([]runtime.Object, bool, error)

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

func NewBuilder

func NewBuilder() *Builder

func (*Builder) Build

func (b *Builder) Build() *Addon

func (*Builder) WithVersion

func (b *Builder) WithVersion(version semver.Version) *Builder

Jump to

Keyboard shortcuts

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