v1alpha1

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 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 AAQExpansion

type AAQExpansion interface{}

type AAQInterface

type AAQInterface interface {
	Create(ctx context.Context, aAQ *v1alpha1.AAQ, opts v1.CreateOptions) (*v1alpha1.AAQ, error)
	Update(ctx context.Context, aAQ *v1alpha1.AAQ, opts v1.UpdateOptions) (*v1alpha1.AAQ, error)
	UpdateStatus(ctx context.Context, aAQ *v1alpha1.AAQ, opts v1.UpdateOptions) (*v1alpha1.AAQ, 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.AAQ, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AAQList, 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.AAQ, err error)
	AAQExpansion
}

AAQInterface has methods to work with AAQ resources.

type AAQJobQueueConfigExpansion

type AAQJobQueueConfigExpansion interface{}

type AAQJobQueueConfigInterface

type AAQJobQueueConfigInterface interface {
	Create(ctx context.Context, aAQJobQueueConfig *v1alpha1.AAQJobQueueConfig, opts v1.CreateOptions) (*v1alpha1.AAQJobQueueConfig, error)
	Update(ctx context.Context, aAQJobQueueConfig *v1alpha1.AAQJobQueueConfig, opts v1.UpdateOptions) (*v1alpha1.AAQJobQueueConfig, error)
	UpdateStatus(ctx context.Context, aAQJobQueueConfig *v1alpha1.AAQJobQueueConfig, opts v1.UpdateOptions) (*v1alpha1.AAQJobQueueConfig, 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.AAQJobQueueConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AAQJobQueueConfigList, 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.AAQJobQueueConfig, err error)
	AAQJobQueueConfigExpansion
}

AAQJobQueueConfigInterface has methods to work with AAQJobQueueConfig resources.

type AAQJobQueueConfigsGetter

type AAQJobQueueConfigsGetter interface {
	AAQJobQueueConfigs(namespace string) AAQJobQueueConfigInterface
}

AAQJobQueueConfigsGetter has a method to return a AAQJobQueueConfigInterface. A group's client should implement this interface.

type AAQsGetter

type AAQsGetter interface {
	AAQs() AAQInterface
}

AAQsGetter has a method to return a AAQInterface. A group's client should implement this interface.

type AaqV1alpha1Client

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

AaqV1alpha1Client is used to interact with features provided by the aaq.kubevirt.io group.

func New

New creates a new AaqV1alpha1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*AaqV1alpha1Client) AAQJobQueueConfigs

func (c *AaqV1alpha1Client) AAQJobQueueConfigs(namespace string) AAQJobQueueConfigInterface

func (*AaqV1alpha1Client) AAQs

func (c *AaqV1alpha1Client) AAQs() AAQInterface

func (*AaqV1alpha1Client) ApplicationAwareAppliedClusterResourceQuotas added in v1.1.5

func (c *AaqV1alpha1Client) ApplicationAwareAppliedClusterResourceQuotas(namespace string) ApplicationAwareAppliedClusterResourceQuotaInterface

func (*AaqV1alpha1Client) ApplicationAwareClusterResourceQuotas

func (c *AaqV1alpha1Client) ApplicationAwareClusterResourceQuotas() ApplicationAwareClusterResourceQuotaInterface

func (*AaqV1alpha1Client) ApplicationAwareResourceQuotas

func (c *AaqV1alpha1Client) ApplicationAwareResourceQuotas(namespace string) ApplicationAwareResourceQuotaInterface

func (*AaqV1alpha1Client) RESTClient

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

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

type ApplicationAwareAppliedClusterResourceQuotaExpansion added in v1.1.5

type ApplicationAwareAppliedClusterResourceQuotaExpansion interface{}

type ApplicationAwareAppliedClusterResourceQuotaInterface added in v1.1.5

ApplicationAwareAppliedClusterResourceQuotaInterface has methods to work with ApplicationAwareAppliedClusterResourceQuota resources.

type ApplicationAwareAppliedClusterResourceQuotasGetter added in v1.1.5

type ApplicationAwareAppliedClusterResourceQuotasGetter interface {
	ApplicationAwareAppliedClusterResourceQuotas(namespace string) ApplicationAwareAppliedClusterResourceQuotaInterface
}

ApplicationAwareAppliedClusterResourceQuotasGetter has a method to return a ApplicationAwareAppliedClusterResourceQuotaInterface. A group's client should implement this interface.

type ApplicationAwareClusterResourceQuotaExpansion

type ApplicationAwareClusterResourceQuotaExpansion interface{}

type ApplicationAwareClusterResourceQuotaInterface

ApplicationAwareClusterResourceQuotaInterface has methods to work with ApplicationAwareClusterResourceQuota resources.

type ApplicationAwareClusterResourceQuotasGetter

type ApplicationAwareClusterResourceQuotasGetter interface {
	ApplicationAwareClusterResourceQuotas() ApplicationAwareClusterResourceQuotaInterface
}

ApplicationAwareClusterResourceQuotasGetter has a method to return a ApplicationAwareClusterResourceQuotaInterface. A group's client should implement this interface.

type ApplicationAwareResourceQuotaExpansion

type ApplicationAwareResourceQuotaExpansion interface{}

type ApplicationAwareResourceQuotaInterface

type ApplicationAwareResourceQuotaInterface interface {
	Create(ctx context.Context, applicationAwareResourceQuota *v1alpha1.ApplicationAwareResourceQuota, opts v1.CreateOptions) (*v1alpha1.ApplicationAwareResourceQuota, error)
	Update(ctx context.Context, applicationAwareResourceQuota *v1alpha1.ApplicationAwareResourceQuota, opts v1.UpdateOptions) (*v1alpha1.ApplicationAwareResourceQuota, error)
	UpdateStatus(ctx context.Context, applicationAwareResourceQuota *v1alpha1.ApplicationAwareResourceQuota, opts v1.UpdateOptions) (*v1alpha1.ApplicationAwareResourceQuota, 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.ApplicationAwareResourceQuota, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ApplicationAwareResourceQuotaList, 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.ApplicationAwareResourceQuota, err error)
	ApplicationAwareResourceQuotaExpansion
}

ApplicationAwareResourceQuotaInterface has methods to work with ApplicationAwareResourceQuota resources.

type ApplicationAwareResourceQuotasGetter

type ApplicationAwareResourceQuotasGetter interface {
	ApplicationAwareResourceQuotas(namespace string) ApplicationAwareResourceQuotaInterface
}

ApplicationAwareResourceQuotasGetter has a method to return a ApplicationAwareResourceQuotaInterface. 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