v1beta1

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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 MonitoringAlertPoliciesGetter

type MonitoringAlertPoliciesGetter interface {
	MonitoringAlertPolicies(namespace string) MonitoringAlertPolicyInterface
}

MonitoringAlertPoliciesGetter has a method to return a MonitoringAlertPolicyInterface. A group's client should implement this interface.

type MonitoringAlertPolicyExpansion

type MonitoringAlertPolicyExpansion interface{}

type MonitoringAlertPolicyInterface

type MonitoringAlertPolicyInterface interface {
	Create(ctx context.Context, monitoringAlertPolicy *v1beta1.MonitoringAlertPolicy, opts v1.CreateOptions) (*v1beta1.MonitoringAlertPolicy, error)
	Update(ctx context.Context, monitoringAlertPolicy *v1beta1.MonitoringAlertPolicy, opts v1.UpdateOptions) (*v1beta1.MonitoringAlertPolicy, error)
	UpdateStatus(ctx context.Context, monitoringAlertPolicy *v1beta1.MonitoringAlertPolicy, opts v1.UpdateOptions) (*v1beta1.MonitoringAlertPolicy, 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) (*v1beta1.MonitoringAlertPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringAlertPolicyList, 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 *v1beta1.MonitoringAlertPolicy, err error)
	MonitoringAlertPolicyExpansion
}

MonitoringAlertPolicyInterface has methods to work with MonitoringAlertPolicy resources.

type MonitoringDashboardExpansion

type MonitoringDashboardExpansion interface{}

type MonitoringDashboardInterface

type MonitoringDashboardInterface interface {
	Create(ctx context.Context, monitoringDashboard *v1beta1.MonitoringDashboard, opts v1.CreateOptions) (*v1beta1.MonitoringDashboard, error)
	Update(ctx context.Context, monitoringDashboard *v1beta1.MonitoringDashboard, opts v1.UpdateOptions) (*v1beta1.MonitoringDashboard, error)
	UpdateStatus(ctx context.Context, monitoringDashboard *v1beta1.MonitoringDashboard, opts v1.UpdateOptions) (*v1beta1.MonitoringDashboard, 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) (*v1beta1.MonitoringDashboard, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringDashboardList, 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 *v1beta1.MonitoringDashboard, err error)
	MonitoringDashboardExpansion
}

MonitoringDashboardInterface has methods to work with MonitoringDashboard resources.

type MonitoringDashboardsGetter

type MonitoringDashboardsGetter interface {
	MonitoringDashboards(namespace string) MonitoringDashboardInterface
}

MonitoringDashboardsGetter has a method to return a MonitoringDashboardInterface. A group's client should implement this interface.

type MonitoringGroupExpansion

type MonitoringGroupExpansion interface{}

type MonitoringGroupInterface

type MonitoringGroupInterface interface {
	Create(ctx context.Context, monitoringGroup *v1beta1.MonitoringGroup, opts v1.CreateOptions) (*v1beta1.MonitoringGroup, error)
	Update(ctx context.Context, monitoringGroup *v1beta1.MonitoringGroup, opts v1.UpdateOptions) (*v1beta1.MonitoringGroup, error)
	UpdateStatus(ctx context.Context, monitoringGroup *v1beta1.MonitoringGroup, opts v1.UpdateOptions) (*v1beta1.MonitoringGroup, 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) (*v1beta1.MonitoringGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringGroupList, 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 *v1beta1.MonitoringGroup, err error)
	MonitoringGroupExpansion
}

MonitoringGroupInterface has methods to work with MonitoringGroup resources.

type MonitoringGroupsGetter

type MonitoringGroupsGetter interface {
	MonitoringGroups(namespace string) MonitoringGroupInterface
}

MonitoringGroupsGetter has a method to return a MonitoringGroupInterface. A group's client should implement this interface.

type MonitoringMetricDescriptorExpansion

type MonitoringMetricDescriptorExpansion interface{}

type MonitoringMetricDescriptorInterface

type MonitoringMetricDescriptorInterface interface {
	Create(ctx context.Context, monitoringMetricDescriptor *v1beta1.MonitoringMetricDescriptor, opts v1.CreateOptions) (*v1beta1.MonitoringMetricDescriptor, error)
	Update(ctx context.Context, monitoringMetricDescriptor *v1beta1.MonitoringMetricDescriptor, opts v1.UpdateOptions) (*v1beta1.MonitoringMetricDescriptor, error)
	UpdateStatus(ctx context.Context, monitoringMetricDescriptor *v1beta1.MonitoringMetricDescriptor, opts v1.UpdateOptions) (*v1beta1.MonitoringMetricDescriptor, 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) (*v1beta1.MonitoringMetricDescriptor, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringMetricDescriptorList, 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 *v1beta1.MonitoringMetricDescriptor, err error)
	MonitoringMetricDescriptorExpansion
}

MonitoringMetricDescriptorInterface has methods to work with MonitoringMetricDescriptor resources.

