v1alpha1

package
v3.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 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 ConfigurationV1alpha1Client

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

ConfigurationV1alpha1Client is used to interact with features provided by the configuration.konghq.com group.

func New

New creates a new ConfigurationV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ConfigurationV1alpha1Client 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) (*ConfigurationV1alpha1Client, error)

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

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

func (*ConfigurationV1alpha1Client) IngressClassParameterses

func (c *ConfigurationV1alpha1Client) IngressClassParameterses(namespace string) IngressClassParametersInterface

func (*ConfigurationV1alpha1Client) KongCustomEntities added in v3.2.0

func (c *ConfigurationV1alpha1Client) KongCustomEntities(namespace string) KongCustomEntityInterface

func (*ConfigurationV1alpha1Client) KongLicenses added in v3.1.0

func (*ConfigurationV1alpha1Client) KongVaults added in v3.1.0

func (*ConfigurationV1alpha1Client) RESTClient

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

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

type IngressClassParametersExpansion

type IngressClassParametersExpansion interface{}

type IngressClassParametersInterface

type IngressClassParametersInterface interface {
	Create(ctx context.Context, ingressClassParameters *v1alpha1.IngressClassParameters, opts v1.CreateOptions) (*v1alpha1.IngressClassParameters, error)
	Update(ctx context.Context, ingressClassParameters *v1alpha1.IngressClassParameters, opts v1.UpdateOptions) (*v1alpha1.IngressClassParameters, 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.IngressClassParameters, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IngressClassParametersList, 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.IngressClassParameters, err error)
	IngressClassParametersExpansion
}

IngressClassParametersInterface has methods to work with IngressClassParameters resources.

type IngressClassParametersesGetter

type IngressClassParametersesGetter interface {
	IngressClassParameterses(namespace string) IngressClassParametersInterface
}

IngressClassParametersesGetter has a method to return a IngressClassParametersInterface. A group's client should implement this interface.

type KongCustomEntitiesGetter added in v3.2.0

type KongCustomEntitiesGetter interface {
	KongCustomEntities(namespace string) KongCustomEntityInterface
}

KongCustomEntitiesGetter has a method to return a KongCustomEntityInterface. A group's client should implement this interface.

type KongCustomEntityExpansion added in v3.2.0

type KongCustomEntityExpansion interface{}

type KongCustomEntityInterface added in v3.2.0

type KongCustomEntityInterface interface {
	Create(ctx context.Context, kongCustomEntity *v1alpha1.KongCustomEntity, opts v1.CreateOptions) (*v1alpha1.KongCustomEntity, error)
	Update(ctx context.Context, kongCustomEntity *v1alpha1.KongCustomEntity, opts v1.UpdateOptions) (*v1alpha1.KongCustomEntity, error)
	UpdateStatus(ctx context.Context, kongCustomEntity *v1alpha1.KongCustomEntity, opts v1.UpdateOptions) (*v1alpha1.KongCustomEntity, 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.KongCustomEntity, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KongCustomEntityList, 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.KongCustomEntity, err error)
	KongCustomEntityExpansion
}

KongCustomEntityInterface has methods to work with KongCustomEntity resources.

type KongLicenseExpansion added in v3.1.0

type KongLicenseExpansion interface{}

type KongLicenseInterface added in v3.1.0

type KongLicenseInterface interface {
	Create(ctx context.Context, kongLicense *v1alpha1.KongLicense, opts v1.CreateOptions) (*v1alpha1.KongLicense, error)
	Update(ctx context.Context, kongLicense *v1alpha1.KongLicense, opts v1.UpdateOptions) (*v1alpha1.KongLicense, error)
	UpdateStatus(ctx context.Context, kongLicense *v1alpha1.KongLicense, opts v1.UpdateOptions) (*v1alpha1.KongLicense, 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.KongLicense, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KongLicenseList, 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.KongLicense, err error)
	KongLicenseExpansion
}

KongLicenseInterface has methods to work with KongLicense resources.

type KongLicensesGetter added in v3.1.0

type KongLicensesGetter interface {
	KongLicenses() KongLicenseInterface
}

KongLicensesGetter has a method to return a KongLicenseInterface. A group's client should implement this interface.

type KongVaultExpansion added in v3.1.0

type KongVaultExpansion interface{}

type KongVaultInterface added in v3.1.0

type KongVaultInterface interface {
	Create(ctx context.Context, kongVault *v1alpha1.KongVault, opts v1.CreateOptions) (*v1alpha1.KongVault, error)
	Update(ctx context.Context, kongVault *v1alpha1.KongVault, opts v1.UpdateOptions) (*v1alpha1.KongVault, error)
	UpdateStatus(ctx context.Context, kongVault *v1alpha1.KongVault, opts v1.UpdateOptions) (*v1alpha1.KongVault, 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.KongVault, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KongVaultList, 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.KongVault, err error)
	KongVaultExpansion
}

KongVaultInterface has methods to work with KongVault resources.

type KongVaultsGetter added in v3.1.0

type KongVaultsGetter interface {
	KongVaults() KongVaultInterface
}

KongVaultsGetter has a method to return a KongVaultInterface. 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