Documentation ¶
Overview ¶
This package has the automatically generated typed clients.
Index ¶
- type CloudProfileExpansion
- type CloudProfileInterface
- type CloudProfilesGetter
- type GardenV1beta1Client
- func (c *GardenV1beta1Client) CloudProfiles() CloudProfileInterface
- func (c *GardenV1beta1Client) Projects() ProjectInterface
- func (c *GardenV1beta1Client) Quotas(namespace string) QuotaInterface
- func (c *GardenV1beta1Client) RESTClient() rest.Interface
- func (c *GardenV1beta1Client) SecretBindings(namespace string) SecretBindingInterface
- func (c *GardenV1beta1Client) Seeds() SeedInterface
- func (c *GardenV1beta1Client) Shoots(namespace string) ShootInterface
- type GardenV1beta1Interface
- 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 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 GardenV1beta1Client ¶
type GardenV1beta1Client struct {
// contains filtered or unexported fields
}
GardenV1beta1Client is used to interact with features provided by the garden.sapcloud.io group.
func New ¶
func New(c rest.Interface) *GardenV1beta1Client
New creates a new GardenV1beta1Client for the given RESTClient.
func NewForConfig ¶
func NewForConfig(c *rest.Config) (*GardenV1beta1Client, error)
NewForConfig creates a new GardenV1beta1Client for the given config.
func NewForConfigOrDie ¶
func NewForConfigOrDie(c *rest.Config) *GardenV1beta1Client
NewForConfigOrDie creates a new GardenV1beta1Client for the given config and panics if there is an error in the config.
func (*GardenV1beta1Client) CloudProfiles ¶
func (c *GardenV1beta1Client) CloudProfiles() CloudProfileInterface
func (*GardenV1beta1Client) Projects ¶
func (c *GardenV1beta1Client) Projects() ProjectInterface
func (*GardenV1beta1Client) Quotas ¶
func (c *GardenV1beta1Client) Quotas(namespace string) QuotaInterface
func (*GardenV1beta1Client) RESTClient ¶
func (c *GardenV1beta1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*GardenV1beta1Client) SecretBindings ¶
func (c *GardenV1beta1Client) SecretBindings(namespace string) SecretBindingInterface
func (*GardenV1beta1Client) Seeds ¶
func (c *GardenV1beta1Client) Seeds() SeedInterface
func (*GardenV1beta1Client) Shoots ¶
func (c *GardenV1beta1Client) Shoots(namespace string) ShootInterface
type GardenV1beta1Interface ¶
type GardenV1beta1Interface interface { RESTClient() rest.Interface CloudProfilesGetter ProjectsGetter QuotasGetter SecretBindingsGetter SeedsGetter ShootsGetter }
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.