serializers

package
v1.0.33 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppRelease

type AppRelease struct {
	AppVersion   string `yaml:"appVersion"`
	Cluster      string `yaml:"cluster"`
	Enabled      bool   `yaml:"enabled"`
	ChartName    string `yaml:"chartName"`
	ChartVersion string `yaml:"chartVersion"`
	Repo         string `yaml:"repo"`
	Subdomain    string `yaml:"subdomain"`
	Protocol     string `yaml:"protocol"`
	Port         int    `yaml:"port"`
}

type Cluster

type Cluster struct {
	Address         string                    `yaml:"address"`
	Project         string                    `yaml:"project"`
	Location        string                    `yaml:"location"`
	RequireSuitable bool                      `yaml:"requireSuitable"`
	Releases        map[string]ClusterRelease `yaml:"releases"`
}

type ClusterRelease

type ClusterRelease struct {
	Namespace    string `yaml:"namespace"`
	Enabled      bool   `yaml:"enabled"`
	ChartName    string `yaml:"chartName"`
	ChartVersion string `yaml:"chartVersion"`
	Repo         string `yaml:"repo"`
}

type Environment

type Environment struct {
	DefaultCluster     string                `yaml:"defaultCluster"`
	Releases           map[string]AppRelease `yaml:"releases"`
	Lifecycle          string                `yaml:"lifecycle"`
	RequireSuitable    bool                  `yaml:"requireSuitable"`
	BaseDomain         string                `yaml:"baseDomain"`
	NamePrefixesDomain bool                  `yaml:"namePrefixesDomain"`
}

Jump to

Keyboard shortcuts

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