k8sclient

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 License: Apache-2.0 Imports: 9 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 {
	// contains filtered or unexported fields
}

func NewClient

func NewClient() (*Client, error)

func (*Client) GetPipelineQueryConfig added in v0.10.1

func (c *Client) GetPipelineQueryConfig(
	ctx context.Context, name string, stageType operatorv1alpha1.StageType,
) (*QueryConfig, error)

func (*Client) ListPipelines

func (c *Client) ListPipelines(ctx context.Context) ([]PipelineInfo, error)

type PipelineInfo

type PipelineInfo struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Database    string `json:"-"`
}

type QueryConfig added in v0.10.1

type QueryConfig struct {
	Database string
	Schema   string
	Table    string
}

Jump to

Keyboard shortcuts

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