Documentation ¶
Index ¶
Constants ¶
View Source
const (
// GraphNodeCommand is graph node exec command
GraphNodeCommand = "graph-node"
)
View Source
const ( // GraphNodeHomeDir is Graph node image home dir // TODO: update home dir after creating a new docker image GraphNodeHomeDir = "/root" )
Images
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GraphNodeClient ¶
type GraphNodeClient struct {
// contains filtered or unexported fields
}
GraphNodeClient is graph node client https://github.com/graphprotocol/graph-node
func (*GraphNodeClient) Args ¶
func (c *GraphNodeClient) Args() (args []string)
Args returns Graph node client args
func (*GraphNodeClient) Command ¶
func (c *GraphNodeClient) Command() (command []string)
Command is Graph node client entrypoint
func (*GraphNodeClient) Env ¶
func (c *GraphNodeClient) Env() (env []corev1.EnvVar)
Command returns environment variables for the client
func (*GraphNodeClient) HomeDir ¶
func (c *GraphNodeClient) HomeDir() string
HomeDir is the home directory of Graph node client image
Click to show internal directories.
Click to hide internal directories.