v1beta1

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: May 27, 2020 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 7 Imported by: 9

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 BackupBucketExpansion

type BackupBucketExpansion interface{}

type BackupBucketInterface

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

BackupBucketInterface has methods to work with BackupBucket resources.

type BackupBucketsGetter

type BackupBucketsGetter interface {
	BackupBuckets() BackupBucketInterface
}

BackupBucketsGetter has a method to return a BackupBucketInterface. A group's client should implement this interface.

type BackupEntriesGetter

type BackupEntriesGetter interface {
	BackupEntries(namespace string) BackupEntryInterface
}

BackupEntriesGetter has a method to return a BackupEntryInterface. A group's client should implement this interface.

type BackupEntryExpansion

type BackupEntryExpansion interface{}

type BackupEntryInterface

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

BackupEntryInterface has methods to work with BackupEntry resources.

type CloudProfileExpansion

type CloudProfileExpansion interface{}

type CloudProfileInterface

type CloudProfileInterface interface {
	Create(*v1beta1.CloudProfile) (*v1beta1.CloudProfile, error)
	Update(*v1beta1.CloudProfile) (*v1beta1.CloudProfile, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.CloudProfile, error)
	List(opts v1.ListOptions) (*v1beta1.CloudProfileList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.CloudProfile, err error)
	CloudProfileExpansion
}

CloudProfileInterface has methods to work with CloudProfile resources.

type CloudProfilesGetter

type CloudProfilesGetter interface {
	CloudProfiles() CloudProfileInterface
}

CloudProfilesGetter has a method to return a CloudProfileInterface. A group's client should implement this interface.

type ControllerInstallationExpansion

type ControllerInstallationExpansion interface{}

type ControllerInstallationInterface

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(*v1beta1.ControllerRegistration) (*v1beta1.ControllerRegistration, error)
	Update(*v1beta1.ControllerRegistration) (*v1beta1.ControllerRegistration, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.ControllerRegistration, error)
	List(opts v1.ListOptions) (*v1beta1.ControllerRegistrationList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.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 CoreV1beta1Client

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

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

func New

New creates a new CoreV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CoreV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CoreV1beta1Client

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

func (*CoreV1beta1Client) BackupBuckets

func (c *CoreV1beta1Client) BackupBuckets() BackupBucketInterface

func (*CoreV1beta1Client) BackupEntries

func (c *CoreV1beta1Client) BackupEntries(namespace string) BackupEntryInterface

func (*CoreV1beta1Client) CloudProfiles

func (c *CoreV1beta1Client) CloudProfiles() CloudProfileInterface

func (*CoreV1beta1Client) ControllerInstallations

func (c *CoreV1beta1Client) ControllerInstallations() ControllerInstallationInterface

func (*CoreV1beta1Client) ControllerRegistrations

func (c *CoreV1beta1Client) ControllerRegistrations() ControllerRegistrationInterface

func (*CoreV1beta1Client) Plants

func (c *CoreV1beta1Client) Plants(namespace string) PlantInterface

func (*CoreV1beta1Client) Projects

func (c *CoreV1beta1Client) Projects() ProjectInterface

func (*CoreV1beta1Client) Quotas

func (c *CoreV1beta1Client) Quotas(namespace string) QuotaInterface

func (*CoreV1beta1Client) RESTClient

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

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

func (*CoreV1beta1Client) SecretBindings

func (c *CoreV1beta1Client) SecretBindings(namespace string) SecretBindingInterface

func (*CoreV1beta1Client) Seeds

func (c *CoreV1beta1Client) Seeds() SeedInterface

func (*CoreV1beta1Client) Shoots

func (c *CoreV1beta1Client) Shoots(namespace string) ShootInterface

type PlantExpansion

type PlantExpansion interface{}

type PlantInterface

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

PlantInterface has methods to work with Plant resources.

type PlantsGetter

type PlantsGetter interface {
	Plants(namespace string) PlantInterface
}

PlantsGetter has a method to return a PlantInterface. A group's client should implement this interface.

type ProjectExpansion

type ProjectExpansion interface{}

type ProjectInterface

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

ProjectInterface has methods to work with Project resources.

type ProjectsGetter

type ProjectsGetter interface {
	Projects() ProjectInterface
}

ProjectsGetter has a method to return a ProjectInterface. A group's client should implement this interface.

type QuotaExpansion

type QuotaExpansion interface{}

type QuotaInterface

type QuotaInterface interface {
	Create(*v1beta1.Quota) (*v1beta1.Quota, error)
	Update(*v1beta1.Quota) (*v1beta1.Quota, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.Quota, error)
	List(opts v1.ListOptions) (*v1beta1.QuotaList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.Quota, err error)
	QuotaExpansion
}

QuotaInterface has methods to work with Quota resources.

type QuotasGetter

type QuotasGetter interface {
	Quotas(namespace string) QuotaInterface
}

QuotasGetter has a method to return a QuotaInterface. A group's client should implement this interface.

type SecretBindingExpansion

type SecretBindingExpansion interface{}

type SecretBindingInterface

type SecretBindingInterface interface {
	Create(*v1beta1.SecretBinding) (*v1beta1.SecretBinding, error)
	Update(*v1beta1.SecretBinding) (*v1beta1.SecretBinding, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1beta1.SecretBinding, error)
	List(opts v1.ListOptions) (*v1beta1.SecretBindingList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.SecretBinding, err error)
	SecretBindingExpansion
}

SecretBindingInterface has methods to work with SecretBinding resources.

type SecretBindingsGetter

type SecretBindingsGetter interface {
	SecretBindings(namespace string) SecretBindingInterface
}

SecretBindingsGetter has a method to return a SecretBindingInterface. A group's client should implement this interface.

type SeedExpansion

type SeedExpansion interface{}

type SeedInterface

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

SeedInterface has methods to work with Seed resources.

type SeedsGetter

type SeedsGetter interface {
	Seeds() SeedInterface
}

SeedsGetter has a method to return a SeedInterface. A group's client should implement this interface.

type ShootExpansion

type ShootExpansion interface{}

type ShootInterface

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

ShootInterface has methods to work with Shoot resources.

type ShootsGetter

type ShootsGetter interface {
	Shoots(namespace string) ShootInterface
}

ShootsGetter has a method to return a ShootInterface. 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