type MonitoringMetricDescriptorsGetter

type MonitoringMetricDescriptorsGetter interface {
	MonitoringMetricDescriptors(namespace string) MonitoringMetricDescriptorInterface
}

MonitoringMetricDescriptorsGetter has a method to return a MonitoringMetricDescriptorInterface. A group's client should implement this interface.

type MonitoringMonitoredProjectExpansion added in v1.79.0

type MonitoringMonitoredProjectExpansion interface{}

type MonitoringMonitoredProjectInterface added in v1.79.0

type MonitoringMonitoredProjectInterface interface {
	Create(ctx context.Context, monitoringMonitoredProject *v1beta1.MonitoringMonitoredProject, opts v1.CreateOptions) (*v1beta1.MonitoringMonitoredProject, error)
	Update(ctx context.Context, monitoringMonitoredProject *v1beta1.MonitoringMonitoredProject, opts v1.UpdateOptions) (*v1beta1.MonitoringMonitoredProject, error)
	UpdateStatus(ctx context.Context, monitoringMonitoredProject *v1beta1.MonitoringMonitoredProject, opts v1.UpdateOptions) (*v1beta1.MonitoringMonitoredProject, 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) (*v1beta1.MonitoringMonitoredProject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringMonitoredProjectList, 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 *v1beta1.MonitoringMonitoredProject, err error)
	MonitoringMonitoredProjectExpansion
}

MonitoringMonitoredProjectInterface has methods to work with MonitoringMonitoredProject resources.

type MonitoringMonitoredProjectsGetter added in v1.79.0

type MonitoringMonitoredProjectsGetter interface {
	MonitoringMonitoredProjects(namespace string) MonitoringMonitoredProjectInterface
}

MonitoringMonitoredProjectsGetter has a method to return a MonitoringMonitoredProjectInterface. A group's client should implement this interface.

type MonitoringNotificationChannelExpansion

type MonitoringNotificationChannelExpansion interface{}

type MonitoringNotificationChannelInterface

type MonitoringNotificationChannelInterface interface {
	Create(ctx context.Context, monitoringNotificationChannel *v1beta1.MonitoringNotificationChannel, opts v1.CreateOptions) (*v1beta1.MonitoringNotificationChannel, error)
	Update(ctx context.Context, monitoringNotificationChannel *v1beta1.MonitoringNotificationChannel, opts v1.UpdateOptions) (*v1beta1.MonitoringNotificationChannel, error)
	UpdateStatus(ctx context.Context, monitoringNotificationChannel *v1beta1.MonitoringNotificationChannel, opts v1.UpdateOptions) (*v1beta1.MonitoringNotificationChannel, 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) (*v1beta1.MonitoringNotificationChannel, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringNotificationChannelList, 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 *v1beta1.MonitoringNotificationChannel, err error)
	MonitoringNotificationChannelExpansion
}

MonitoringNotificationChannelInterface has methods to work with MonitoringNotificationChannel resources.

type MonitoringNotificationChannelsGetter

type MonitoringNotificationChannelsGetter interface {
	MonitoringNotificationChannels(namespace string) MonitoringNotificationChannelInterface
}

MonitoringNotificationChannelsGetter has a method to return a MonitoringNotificationChannelInterface. A group's client should implement this interface.

type MonitoringServiceExpansion

type MonitoringServiceExpansion interface{}

type MonitoringServiceInterface

type MonitoringServiceInterface interface {
	Create(ctx context.Context, monitoringService *v1beta1.MonitoringService, opts v1.CreateOptions) (*v1beta1.MonitoringService, error)
	Update(ctx context.Context, monitoringService *v1beta1.MonitoringService, opts v1.UpdateOptions) (*v1beta1.MonitoringService, error)
	UpdateStatus(ctx context.Context, monitoringService *v1beta1.MonitoringService, opts v1.UpdateOptions) (*v1beta1.MonitoringService, 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) (*v1beta1.MonitoringService, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringServiceList, 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 *v1beta1.MonitoringService, err error)
	MonitoringServiceExpansion
}

MonitoringServiceInterface has methods to work with MonitoringService resources.

type MonitoringServiceLevelObjectiveExpansion

type MonitoringServiceLevelObjectiveExpansion interface{}

type MonitoringServiceLevelObjectiveInterface

type MonitoringServiceLevelObjectiveInterface interface {
	Create(ctx context.Context, monitoringServiceLevelObjective *v1beta1.MonitoringServiceLevelObjective, opts v1.CreateOptions) (*v1beta1.MonitoringServiceLevelObjective, error)
	Update(ctx context.Context, monitoringServiceLevelObjective *v1beta1.MonitoringServiceLevelObjective, opts v1.UpdateOptions) (*v1beta1.MonitoringServiceLevelObjective, error)
	UpdateStatus(ctx context.Context, monitoringServiceLevelObjective *v1beta1.MonitoringServiceLevelObjective, opts v1.UpdateOptions) (*v1beta1.MonitoringServiceLevelObjective, 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) (*v1beta1.MonitoringServiceLevelObjective, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringServiceLevelObjectiveList, 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 *v1beta1.MonitoringServiceLevelObjective, err error)
	MonitoringServiceLevelObjectiveExpansion
}

