v1beta1

package
v1.72.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2022 License: Apache-2.0 Imports: 8 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 added in v1.54.0

type MonitoringDashboardExpansion interface{}

type MonitoringDashboardInterface added in v1.54.0

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 added in v1.54.0

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 added in v1.58.1

type MonitoringMetricDescriptorExpansion interface{}

type MonitoringMetricDescriptorInterface added in v1.58.1

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 added in v1.58.1

type MonitoringMetricDescriptorsGetter interface {
	MonitoringMetricDescriptors(namespace string) MonitoringMetricDescriptorInterface
}

MonitoringMetricDescriptorsGetter has a method to return a MonitoringMetricDescriptorInterface. 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 added in v1.68.0

type MonitoringServiceExpansion interface{}

type MonitoringServiceInterface added in v1.68.0

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 added in v1.68.0

type MonitoringServiceLevelObjectiveExpansion interface{}

type MonitoringServiceLevelObjectiveInterface added in v1.68.0

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 added in v1.68.0

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 added in v1.68.0

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 added in v1.70.0

type MonitoringUptimeCheckConfigExpansion interface{}

type MonitoringUptimeCheckConfigInterface added in v1.70.0

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 added in v1.70.0

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.

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 added in v1.54.0

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

func (*MonitoringV1beta1Client) MonitoringGroups

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

func (*MonitoringV1beta1Client) MonitoringMetricDescriptors added in v1.58.1

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

func (*MonitoringV1beta1Client) MonitoringNotificationChannels

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

func (*MonitoringV1beta1Client) MonitoringServiceLevelObjectives added in v1.68.0

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

func (*MonitoringV1beta1Client) MonitoringServices added in v1.68.0

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

func (*MonitoringV1beta1Client) MonitoringUptimeCheckConfigs added in v1.70.0

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