Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type BackupBucketExpansion
- type BackupBucketInterface
- type BackupBucketsGetter
- type BackupEntriesGetter
- type BackupEntryExpansion
- type BackupEntryInterface
- type CloudProfileExpansion
- type CloudProfileInterface
- type CloudProfilesGetter
- type ControllerDeploymentExpansion
- type ControllerDeploymentInterface
- type ControllerDeploymentsGetter
- type ControllerInstallationExpansion
- type ControllerInstallationInterface
- type ControllerInstallationsGetter
- type ControllerRegistrationExpansion
- type ControllerRegistrationInterface
- type ControllerRegistrationsGetter
- type CoreV1beta1Client
- func (c *CoreV1beta1Client) BackupBuckets() BackupBucketInterface
- func (c *CoreV1beta1Client) BackupEntries(namespace string) BackupEntryInterface
- func (c *CoreV1beta1Client) CloudProfiles() CloudProfileInterface
- func (c *CoreV1beta1Client) ControllerDeployments() ControllerDeploymentInterface
- func (c *CoreV1beta1Client) ControllerInstallations() ControllerInstallationInterface
- func (c *CoreV1beta1Client) ControllerRegistrations() ControllerRegistrationInterface
- func (c *CoreV1beta1Client) Plants(namespace string) PlantInterface
- func (c *CoreV1beta1Client) Projects() ProjectInterface
- func (c *CoreV1beta1Client) Quotas(namespace string) QuotaInterface
- func (c *CoreV1beta1Client) RESTClient() rest.Interface
- func (c *CoreV1beta1Client) SecretBindings(namespace string) SecretBindingInterface
- func (c *CoreV1beta1Client) Seeds() SeedInterface
- func (c *CoreV1beta1Client) Shoots(namespace string) ShootInterface
- type CoreV1beta1Interface
- type PlantExpansion
- type PlantInterface
- type PlantsGetter
- type ProjectExpansion
- type ProjectInterface
- type ProjectsGetter
- type QuotaExpansion
- type QuotaInterface
- type QuotasGetter
- type SecretBindingExpansion
- type SecretBindingInterface
- type SecretBindingsGetter
- type SeedExpansion
- type SeedInterface
- type SeedsGetter
- type ShootExpansion
- type ShootInterface
- type ShootsGetter
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(ctx context.Context, backupBucket *v1beta1.BackupBucket, opts v1.CreateOptions) (*v1beta1.BackupBucket, error) Update(ctx context.Context, backupBucket *v1beta1.BackupBucket, opts v1.UpdateOptions) (*v1beta1.BackupBucket, error) UpdateStatus(ctx context.Context, backupBucket *v1beta1.BackupBucket, opts v1.UpdateOptions) (*v1beta1.BackupBucket, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.BackupBucket, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.BackupBucketList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, backupEntry *v1beta1.BackupEntry, opts v1.CreateOptions) (*v1beta1.BackupEntry, error) Update(ctx context.Context, backupEntry *v1beta1.BackupEntry, opts v1.UpdateOptions) (*v1beta1.BackupEntry, error) UpdateStatus(ctx context.Context, backupEntry *v1beta1.BackupEntry, opts v1.UpdateOptions) (*v1beta1.BackupEntry, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.BackupEntry, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.BackupEntryList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, cloudProfile *v1beta1.CloudProfile, opts v1.CreateOptions) (*v1beta1.CloudProfile, error) Update(ctx context.Context, cloudProfile *v1beta1.CloudProfile, opts v1.UpdateOptions) (*v1beta1.CloudProfile, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.CloudProfile, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.CloudProfileList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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 ControllerDeploymentExpansion ¶ added in v1.23.0
type ControllerDeploymentExpansion interface{}
type ControllerDeploymentInterface ¶ added in v1.23.0
type ControllerDeploymentInterface interface { Create(ctx context.Context, controllerDeployment *v1beta1.ControllerDeployment, opts v1.CreateOptions) (*v1beta1.ControllerDeployment, error) Update(ctx context.Context, controllerDeployment *v1beta1.ControllerDeployment, opts v1.UpdateOptions) (*v1beta1.ControllerDeployment, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.ControllerDeployment, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ControllerDeploymentList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta1.ControllerDeployment, err error) ControllerDeploymentExpansion }
ControllerDeploymentInterface has methods to work with ControllerDeployment resources.
type ControllerDeploymentsGetter ¶ added in v1.23.0
type ControllerDeploymentsGetter interface {
ControllerDeployments() ControllerDeploymentInterface
}
ControllerDeploymentsGetter has a method to return a ControllerDeploymentInterface. A group's client should implement this interface.
type ControllerInstallationExpansion ¶
type ControllerInstallationExpansion interface{}
type ControllerInstallationInterface ¶
type ControllerInstallationInterface interface { Create(ctx context.Context, controllerInstallation *v1beta1.ControllerInstallation, opts v1.CreateOptions) (*v1beta1.ControllerInstallation, error) Update(ctx context.Context, controllerInstallation *v1beta1.ControllerInstallation, opts v1.UpdateOptions) (*v1beta1.ControllerInstallation, error) UpdateStatus(ctx context.Context, controllerInstallation *v1beta1.ControllerInstallation, opts v1.UpdateOptions) (*v1beta1.ControllerInstallation, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.ControllerInstallation, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ControllerInstallationList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta1.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(ctx context.Context, controllerRegistration *v1beta1.ControllerRegistration, opts v1.CreateOptions) (*v1beta1.ControllerRegistration, error) Update(ctx context.Context, controllerRegistration *v1beta1.ControllerRegistration, opts v1.UpdateOptions) (*v1beta1.ControllerRegistration, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.ControllerRegistration, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ControllerRegistrationList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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 ¶
func New(c rest.Interface) *CoreV1beta1Client
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. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfigAndClient ¶ added in v1.41.0
NewForConfigAndClient creates a new CoreV1beta1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.
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) ControllerDeployments ¶ added in v1.23.0
func (c *CoreV1beta1Client) ControllerDeployments() ControllerDeploymentInterface
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 CoreV1beta1Interface ¶
type CoreV1beta1Interface interface { RESTClient() rest.Interface BackupBucketsGetter BackupEntriesGetter CloudProfilesGetter ControllerDeploymentsGetter ControllerInstallationsGetter ControllerRegistrationsGetter PlantsGetter ProjectsGetter QuotasGetter SecretBindingsGetter SeedsGetter ShootsGetter }
type PlantExpansion ¶
type PlantExpansion interface{}
type PlantInterface ¶
type PlantInterface interface { Create(ctx context.Context, plant *v1beta1.Plant, opts v1.CreateOptions) (*v1beta1.Plant, error) Update(ctx context.Context, plant *v1beta1.Plant, opts v1.UpdateOptions) (*v1beta1.Plant, error) UpdateStatus(ctx context.Context, plant *v1beta1.Plant, opts v1.UpdateOptions) (*v1beta1.Plant, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.Plant, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.PlantList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, project *v1beta1.Project, opts v1.CreateOptions) (*v1beta1.Project, error) Update(ctx context.Context, project *v1beta1.Project, opts v1.UpdateOptions) (*v1beta1.Project, error) UpdateStatus(ctx context.Context, project *v1beta1.Project, opts v1.UpdateOptions) (*v1beta1.Project, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.Project, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ProjectList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, quota *v1beta1.Quota, opts v1.CreateOptions) (*v1beta1.Quota, error) Update(ctx context.Context, quota *v1beta1.Quota, opts v1.UpdateOptions) (*v1beta1.Quota, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.Quota, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.QuotaList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, secretBinding *v1beta1.SecretBinding, opts v1.CreateOptions) (*v1beta1.SecretBinding, error) Update(ctx context.Context, secretBinding *v1beta1.SecretBinding, opts v1.UpdateOptions) (*v1beta1.SecretBinding, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.SecretBinding, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.SecretBindingList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, seed *v1beta1.Seed, opts v1.CreateOptions) (*v1beta1.Seed, error) Update(ctx context.Context, seed *v1beta1.Seed, opts v1.UpdateOptions) (*v1beta1.Seed, error) UpdateStatus(ctx context.Context, seed *v1beta1.Seed, opts v1.UpdateOptions) (*v1beta1.Seed, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.Seed, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.SeedList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, 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(ctx context.Context, shoot *v1beta1.Shoot, opts v1.CreateOptions) (*v1beta1.Shoot, error) Update(ctx context.Context, shoot *v1beta1.Shoot, opts v1.UpdateOptions) (*v1beta1.Shoot, error) UpdateStatus(ctx context.Context, shoot *v1beta1.Shoot, opts v1.UpdateOptions) (*v1beta1.Shoot, error) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.Shoot, error) List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ShootList, error) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1beta1.Shoot, err error) CreateAdminKubeconfigRequest(ctx context.Context, shootName string, adminKubeconfigRequest *v1alpha1.AdminKubeconfigRequest, opts v1.CreateOptions) (*v1alpha1.AdminKubeconfigRequest, error) UpdateBinding(ctx context.Context, shootName string, shoot *v1beta1.Shoot, opts v1.UpdateOptions) (*v1beta1.Shoot, 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.