models

package
v1.20.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvVar

type EnvVar struct {
	// Name of the environment variable
	//
	// required: true
	// example: VAR1
	Name string `json:"name"`

	// Value of the environment variable
	//
	// required: false
	// example: value1
	Value string `json:"value"`

	// Metadata for the environment variable
	//
	// required: false
	Metadata *EnvVarMetadata `json:"metadata,omitempty"`
}

EnvVar environment variable with metadata swagger:model EnvVar

type EnvVarMetadata

type EnvVarMetadata struct {
	// Value of the environment variable in radixconfig.yaml
	//
	// required: false
	// example: value1
	RadixConfigValue string `json:"radixConfigValue"`
}

EnvVarMetadata Environment variable metadata, holding state of creating or changing of value in Radix console swagger:model EnvVarMetadata

type EnvVarParameter

type EnvVarParameter struct {
	// Name of the environment variable
	//
	// required: true
	// example: VAR1
	Name string `json:"name"`

	// Value a new value of the environment variable
	//
	// required: true
	// example: value1
	Value string `json:"value"`
}

EnvVarParameter describes an environment variable swagger:model EnvVarParameter

Jump to

Keyboard shortcuts

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