tgik

package module
v0.0.0-...-a64d105 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

README

Kubernetes Dashboard with NAML

Here is one (of the many, many, many) ways you could turn the default kubernetes dashboard into a valid naml binary.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string = "0.0.1"

Version is the current release of your application.

Functions

This section is empty.

Types

type App

type App struct {
	metav1.ObjectMeta
	// contains filtered or unexported fields
}

App is a very important grown up business application.

func NewApp

func NewApp(name, description string) *App

NewApp will create a new instance of App.

See https://github.com/naml-examples for more examples.

This is where you pass in fields to your application (similar to Values.yaml) Example: func NewApp(name string, example string, something int) *App

func (*App) Description

func (a *App) Description() string

func (*App) Install

func (a *App) Install(client *kubernetes.Clientset) error

func (*App) Meta

func (a *App) Meta() *metav1.ObjectMeta

func (*App) Objects

func (a *App) Objects() []runtime.Object

func (*App) Uninstall

func (a *App) Uninstall(client *kubernetes.Clientset) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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