ethereum_hercules

package
v1.0.0-beta.rc4 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Hercules                    = "hercules"
	HerculesImage               = "zeusfyi/hercules:latest"
	HerculesImagePullPolicy     = "Always"
	HerculesContainerPortNumber = int32(9003)
)

Variables

View Source
var (
	HerculesContainerDefaultConfig = v1.Container{
		Name:            Hercules,
		Image:           HerculesImage,
		Command:         nil,
		Args:            nil,
		WorkingDir:      "",
		Ports:           []v1.ContainerPort{HerculesPort},
		EnvFrom:         nil,
		Env:             nil,
		Resources:       v1.ResourceRequirements{},
		VolumeMounts:    nil,
		VolumeDevices:   nil,
		LivenessProbe:   nil,
		ReadinessProbe:  nil,
		StartupProbe:    nil,
		ImagePullPolicy: HerculesImagePullPolicy,
	}
	HerculesPort = v1.ContainerPort{
		Name:          Hercules,
		ContainerPort: HerculesContainerPortNumber,
		Protocol:      "TCP",
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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