config

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NodeBootstrapVars

func NodeBootstrapVars(env system.Environment, sys system.System, serv system.Service, nodeNum int, serviceProvisioningVars map[string]any, bootstrap *properties.BootstrapVars) (vars map[string]any)

func NodeProvisioningVars

func NodeProvisioningVars(serv system.Service, nodeNum int, systemProvisioningVars map[string]any) (vars map[string]any)

func ServiceProvisioningVars

func ServiceProvisioningVars(env system.Environment, sys system.System, serv system.Service, bootstrap bool) (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