bundle

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Operator added in v0.3.0

type Operator struct {
	Name              string                        `json:"name"`
	Description       string                        `json:"description,omitempty"`
	Version           string                        `json:"version"`
	KUDOVersion       string                        `json:"kudoVersion,omitempty"`
	KubernetesVersion string                        `json:"kubernetesVersion,omitempty"`
	Maintainers       []v1alpha1.Maintainer         `json:"maintainers,omitempty"`
	URL               string                        `json:"url,omitempty"`
	Tasks             map[string]v1alpha1.TaskSpec  `json:"tasks"`
	Plans             map[string]v1alpha1.Plan      `json:"plans"`
	Dependencies      []v1alpha1.OperatorDependency `json:"dependencies,omitempty"`
}

Operator is a representation of the KEP-9 Operator YAML

Jump to

Keyboard shortcuts

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