v1alpha1

package
v0.0.0-...-f9da79c Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 9 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 ClusterTriggerAuthenticationExpansion

type ClusterTriggerAuthenticationExpansion interface{}

type ClusterTriggerAuthenticationInterface

type ClusterTriggerAuthenticationInterface interface {
	Create(ctx context.Context, clusterTriggerAuthentication *v1alpha1.ClusterTriggerAuthentication, opts v1.CreateOptions) (*v1alpha1.ClusterTriggerAuthentication, error)
	Update(ctx context.Context, clusterTriggerAuthentication *v1alpha1.ClusterTriggerAuthentication, opts v1.UpdateOptions) (*v1alpha1.ClusterTriggerAuthentication, error)
	UpdateStatus(ctx context.Context, clusterTriggerAuthentication *v1alpha1.ClusterTriggerAuthentication, opts v1.UpdateOptions) (*v1alpha1.ClusterTriggerAuthentication, 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) (*v1alpha1.ClusterTriggerAuthentication, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ClusterTriggerAuthenticationList, 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 *v1alpha1.ClusterTriggerAuthentication, err error)
	ClusterTriggerAuthenticationExpansion
}

ClusterTriggerAuthenticationInterface has methods to work with ClusterTriggerAuthentication resources.

type ClusterTriggerAuthenticationsGetter

type ClusterTriggerAuthenticationsGetter interface {
	ClusterTriggerAuthentications() ClusterTriggerAuthenticationInterface
}

ClusterTriggerAuthenticationsGetter has a method to return a ClusterTriggerAuthenticationInterface. A group's client should implement this interface.

type KedaV1alpha1Client

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

KedaV1alpha1Client is used to interact with features provided by the keda group.

func New

New creates a new KedaV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KedaV1alpha1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*KedaV1alpha1Client, error)

NewForConfigAndClient creates a new KedaV1alpha1Client 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) *KedaV1alpha1Client

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

func (*KedaV1alpha1Client) ClusterTriggerAuthentications

func (c *KedaV1alpha1Client) ClusterTriggerAuthentications() ClusterTriggerAuthenticationInterface

func (*KedaV1alpha1Client) RESTClient

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

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

func (*KedaV1alpha1Client) ScaledJobs

func (c *KedaV1alpha1Client) ScaledJobs(namespace string) ScaledJobInterface

func (*KedaV1alpha1Client) ScaledObjects

func (c *KedaV1alpha1Client) ScaledObjects(namespace string) ScaledObjectInterface

func (*KedaV1alpha1Client) TriggerAuthentications

func (c *KedaV1alpha1Client) TriggerAuthentications(namespace string) TriggerAuthenticationInterface

type ScaledJobExpansion

type ScaledJobExpansion interface{}

type ScaledJobInterface

type ScaledJobInterface interface {
	Create(ctx context.Context, scaledJob *v1alpha1.ScaledJob, opts v1.CreateOptions) (*v1alpha1.ScaledJob, error)
	Update(ctx context.Context, scaledJob *v1alpha1.ScaledJob, opts v1.UpdateOptions) (*v1alpha1.ScaledJob, error)
	UpdateStatus(ctx context.Context, scaledJob *v1alpha1.ScaledJob, opts v1.UpdateOptions) (*v1alpha1.ScaledJob, 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) (*v1alpha1.ScaledJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ScaledJobList, 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 *v1alpha1.ScaledJob, err error)
	ScaledJobExpansion
}

ScaledJobInterface has methods to work with ScaledJob resources.

type ScaledJobsGetter

type ScaledJobsGetter interface {
	ScaledJobs(namespace string) ScaledJobInterface
}

ScaledJobsGetter has a method to return a ScaledJobInterface. A group's client should implement this interface.

type ScaledObjectExpansion

type ScaledObjectExpansion interface{}

type ScaledObjectInterface

type ScaledObjectInterface interface {
	Create(ctx context.Context, scaledObject *v1alpha1.ScaledObject, opts v1.CreateOptions) (*v1alpha1.ScaledObject, error)
	Update(ctx context.Context, scaledObject *v1alpha1.ScaledObject, opts v1.UpdateOptions) (*v1alpha1.ScaledObject, error)
	UpdateStatus(ctx context.Context, scaledObject *v1alpha1.ScaledObject, opts v1.UpdateOptions) (*v1alpha1.ScaledObject, 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) (*v1alpha1.ScaledObject, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ScaledObjectList, 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 *v1alpha1.ScaledObject, err error)
	ScaledObjectExpansion
}

ScaledObjectInterface has methods to work with ScaledObject resources.

type ScaledObjectsGetter

type ScaledObjectsGetter interface {
	ScaledObjects(namespace string) ScaledObjectInterface
}

ScaledObjectsGetter has a method to return a ScaledObjectInterface. A group's client should implement this interface.

type TriggerAuthenticationExpansion

type TriggerAuthenticationExpansion interface{}

type TriggerAuthenticationInterface

type TriggerAuthenticationInterface interface {
	Create(ctx context.Context, triggerAuthentication *v1alpha1.TriggerAuthentication, opts v1.CreateOptions) (*v1alpha1.TriggerAuthentication, error)
	Update(ctx context.Context, triggerAuthentication *v1alpha1.TriggerAuthentication, opts v1.UpdateOptions) (*v1alpha1.TriggerAuthentication, error)
	UpdateStatus(ctx context.Context, triggerAuthentication *v1alpha1.TriggerAuthentication, opts v1.UpdateOptions) (*v1alpha1.TriggerAuthentication, 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) (*v1alpha1.TriggerAuthentication, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.TriggerAuthenticationList, 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 *v1alpha1.TriggerAuthentication, err error)
	TriggerAuthenticationExpansion
}

TriggerAuthenticationInterface has methods to work with TriggerAuthentication resources.

type TriggerAuthenticationsGetter

type TriggerAuthenticationsGetter interface {
	TriggerAuthentications(namespace string) TriggerAuthenticationInterface
}

TriggerAuthenticationsGetter has a method to return a TriggerAuthenticationInterface. 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