v1

package
v0.0.0-...-1a8f9bf Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 12 Imported by: 1

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 ContainerRuntimeConfigExpansion

type ContainerRuntimeConfigExpansion interface{}

type ContainerRuntimeConfigInterface

type ContainerRuntimeConfigInterface interface {
	Create(ctx context.Context, containerRuntimeConfig *v1.ContainerRuntimeConfig, opts metav1.CreateOptions) (*v1.ContainerRuntimeConfig, error)
	Update(ctx context.Context, containerRuntimeConfig *v1.ContainerRuntimeConfig, opts metav1.UpdateOptions) (*v1.ContainerRuntimeConfig, error)
	UpdateStatus(ctx context.Context, containerRuntimeConfig *v1.ContainerRuntimeConfig, opts metav1.UpdateOptions) (*v1.ContainerRuntimeConfig, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ContainerRuntimeConfig, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ContainerRuntimeConfigList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ContainerRuntimeConfig, err error)
	Apply(ctx context.Context, containerRuntimeConfig *machineconfigurationv1.ContainerRuntimeConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.ContainerRuntimeConfig, err error)
	ApplyStatus(ctx context.Context, containerRuntimeConfig *machineconfigurationv1.ContainerRuntimeConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.ContainerRuntimeConfig, err error)
	ContainerRuntimeConfigExpansion
}

ContainerRuntimeConfigInterface has methods to work with ContainerRuntimeConfig resources.

type ContainerRuntimeConfigsGetter

type ContainerRuntimeConfigsGetter interface {
	ContainerRuntimeConfigs() ContainerRuntimeConfigInterface
}

ContainerRuntimeConfigsGetter has a method to return a ContainerRuntimeConfigInterface. A group's client should implement this interface.

type ControllerConfigExpansion

type ControllerConfigExpansion interface{}

type ControllerConfigInterface

type ControllerConfigInterface interface {
	Create(ctx context.Context, controllerConfig *v1.ControllerConfig, opts metav1.CreateOptions) (*v1.ControllerConfig, error)
	Update(ctx context.Context, controllerConfig *v1.ControllerConfig, opts metav1.UpdateOptions) (*v1.ControllerConfig, error)
	UpdateStatus(ctx context.Context, controllerConfig *v1.ControllerConfig, opts metav1.UpdateOptions) (*v1.ControllerConfig, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ControllerConfig, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.ControllerConfigList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.ControllerConfig, err error)
	Apply(ctx context.Context, controllerConfig *machineconfigurationv1.ControllerConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.ControllerConfig, err error)
	ApplyStatus(ctx context.Context, controllerConfig *machineconfigurationv1.ControllerConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.ControllerConfig, err error)
	ControllerConfigExpansion
}

ControllerConfigInterface has methods to work with ControllerConfig resources.

type ControllerConfigsGetter

type ControllerConfigsGetter interface {
	ControllerConfigs() ControllerConfigInterface
}

ControllerConfigsGetter has a method to return a ControllerConfigInterface. A group's client should implement this interface.

type KubeletConfigExpansion

type KubeletConfigExpansion interface{}

type KubeletConfigInterface

type KubeletConfigInterface interface {
	Create(ctx context.Context, kubeletConfig *v1.KubeletConfig, opts metav1.CreateOptions) (*v1.KubeletConfig, error)
	Update(ctx context.Context, kubeletConfig *v1.KubeletConfig, opts metav1.UpdateOptions) (*v1.KubeletConfig, error)
	UpdateStatus(ctx context.Context, kubeletConfig *v1.KubeletConfig, opts metav1.UpdateOptions) (*v1.KubeletConfig, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.KubeletConfig, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.KubeletConfigList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.KubeletConfig, err error)
	Apply(ctx context.Context, kubeletConfig *machineconfigurationv1.KubeletConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.KubeletConfig, err error)
	ApplyStatus(ctx context.Context, kubeletConfig *machineconfigurationv1.KubeletConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.KubeletConfig, err error)
	KubeletConfigExpansion
}

