v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: Apache-2.0 Imports: 10 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 IdoV1alpha1Client

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

IdoV1alpha1Client is used to interact with features provided by the ido.intel.com group.

func New

New creates a new IdoV1alpha1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*IdoV1alpha1Client) Intents

func (c *IdoV1alpha1Client) Intents(namespace string) IntentInterface

func (*IdoV1alpha1Client) KPIProfiles

func (c *IdoV1alpha1Client) KPIProfiles(namespace string) KPIProfileInterface

func (*IdoV1alpha1Client) RESTClient

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

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

type IdoV1alpha1Interface

type IdoV1alpha1Interface interface {
	RESTClient() rest.Interface
	IntentsGetter
	KPIProfilesGetter
}

type IntentExpansion

type IntentExpansion interface{}

type IntentInterface

type IntentInterface interface {
	Create(ctx context.Context, intent *v1alpha1.Intent, opts v1.CreateOptions) (*v1alpha1.Intent, error)
	Update(ctx context.Context, intent *v1alpha1.Intent, opts v1.UpdateOptions) (*v1alpha1.Intent, 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.Intent, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.IntentList, 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.Intent, err error)
	IntentExpansion
}

IntentInterface has methods to work with Intent resources.

type IntentsGetter

type IntentsGetter interface {
	Intents(namespace string) IntentInterface
}

IntentsGetter has a method to return a IntentInterface. A group's client should implement this interface.

type KPIProfileExpansion

type KPIProfileExpansion interface{}

type KPIProfileInterface

type KPIProfileInterface interface {
	Create(ctx context.Context, kPIProfile *v1alpha1.KPIProfile, opts v1.CreateOptions) (*v1alpha1.KPIProfile, error)
	Update(ctx context.Context, kPIProfile *v1alpha1.KPIProfile, opts v1.UpdateOptions) (*v1alpha1.KPIProfile, error)
	UpdateStatus(ctx context.Context, kPIProfile *v1alpha1.KPIProfile, opts v1.UpdateOptions) (*v1alpha1.KPIProfile, 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.KPIProfile, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KPIProfileList, 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.KPIProfile, err error)
	KPIProfileExpansion
}

KPIProfileInterface has methods to work with KPIProfile resources.

type KPIProfilesGetter

type KPIProfilesGetter interface {
	KPIProfiles(namespace string) KPIProfileInterface
}

KPIProfilesGetter has a method to return a KPIProfileInterface. 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