Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitK8sClient ¶
func Register ¶
func Register(deployMethod DeployMethod, register Creator)
Types ¶
type DeployMethod ¶
type DeployMethod string
const ( PythonOperator DeployMethod = "python" Helm DeployMethod = "helm" CloudConfig DeployMethod = "cloud-config" )
type Node ¶
type Node interface {
Stop(ctx context.Context) error
CheckStopped(ctx context.Context) error
Fallback(ctx context.Context, blockHeight int64, crypto, consensus string) error
Start(ctx context.Context) error
Backup(ctx context.Context, action Action) error
Restore(ctx context.Context, action Action) error
}
Click to show internal directories.
Click to hide internal directories.