models

package
v0.0.0-...-787f54c Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2021 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 MyDeployment

type MyDeployment struct {
	Name      string          `yaml:"name"`
	Namespace string          `yaml:"namespace"`
	Replicas  int             `yaml:"replicas"`
	Env       []MyEnvironment `yaml:"env"`
}

type MyEnvironment

type MyEnvironment struct {
	Key   string `yaml:"key"`
	Value string `yaml:"value"`
}

type MyNamespace

type MyNamespace struct {
	Name string `yaml:"name"`
}

type MyStatefulset

type MyStatefulset struct {
	Name      string          `yaml:"name"`
	Namespace string          `yaml:"namespace"`
	Replicas  int             `yaml:"replicas"`
	Env       []MyEnvironment `yaml:"env"`
}

Jump to

Keyboard shortcuts

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