Documentation ¶
Index ¶
- type CollectorConfig
- func (c CollectorConfig) Dependencies(config *steps.Config) []steps.Dependency
- func (c CollectorConfig) Description() string
- func (c CollectorConfig) Name() string
- func (c CollectorConfig) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CollectorConfig) Shutdown(ctx context.Context) error
- type CreateCustomResourceClient
- func (c CreateCustomResourceClient) Dependencies(config *steps.Config) []steps.Dependency
- func (c CreateCustomResourceClient) Description() string
- func (c CreateCustomResourceClient) Name() string
- func (c CreateCustomResourceClient) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CreateCustomResourceClient) Shutdown(ctx context.Context) error
- type CreateDynamicClient
- func (c CreateDynamicClient) Dependencies(config *steps.Config) []steps.Dependency
- func (c CreateDynamicClient) Description() string
- func (c CreateDynamicClient) Name() string
- func (c CreateDynamicClient) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CreateDynamicClient) Shutdown(ctx context.Context) error
- type CreateKubeClient
- func (c CreateKubeClient) Dependencies(config *steps.Config) []steps.Dependency
- func (c CreateKubeClient) Description() string
- func (c CreateKubeClient) Name() string
- func (c CreateKubeClient) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CreateKubeClient) Shutdown(ctx context.Context) error
- type CreateKubeConfig
- func (c CreateKubeConfig) Dependencies(config *steps.Config) []steps.Dependency
- func (c CreateKubeConfig) Description() string
- func (c CreateKubeConfig) Name() string
- func (c CreateKubeConfig) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CreateKubeConfig) Shutdown(ctx context.Context) error
- type CreateMeterProvider
- func (c CreateMeterProvider) Dependencies(config *steps.Config) []steps.Dependency
- func (c CreateMeterProvider) Description() string
- func (c CreateMeterProvider) Name() string
- func (c CreateMeterProvider) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CreateMeterProvider) Shutdown(ctx context.Context) error
- type CreateTraceProvider
- func (c CreateTraceProvider) Dependencies(config *steps.Config) []steps.Dependency
- func (c CreateTraceProvider) Description() string
- func (c CreateTraceProvider) Name() string
- func (c CreateTraceProvider) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (c CreateTraceProvider) Shutdown(ctx context.Context) error
- type PortForward
- func (p *PortForward) Dependencies(config *steps.Config) []steps.Dependency
- func (p *PortForward) Description() string
- func (p *PortForward) Name() string
- func (p *PortForward) Run(ctx context.Context, deps *steps.Deps) (steps.Option, steps.Result)
- func (p *PortForward) Shutdown(ctx context.Context) error
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
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 (c CreateCustomResourceClient) Name() string
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
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
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
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
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
type PortForward ¶
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
Click to show internal directories.
Click to hide internal directories.