v1

package
v0.0.0-...-bff9524 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Kind        string `yaml:"kind" validate:"required"`
	Version     string `yaml:"version"`
	Name        string `yaml:"name"`
	Description string `yaml:"description"`
}

type Resource

type Resource struct {
	Ref string `yaml:"$ref"`
}

type Secret

type Secret struct {
	Name string `yaml:"name"`
	Path string `yaml:"path"`
	Key  string `yaml:"key"`
}

type Selector

type Selector struct {
	Namespaces []string `yaml:"namespaces"`
	Sets       []string `yaml:"sets"`
	Devices    []string `yaml:"devices"`
}

type Workload

type Workload struct {
	Kind        string     `yaml:"kind" validate:"required"`
	Version     string     `yaml:"version"`
	Name        string     `yaml:"name"`
	Description string     `yaml:"description"`
	Selector    Selector   `yaml:"selectors"`
	Secrets     []Secret   `yaml:"secrets"`
	Resources   []Resource `yaml:"resources"`
}

Jump to

Keyboard shortcuts

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