operator

package
v0.15.9 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*ClientConfig
	// contains filtered or unexported fields
}

func NewClient

func NewClient(cfg *ClientConfig) *Client

func (*Client) Run

func (c *Client) Run(ctx context.Context) error

type ClientConfig

type ClientConfig struct {
	Log               logging.Logger
	Namespace         string
	WalletKey         string
	ChainNodeEndpoint string
	MinAmounts        config.MinAmounts
	K8sClient         *k8s.Client
	HTTPClient        *http.Client // injected HTTP client
}

Jump to

Keyboard shortcuts

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