v1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2022 License: Apache-2.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgusAppsV1Client

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

ArgusAppsV1Client is used to interact with features provided by the group.

func New

New creates a new ArgusAppsV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ArgusAppsV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ArgusAppsV1Client

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

func (*ArgusAppsV1Client) ControllerRevisions

func (c *ArgusAppsV1Client) ControllerRevisions(aid, namespace string) ControllerRevisionInterface

func (*ArgusAppsV1Client) DaemonSets

func (c *ArgusAppsV1Client) DaemonSets(aid, namespace string) DaemonSetInterface

func (*ArgusAppsV1Client) RESTClient

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

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

type ArgusAppsV1Interface

type ArgusAppsV1Interface interface {
	RESTClient() rest.Interface
	ControllerRevisionsGetter
	DaemonSetsGetter
}

type ControllerRevisionExpansion

type ControllerRevisionExpansion interface{}

type ControllerRevisionInterface

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

ControllerRevisionInterface has methods to work with ControllerRevision resources.

type ControllerRevisionsGetter

type ControllerRevisionsGetter interface {
	ControllerRevisions(aid, namespace string) ControllerRevisionInterface
}

ControllerRevisionsGetter has a method to return a ControllerRevisionInterface. A group's client should implement this interface.

type DaemonSetExpansion

type DaemonSetExpansion interface{}

type DaemonSetInterface

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

DaemonSetInterface has methods to work with DaemonSet resources.

type DaemonSetsGetter

type DaemonSetsGetter interface {
	DaemonSets(accountid, namespace string) DaemonSetInterface
}

DaemonSetsGetter has a method to return a DaemonSetInterface. A group's client should implement this interface.

Jump to

Keyboard shortcuts

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