Documentation ¶
Index ¶
- Variables
- func ConfigFromSpec(node *chainlinkv1alpha1.Node, homeDir string) (config string, err error)
- func SecretsFromSpec(node *chainlinkv1alpha1.Node, homeDir string, client client.Client) (config string, err error)
- type Config
- type Database
- type EVM
- type Log
- type Node
- type NodeReconciler
- type P2P
- type P2PV2
- type Password
- type SecretsConfig
- type WebServer
- type WebServerTLS
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed copy_api_credentials.sh CopyAPICredentials string )
Functions ¶
func ConfigFromSpec ¶ added in v0.2.0
func ConfigFromSpec(node *chainlinkv1alpha1.Node, homeDir string) (config string, err error)
ConfigFromSpec generates config.toml file from node spec
func SecretsFromSpec ¶ added in v0.2.0
func SecretsFromSpec(node *chainlinkv1alpha1.Node, homeDir string, client client.Client) (config string, err error)
SecretsFromSpec generates config.toml file from node spec
Types ¶
type NodeReconciler ¶
type NodeReconciler struct {
shared.Reconciler
}
NodeReconciler reconciles a Node object
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
type SecretsConfig ¶ added in v0.2.0
type WebServer ¶ added in v0.2.0
type WebServer struct { AllowOrigins string SecureCookies bool HTTPPort uint TLS WebServerTLS }
type WebServerTLS ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.