kapp

package
v0.0.0-...-f3ce930 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployer

type Deployer interface {
	Deploy(name string, folder string) (string, error)
}

func New

func New(client *rest.Config) Deployer

New returns a new kapp deployer.

type Kapp

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

func (*Kapp) Deploy

func (k *Kapp) Deploy(name string, manifest string) (string, error)

Deploys a kubernetes application using kapp. name is the name of the application. manifest is the kubernetes manifests.

Jump to

Keyboard shortcuts

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