v1alpha1

package
v0.73.2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 13 Imported by: 2

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertmanagerConfigExpansion

type AlertmanagerConfigExpansion interface{}

type AlertmanagerConfigInterface

type AlertmanagerConfigInterface interface {
	Create(ctx context.Context, alertmanagerConfig *v1alpha1.AlertmanagerConfig, opts v1.CreateOptions) (*v1alpha1.AlertmanagerConfig, error)
	Update(ctx context.Context, alertmanagerConfig *v1alpha1.AlertmanagerConfig, opts v1.UpdateOptions) (*v1alpha1.AlertmanagerConfig, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.AlertmanagerConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AlertmanagerConfigList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.AlertmanagerConfig, err error)
	Apply(ctx context.Context, alertmanagerConfig *monitoringv1alpha1.AlertmanagerConfigApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.AlertmanagerConfig, err error)
	AlertmanagerConfigExpansion
}

AlertmanagerConfigInterface has methods to work with AlertmanagerConfig resources.

type AlertmanagerConfigsGetter

type AlertmanagerConfigsGetter interface {
	AlertmanagerConfigs(namespace string) AlertmanagerConfigInterface
}

AlertmanagerConfigsGetter has a method to return a AlertmanagerConfigInterface. A group's client should implement this interface.

type MonitoringV1alpha1Client

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

MonitoringV1alpha1Client is used to interact with features provided by the monitoring.coreos.com group.

func New

New creates a new MonitoringV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*MonitoringV1alpha1Client, error)

NewForConfig creates a new MonitoringV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient added in v0.55.0

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*MonitoringV1alpha1Client, error)

NewForConfigAndClient creates a new MonitoringV1alpha1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MonitoringV1alpha1Client

NewForConfigOrDie creates a new MonitoringV1alpha1Client for the given config and panics if there is an error in the config.

func (*MonitoringV1alpha1Client) AlertmanagerConfigs

func (c *MonitoringV1alpha1Client) AlertmanagerConfigs(namespace string) AlertmanagerConfigInterface

func (*MonitoringV1alpha1Client) PrometheusAgents added in v0.64.0

func (c *MonitoringV1alpha1Client) PrometheusAgents(namespace string) PrometheusAgentInterface

func (*MonitoringV1alpha1Client) RESTClient

func (c *MonitoringV1alpha1Client) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*MonitoringV1alpha1Client) ScrapeConfigs added in v0.65.0

func (c *MonitoringV1alpha1Client) ScrapeConfigs(namespace string) ScrapeConfigInterface

type MonitoringV1alpha1Interface

type MonitoringV1alpha1Interface interface {
	RESTClient() rest.Interface
	AlertmanagerConfigsGetter
	PrometheusAgentsGetter
	ScrapeConfigsGetter
}

type PrometheusAgentExpansion added in v0.64.0

type PrometheusAgentExpansion interface{}

type PrometheusAgentInterface added in v0.64.0

type PrometheusAgentInterface interface {
	Create(ctx context.Context, prometheusAgent *v1alpha1.PrometheusAgent, opts v1.CreateOptions) (*v1alpha1.PrometheusAgent, error)
	Update(ctx context.Context, prometheusAgent *v1alpha1.PrometheusAgent, opts v1.UpdateOptions) (*v1alpha1.PrometheusAgent, error)
	UpdateStatus(ctx context.Context, prometheusAgent *v1alpha1.PrometheusAgent, opts v1.UpdateOptions) (*v1alpha1.PrometheusAgent, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.PrometheusAgent, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PrometheusAgentList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.PrometheusAgent, err error)
	Apply(ctx context.Context, prometheusAgent *monitoringv1alpha1.PrometheusAgentApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.PrometheusAgent, err error)
	ApplyStatus(ctx context.Context, prometheusAgent *monitoringv1alpha1.PrometheusAgentApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.PrometheusAgent, err error)
	GetScale(ctx context.Context, prometheusAgentName string, options v1.GetOptions) (*autoscalingv1.Scale, error)
	UpdateScale(ctx context.Context, prometheusAgentName string, scale *autoscalingv1.Scale, opts v1.UpdateOptions) (*autoscalingv1.Scale, error)

	PrometheusAgentExpansion
}

PrometheusAgentInterface has methods to work with PrometheusAgent resources.

type PrometheusAgentsGetter added in v0.64.0

type PrometheusAgentsGetter interface {
	PrometheusAgents(namespace string) PrometheusAgentInterface
}

PrometheusAgentsGetter has a method to return a PrometheusAgentInterface. A group's client should implement this interface.

type ScrapeConfigExpansion added in v0.65.0

type ScrapeConfigExpansion interface{}

type ScrapeConfigInterface added in v0.65.0

type ScrapeConfigInterface interface {
	Create(ctx context.Context, scrapeConfig *v1alpha1.ScrapeConfig, opts v1.CreateOptions) (*v1alpha1.ScrapeConfig, error)
	Update(ctx context.Context, scrapeConfig *v1alpha1.ScrapeConfig, opts v1.UpdateOptions) (*v1alpha1.ScrapeConfig, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.ScrapeConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ScrapeConfigList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ScrapeConfig, err error)
	Apply(ctx context.Context, scrapeConfig *monitoringv1alpha1.ScrapeConfigApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.ScrapeConfig, err error)
	ScrapeConfigExpansion
}

ScrapeConfigInterface has methods to work with ScrapeConfig resources.

type ScrapeConfigsGetter added in v0.65.0

type ScrapeConfigsGetter interface {
	ScrapeConfigs(namespace string) ScrapeConfigInterface
}

ScrapeConfigsGetter has a method to return a ScrapeConfigInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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