manager

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIs

type APIs struct {
	input.Input

	// Comments is a list of comments to add to the apis.go
	Comments []string
}

APIs scaffolds a apis.go to register types with a Scheme

func (*APIs) GetInput

func (a *APIs) GetInput() (input.Input, error)

GetInput implements input.File

type Cmd

type Cmd struct {
	input.Input
}

Cmd scaffolds a manager.go to run Controllers

func (*Cmd) GetInput

func (a *Cmd) GetInput() (input.Input, error)

GetInput implements input.File

type Config

type Config struct {
	input.Input
	// Image is controller manager image name
	Image string
}

Config scaffolds yaml config for the manager.

func (*Config) GetInput

func (c *Config) GetInput() (input.Input, error)

GetInput implements input.File

type Controller

type Controller struct {
	input.Input
}

Controller scaffolds a controller.go to add Controllers to a manager.Cmd

func (*Controller) GetInput

func (c *Controller) GetInput() (input.Input, error)

GetInput implements input.File

type Dockerfile

type Dockerfile struct {
	input.Input
}

Dockerfile scaffolds a Dockerfile for building a main

func (*Dockerfile) GetInput

func (c *Dockerfile) GetInput() (input.Input, error)

GetInput implements input.File

type Webhook

type Webhook struct {
	input.Input
}

Webhook scaffolds a webhook.go to add webhook server(s) to a manager.Cmd

func (*Webhook) GetInput

func (c *Webhook) GetInput() (input.Input, error)

GetInput implements input.File

Jump to

Keyboard shortcuts

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