MonitoringServiceLevelObjectiveInterface has methods to work with MonitoringServiceLevelObjective resources.

type MonitoringServiceLevelObjectivesGetter

type MonitoringServiceLevelObjectivesGetter interface {
	MonitoringServiceLevelObjectives(namespace string) MonitoringServiceLevelObjectiveInterface
}

MonitoringServiceLevelObjectivesGetter has a method to return a MonitoringServiceLevelObjectiveInterface. A group's client should implement this interface.

type MonitoringServicesGetter

type MonitoringServicesGetter interface {
	MonitoringServices(namespace string) MonitoringServiceInterface
}

MonitoringServicesGetter has a method to return a MonitoringServiceInterface. A group's client should implement this interface.

type MonitoringUptimeCheckConfigExpansion

type MonitoringUptimeCheckConfigExpansion interface{}

type MonitoringUptimeCheckConfigInterface

type MonitoringUptimeCheckConfigInterface interface {
	Create(ctx context.Context, monitoringUptimeCheckConfig *v1beta1.MonitoringUptimeCheckConfig, opts v1.CreateOptions) (*v1beta1.MonitoringUptimeCheckConfig, error)
	Update(ctx context.Context, monitoringUptimeCheckConfig *v1beta1.MonitoringUptimeCheckConfig, opts v1.UpdateOptions) (*v1beta1.MonitoringUptimeCheckConfig, error)
	UpdateStatus(ctx context.Context, monitoringUptimeCheckConfig *v1beta1.MonitoringUptimeCheckConfig, opts v1.UpdateOptions) (*v1beta1.MonitoringUptimeCheckConfig, 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) (*v1beta1.MonitoringUptimeCheckConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.MonitoringUptimeCheckConfigList, 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 *v1beta1.MonitoringUptimeCheckConfig, err error)
	MonitoringUptimeCheckConfigExpansion
}

MonitoringUptimeCheckConfigInterface has methods to work with MonitoringUptimeCheckConfig resources.

type MonitoringUptimeCheckConfigsGetter

type MonitoringUptimeCheckConfigsGetter interface {
	MonitoringUptimeCheckConfigs(namespace string) MonitoringUptimeCheckConfigInterface
}

MonitoringUptimeCheckConfigsGetter has a method to return a MonitoringUptimeCheckConfigInterface. A group's client should implement this interface.

type MonitoringV1beta1Client

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

MonitoringV1beta1Client is used to interact with features provided by the monitoring.cnrm.cloud.google.com group.

func New

New creates a new MonitoringV1beta1Client for the given RESTClient.

func NewForConfig

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

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

func NewForConfigAndClient added in v1.75.0

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

NewForConfigAndClient creates a new MonitoringV1beta1Client 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) *MonitoringV1beta1Client

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

func (*MonitoringV1beta1Client) MonitoringAlertPolicies

func (c *MonitoringV1beta1Client) MonitoringAlertPolicies(namespace string) MonitoringAlertPolicyInterface

func (*MonitoringV1beta1Client) MonitoringDashboards

func (c *MonitoringV1beta1Client) MonitoringDashboards(namespace string) MonitoringDashboardInterface

func (*MonitoringV1beta1Client) MonitoringGroups

func (c *MonitoringV1beta1Client) MonitoringGroups(namespace string) MonitoringGroupInterface

func (*MonitoringV1beta1Client) MonitoringMetricDescriptors

func (c *MonitoringV1beta1Client) MonitoringMetricDescriptors(namespace string) MonitoringMetricDescriptorInterface

func (*MonitoringV1beta1Client) MonitoringMonitoredProjects added in v1.79.0

func (c *MonitoringV1beta1Client) MonitoringMonitoredProjects(namespace string) MonitoringMonitoredProjectInterface

func (*MonitoringV1beta1Client) MonitoringNotificationChannels

func (c *MonitoringV1beta1Client) MonitoringNotificationChannels(namespace string) MonitoringNotificationChannelInterface

func (*MonitoringV1beta1Client) MonitoringServiceLevelObjectives

func (c *MonitoringV1beta1Client) MonitoringServiceLevelObjectives(namespace string) MonitoringServiceLevelObjectiveInterface

func (*MonitoringV1beta1Client) MonitoringServices

func (c *MonitoringV1beta1Client) MonitoringServices(namespace string) MonitoringServiceInterface

func (*MonitoringV1beta1Client) MonitoringUptimeCheckConfigs

func (c *MonitoringV1beta1Client) MonitoringUptimeCheckConfigs(namespace string) MonitoringUptimeCheckConfigInterface

func (*MonitoringV1beta1Client) RESTClient

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

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

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