dependencies

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CollectorConfig

type CollectorConfig struct {
	// contains filtered or unexported fields
}

func NewCollectorConfig

func NewCollectorConfig(token string, endpoint string) *CollectorConfig

func NewCollectorConfigFromConfig

func NewCollectorConfigFromConfig(config *steps.Config) CollectorConfig

func (CollectorConfig) Dependencies

func (c CollectorConfig) Dependencies(config *steps.Config) []steps.Dependency

func (CollectorConfig) Description

func (c CollectorConfig) Description() string

func (CollectorConfig) Name

func (c CollectorConfig) Name() string

func (CollectorConfig) Run

func (CollectorConfig) Shutdown

func (c CollectorConfig) Shutdown(ctx context.Context) error

type CreateCustomResourceClient

type CreateCustomResourceClient struct {
	// contains filtered or unexported fields
}

func NewCreateCustomResourceClient

func NewCreateCustomResourceClient(kubeconfig string) *CreateCustomResourceClient

func NewCreateCustomResourceClientFromConfig

func NewCreateCustomResourceClientFromConfig(config *steps.Config) CreateCustomResourceClient

func (CreateCustomResourceClient) Dependencies

func (c CreateCustomResourceClient) Dependencies(config *steps.Config) []steps.Dependency

func (CreateCustomResourceClient) Description

func (c CreateCustomResourceClient) Description() string

func (CreateCustomResourceClient) Name

func (CreateCustomResourceClient) Run

func (CreateCustomResourceClient) Shutdown

type CreateDynamicClient

type CreateDynamicClient struct {
	// contains filtered or unexported fields
}

func NewCreateDynamicClient

func NewCreateDynamicClient(kubeconfig string) *CreateDynamicClient

func NewCreateDynamicClientFromConfig

func NewCreateDynamicClientFromConfig(config *steps.Config) CreateDynamicClient

func (CreateDynamicClient) Dependencies

func (c CreateDynamicClient) Dependencies(config *steps.Config) []steps.Dependency

func (CreateDynamicClient) Description

func (c CreateDynamicClient) Description() string

func (CreateDynamicClient) Name

func (c CreateDynamicClient) Name() string

func (CreateDynamicClient) Run

func (CreateDynamicClient) Shutdown

func (c CreateDynamicClient) Shutdown(ctx context.Context) error

type CreateKubeClient

type CreateKubeClient struct {
	// contains filtered or unexported fields
}

func NewCreateKubeClient

func NewCreateKubeClient(kubeconfig string) *CreateKubeClient

func NewCreateKubeClientFromConfig

func NewCreateKubeClientFromConfig(config *steps.Config) CreateKubeClient

func (CreateKubeClient) Dependencies

func (c CreateKubeClient) Dependencies(config *steps.Config) []steps.Dependency

func (CreateKubeClient) Description

func (c CreateKubeClient) Description() string

func (CreateKubeClient) Name

func (c CreateKubeClient) Name() string

func (CreateKubeClient) Run

func (CreateKubeClient) Shutdown

func (c CreateKubeClient) Shutdown(ctx context.Context) error

type CreateKubeConfig

type CreateKubeConfig struct {
	// contains filtered or unexported fields
}

func NewCreateKubeConfig

func NewCreateKubeConfig(kubeconfig string) CreateKubeConfig

func NewCreateKubeConfigFromConfig

func NewCreateKubeConfigFromConfig(config *steps.Config) CreateKubeConfig

func (CreateKubeConfig) Dependencies

func (c CreateKubeConfig) Dependencies(config *steps.Config) []steps.Dependency

func (CreateKubeConfig) Description

func (c CreateKubeConfig) Description() string

func (CreateKubeConfig) Name

func (c CreateKubeConfig) Name() string

func (CreateKubeConfig) Run

func (CreateKubeConfig) Shutdown

func (c CreateKubeConfig) Shutdown(ctx context.Context) error

type CreateMeterProvider

type CreateMeterProvider struct {
	// contains filtered or unexported fields
}

func CreateMeterProviderFromConfig

func CreateMeterProviderFromConfig(config *steps.Config) CreateMeterProvider

func NewCreateMeterProvider

func NewCreateMeterProvider(endpoint string, insecure bool, http bool, token string) CreateMeterProvider

func (CreateMeterProvider) Dependencies

func (c CreateMeterProvider) Dependencies(config *steps.Config) []steps.Dependency

func (CreateMeterProvider) Description

func (c CreateMeterProvider) Description() string

func (CreateMeterProvider) Name

func (c CreateMeterProvider) Name() string

func (CreateMeterProvider) Run

func (CreateMeterProvider) Shutdown

func (c CreateMeterProvider) Shutdown(ctx context.Context) error

type CreateTraceProvider

type CreateTraceProvider struct {
	// contains filtered or unexported fields
}

func CreateTracerProviderFromConfig

func CreateTracerProviderFromConfig(config *steps.Config) CreateTraceProvider

func NewCreateTraceProvider

func NewCreateTraceProvider(endpoint string, insecure bool, http bool, token string) CreateTraceProvider

func (CreateTraceProvider) Dependencies

func (c CreateTraceProvider) Dependencies(config *steps.Config) []steps.Dependency

func (CreateTraceProvider) Description

func (c CreateTraceProvider) Description() string

func (CreateTraceProvider) Name

func (c CreateTraceProvider) Name() string

func (CreateTraceProvider) Run

func (CreateTraceProvider) Shutdown

func (c CreateTraceProvider) Shutdown(ctx context.Context) error

type PortForward

type PortForward struct {
	Port          int
	LabelSelector string
}

func NewPortForward

func NewPortForward(port int, labelSelector string) *PortForward

func (*PortForward) Dependencies

func (p *PortForward) Dependencies(config *steps.Config) []steps.Dependency

func (*PortForward) Description

func (p *PortForward) Description() string

func (*PortForward) Name

func (p *PortForward) Name() string

func (*PortForward) Run

func (p *PortForward) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)

func (*PortForward) Shutdown

func (p *PortForward) Shutdown(ctx context.Context) error

Jump to

Keyboard shortcuts

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