v1

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2019 License: Apache-2.0 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 IndicatorDocumentExpansion

type IndicatorDocumentExpansion interface{}

type IndicatorDocumentInterface

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

IndicatorDocumentInterface has methods to work with IndicatorDocument resources.

type IndicatorDocumentsGetter

type IndicatorDocumentsGetter interface {
	IndicatorDocuments(namespace string) IndicatorDocumentInterface
}

IndicatorDocumentsGetter has a method to return a IndicatorDocumentInterface. A group's client should implement this interface.

type IndicatorExpansion

type IndicatorExpansion interface{}

type IndicatorInterface

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

IndicatorInterface has methods to work with Indicator resources.

type IndicatorprotocolV1Client added in v0.8.3

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

IndicatorprotocolV1Client is used to interact with features provided by the indicatorprotocol.io group.

func New

New creates a new IndicatorprotocolV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new IndicatorprotocolV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *IndicatorprotocolV1Client

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

func (*IndicatorprotocolV1Client) IndicatorDocuments added in v0.8.3

func (c *IndicatorprotocolV1Client) IndicatorDocuments(namespace string) IndicatorDocumentInterface

func (*IndicatorprotocolV1Client) Indicators added in v0.8.3

func (c *IndicatorprotocolV1Client) Indicators(namespace string) IndicatorInterface

func (*IndicatorprotocolV1Client) RESTClient added in v0.8.3

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

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

type IndicatorprotocolV1Interface added in v0.8.3

type IndicatorprotocolV1Interface interface {
	RESTClient() rest.Interface
	IndicatorsGetter
	IndicatorDocumentsGetter
}

type IndicatorsGetter

type IndicatorsGetter interface {
	Indicators(namespace string) IndicatorInterface
}

IndicatorsGetter has a method to return a IndicatorInterface. 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