Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigFromSpec ¶
ConfigFromSpec generates config.toml file from node spec
Types ¶
type Config ¶
type Config struct { Base Base `yaml:"base"` Execution Execution `yaml:"execution"` FullNodeNetworks []Network `yaml:"full_node_networks,omitempty"` API API `yaml:"api"` InspectionService InspectionService `yaml:"inspection_service"` }
type Execution ¶
type Execution struct {
GenesisFileLocation string `yaml:"genesis_file_location"`
}
type InspectionService ¶ added in v0.2.0
type InspectionService struct {
Port uint `yaml:"port"`
}
type NodeReconciler ¶
type NodeReconciler struct {
shared.Reconciler
}
NodeReconciler reconciles a Node object
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.