sameness

package
v0.0.0-...-41d7134 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterScenario

func RegisterScenario(r scenarios.ScenarioRegistry)

Types

type App

type App struct {
	Name       string `json:"name"`
	ConsulName string `json:"consul_service_name"`
	LBAddr     string `json:"lb_address,omitempty"`
}

type PartitionDetails

type PartitionDetails struct {
	Partition     string `json:"partition"`
	Namespace     string `json:"namespace"`
	ECSClusterARN string `json:"ecs_cluster_arn"`
	Region        string `json:"region"`
	ClientApp     *App   `json:"client"`
	ServerApp     *App   `json:"server"`
}

type TFOutputs

type TFOutputs struct {
	DC1ConsulServerAddr  string            `json:"dc1_server_url"`
	DC1ConsulServerToken string            `json:"dc1_server_bootstrap_token"`
	DC2ConsulServerAddr  string            `json:"dc2_server_url"`
	DC2ConsulServerToken string            `json:"dc2_server_bootstrap_token"`
	DC1DefaultPartition  *PartitionDetails `json:"dc1_default_partition_apps"`
	DC1Part1Partition    *PartitionDetails `json:"dc1_part1_partition_apps"`
	DC2DefaultPartition  *PartitionDetails `json:"dc2_default_partition_apps"`
}

Jump to

Keyboard shortcuts

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