config

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClusterProvisioningVars added in v0.6.21

func ClusterProvisioningVars(env system.Environment, sys system.System, cluster system.Cluster, bootstrap bool) (vars map[string]any)

func NodeProvisioningVars

func NodeProvisioningVars(cluster system.Cluster, nodeNum int, vars map[string]any) (outVars map[string]any)

func ReadFullEnv added in v0.6.24

func ReadFullEnv(env string, baseFS fs.FS) (envConf system.Environment, err error)

func ServiceNodeVars added in v0.6.21

func ServiceNodeVars(cluster system.Cluster, nodeNum int, vars map[string]any) (outVars map[string]any)

func ServiceProvisioningVars

func ServiceProvisioningVars(env system.Environment, sys system.System, cluster system.Cluster, serv system.Service) (vars map[string]any)

func SystemLoadbalancerVars

func SystemLoadbalancerVars(env system.Environment, sys system.System) (vars map[string]any)

Types

type Action

type Action struct {
	TargetGroupName string `json:"TargetGroupName"`
	Type            string `json:"Type"`
}

type Condition

type Condition struct {
	Field  string   `json:"Field"`
	Values []string `json:"Values"`
}

type Rule

type Rule struct {
	Conditions []Condition `json:"Conditions"`
	Actions    []Action    `json:"Actions"`
	Priority   int         `json:"Priority"`
}

Directories

Path Synopsis
readers
dir

Jump to

Keyboard shortcuts

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