internalversion

package
v0.0.0-...-be4dc66 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2019 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more 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 ControllerInstallationExpansion

type ControllerInstallationExpansion interface{}

type ControllerInstallationInterface

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

ControllerInstallationInterface has methods to work with ControllerInstallation resources.

type ControllerInstallationsGetter

type ControllerInstallationsGetter interface {
	ControllerInstallations() ControllerInstallationInterface
}

ControllerInstallationsGetter has a method to return a ControllerInstallationInterface. A group's client should implement this interface.

type ControllerRegistrationExpansion

type ControllerRegistrationExpansion interface{}

type ControllerRegistrationInterface

type ControllerRegistrationInterface interface {
	Create(*core.ControllerRegistration) (*core.ControllerRegistration, error)
	Update(*core.ControllerRegistration) (*core.ControllerRegistration, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*core.ControllerRegistration, error)
	List(opts v1.ListOptions) (*core.ControllerRegistrationList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *core.ControllerRegistration, err error)
	ControllerRegistrationExpansion
}

ControllerRegistrationInterface has methods to work with ControllerRegistration resources.

type ControllerRegistrationsGetter

type ControllerRegistrationsGetter interface {
	ControllerRegistrations() ControllerRegistrationInterface
}

ControllerRegistrationsGetter has a method to return a ControllerRegistrationInterface. A group's client should implement this interface.

type CoreClient

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

CoreClient is used to interact with features provided by the core.gardener.cloud group.

func New

func New(c rest.Interface) *CoreClient

New creates a new CoreClient for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CoreClient for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CoreClient

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

func (*CoreClient) ControllerInstallations

func (c *CoreClient) ControllerInstallations() ControllerInstallationInterface

func (*CoreClient) ControllerRegistrations

func (c *CoreClient) ControllerRegistrations() ControllerRegistrationInterface

func (*CoreClient) RESTClient

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

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

type CoreInterface

type CoreInterface interface {
	RESTClient() rest.Interface
	ControllerInstallationsGetter
	ControllerRegistrationsGetter
}

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