KubeletConfigInterface has methods to work with KubeletConfig resources.

type KubeletConfigsGetter

type KubeletConfigsGetter interface {
	KubeletConfigs() KubeletConfigInterface
}

KubeletConfigsGetter has a method to return a KubeletConfigInterface. A group's client should implement this interface.

type MachineConfigExpansion

type MachineConfigExpansion interface{}

type MachineConfigInterface

type MachineConfigInterface interface {
	Create(ctx context.Context, machineConfig *v1.MachineConfig, opts metav1.CreateOptions) (*v1.MachineConfig, error)
	Update(ctx context.Context, machineConfig *v1.MachineConfig, opts metav1.UpdateOptions) (*v1.MachineConfig, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.MachineConfig, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.MachineConfigList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.MachineConfig, err error)
	Apply(ctx context.Context, machineConfig *machineconfigurationv1.MachineConfigApplyConfiguration, opts metav1.ApplyOptions) (result *v1.MachineConfig, err error)
	MachineConfigExpansion
}

MachineConfigInterface has methods to work with MachineConfig resources.

type MachineConfigPoolExpansion

type MachineConfigPoolExpansion interface{}

type MachineConfigPoolInterface

type MachineConfigPoolInterface interface {
	Create(ctx context.Context, machineConfigPool *v1.MachineConfigPool, opts metav1.CreateOptions) (*v1.MachineConfigPool, error)
	Update(ctx context.Context, machineConfigPool *v1.MachineConfigPool, opts metav1.UpdateOptions) (*v1.MachineConfigPool, error)
	UpdateStatus(ctx context.Context, machineConfigPool *v1.MachineConfigPool, opts metav1.UpdateOptions) (*v1.MachineConfigPool, error)
	Delete(ctx context.Context, name string, opts metav1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts metav1.DeleteOptions, listOpts metav1.ListOptions) error
	Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.MachineConfigPool, error)
	List(ctx context.Context, opts metav1.ListOptions) (*v1.MachineConfigPoolList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts metav1.PatchOptions, subresources ...string) (result *v1.MachineConfigPool, err error)
	Apply(ctx context.Context, machineConfigPool *machineconfigurationv1.MachineConfigPoolApplyConfiguration, opts metav1.ApplyOptions) (result *v1.MachineConfigPool, err error)
	ApplyStatus(ctx context.Context, machineConfigPool *machineconfigurationv1.MachineConfigPoolApplyConfiguration, opts metav1.ApplyOptions) (result *v1.MachineConfigPool, err error)
	MachineConfigPoolExpansion
}

MachineConfigPoolInterface has methods to work with MachineConfigPool resources.

type MachineConfigPoolsGetter

type MachineConfigPoolsGetter interface {
	MachineConfigPools() MachineConfigPoolInterface
}

MachineConfigPoolsGetter has a method to return a MachineConfigPoolInterface. A group's client should implement this interface.

type MachineConfigsGetter

type MachineConfigsGetter interface {
	MachineConfigs() MachineConfigInterface
}

MachineConfigsGetter has a method to return a MachineConfigInterface. A group's client should implement this interface.

type MachineconfigurationV1Client

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

MachineconfigurationV1Client is used to interact with features provided by the machineconfiguration.openshift.io group.

func New

New creates a new MachineconfigurationV1Client for the given RESTClient.

func NewForConfig

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

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

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

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

func (*MachineconfigurationV1Client) ContainerRuntimeConfigs

func (*MachineconfigurationV1Client) ControllerConfigs

func (*MachineconfigurationV1Client) KubeletConfigs

func (*MachineconfigurationV1Client) MachineConfigPools

func (*MachineconfigurationV1Client) MachineConfigs

func (*MachineconfigurationV1Client) RESTClient

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

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