kapp

package
v0.0.0-...-fc37f7f Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 1 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() Deployer

New returns a new kapp deployer.

type Kapp

type Kapp struct {
}

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