Documentation
¶
Index ¶
Constants ¶
View Source
const ( CosmoGuardRpcPort = 16657 CosmoGuardLcdPort = 11317 CosmoGuardGrpcPort = 19090 CosmoGuardMetricsPortName = "fw-metrics" CosmoGuardMetricsPort = 9001 CosmoGuardEvmRpcPort = 18545 CosmoGuardEvmRpcWsPort = 18546 EvmRpcPortName = "evm-rpc" EvmRpcPort = 8545 EvmRpcWsPortName = "evm-rpc-ws" EvmRpcWsPort = 8546 AppTomlFile = "app.toml" MinimumGasPricesKey = "minimum-gas-prices" )
View Source
const (
LabelWorkerName = "worker-name"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerRunOptions ¶
type ControllerRunOptions struct {
WorkerCount int
WorkerName string
NodeUtilsImage string
DisableWebhooks bool
CosmoGuardImage string
ReleaseName string
DisruptionCheckEnabled bool
}
func (*ControllerRunOptions) GetDefaultPriorityClassName ¶
func (opts *ControllerRunOptions) GetDefaultPriorityClassName() string
func (*ControllerRunOptions) GetNodesPriorityClassName ¶
func (opts *ControllerRunOptions) GetNodesPriorityClassName() string
func (*ControllerRunOptions) GetValidatorsPriorityClassName ¶
func (opts *ControllerRunOptions) GetValidatorsPriorityClassName() string
Click to show internal directories.
Click to hide internal directories.