v1alpha1

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2019 License: MIT Imports: 7 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 IngressMonitorExpansion

type IngressMonitorExpansion interface{}

type IngressMonitorInterface

type IngressMonitorInterface interface {
	Create(*v1alpha1.IngressMonitor) (*v1alpha1.IngressMonitor, error)
	Update(*v1alpha1.IngressMonitor) (*v1alpha1.IngressMonitor, error)
	UpdateStatus(*v1alpha1.IngressMonitor) (*v1alpha1.IngressMonitor, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.IngressMonitor, error)
	List(opts v1.ListOptions) (*v1alpha1.IngressMonitorList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.IngressMonitor, err error)
	IngressMonitorExpansion
}

IngressMonitorInterface has methods to work with IngressMonitor resources.

type IngressMonitorsGetter

type IngressMonitorsGetter interface {
	IngressMonitors(namespace string) IngressMonitorInterface
}

IngressMonitorsGetter has a method to return a IngressMonitorInterface. A group's client should implement this interface.

type IngressmonitorV1alpha1Client

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

IngressmonitorV1alpha1Client is used to interact with features provided by the ingressmonitor.sphc.io group.

func New

New creates a new IngressmonitorV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new IngressmonitorV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *IngressmonitorV1alpha1Client

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

func (*IngressmonitorV1alpha1Client) IngressMonitors

func (c *IngressmonitorV1alpha1Client) IngressMonitors(namespace string) IngressMonitorInterface

func (*IngressmonitorV1alpha1Client) MonitorTemplates

func (c *IngressmonitorV1alpha1Client) MonitorTemplates(namespace string) MonitorTemplateInterface

func (*IngressmonitorV1alpha1Client) Monitors

func (c *IngressmonitorV1alpha1Client) Monitors(namespace string) MonitorInterface

func (*IngressmonitorV1alpha1Client) Providers

func (c *IngressmonitorV1alpha1Client) Providers(namespace string) ProviderInterface

func (*IngressmonitorV1alpha1Client) RESTClient

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

type MonitorExpansion

type MonitorExpansion interface{}

type MonitorInterface

type MonitorInterface interface {
	Create(*v1alpha1.Monitor) (*v1alpha1.Monitor, error)
	Update(*v1alpha1.Monitor) (*v1alpha1.Monitor, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Monitor, error)
	List(opts v1.ListOptions) (*v1alpha1.MonitorList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Monitor, err error)
	MonitorExpansion
}

MonitorInterface has methods to work with Monitor resources.

type MonitorTemplateExpansion

type MonitorTemplateExpansion interface{}

type MonitorTemplateInterface

type MonitorTemplateInterface interface {
	Create(*v1alpha1.MonitorTemplate) (*v1alpha1.MonitorTemplate, error)
	Update(*v1alpha1.MonitorTemplate) (*v1alpha1.MonitorTemplate, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.MonitorTemplate, error)
	List(opts v1.ListOptions) (*v1alpha1.MonitorTemplateList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.MonitorTemplate, err error)
	MonitorTemplateExpansion
}

MonitorTemplateInterface has methods to work with MonitorTemplate resources.

type MonitorTemplatesGetter

type MonitorTemplatesGetter interface {
	MonitorTemplates(namespace string) MonitorTemplateInterface
}

MonitorTemplatesGetter has a method to return a MonitorTemplateInterface. A group's client should implement this interface.

type MonitorsGetter

type MonitorsGetter interface {
	Monitors(namespace string) MonitorInterface
}

MonitorsGetter has a method to return a MonitorInterface. A group's client should implement this interface.

type ProviderExpansion

type ProviderExpansion interface{}

type ProviderInterface

type ProviderInterface interface {
	Create(*v1alpha1.Provider) (*v1alpha1.Provider, error)
	Update(*v1alpha1.Provider) (*v1alpha1.Provider, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.Provider, error)
	List(opts v1.ListOptions) (*v1alpha1.ProviderList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.Provider, err error)
	ProviderExpansion
}

ProviderInterface has methods to work with Provider resources.

type ProvidersGetter

type ProvidersGetter interface {
	Providers(namespace string) ProviderInterface
}

ProvidersGetter has a method to return a ProviderInterface. 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