v1alpha1

package
v0.0.0-...-b054aa7 Latest Latest
Warning

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

Go to latest
Published: May 28, 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 MachineConfigNodeExpansion

type MachineConfigNodeExpansion interface{}

type MachineConfigNodeInterface

type MachineConfigNodeInterface interface {
	Create(ctx context.Context, machineConfigNode *v1alpha1.MachineConfigNode, opts v1.CreateOptions) (*v1alpha1.MachineConfigNode, error)
	Update(ctx context.Context, machineConfigNode *v1alpha1.MachineConfigNode, opts v1.UpdateOptions) (*v1alpha1.MachineConfigNode, error)
	UpdateStatus(ctx context.Context, machineConfigNode *v1alpha1.MachineConfigNode, opts v1.UpdateOptions) (*v1alpha1.MachineConfigNode, 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.MachineConfigNode, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineConfigNodeList, 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.MachineConfigNode, err error)
	Apply(ctx context.Context, machineConfigNode *machineconfigurationv1alpha1.MachineConfigNodeApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MachineConfigNode, err error)
	ApplyStatus(ctx context.Context, machineConfigNode *machineconfigurationv1alpha1.MachineConfigNodeApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MachineConfigNode, err error)
	MachineConfigNodeExpansion
}

MachineConfigNodeInterface has methods to work with MachineConfigNode resources.

type MachineConfigNodesGetter

type MachineConfigNodesGetter interface {
	MachineConfigNodes() MachineConfigNodeInterface
}

MachineConfigNodesGetter has a method to return a MachineConfigNodeInterface. A group's client should implement this interface.

type MachineOSBuildExpansion

type MachineOSBuildExpansion interface{}

type MachineOSBuildInterface

type MachineOSBuildInterface interface {
	Create(ctx context.Context, machineOSBuild *v1alpha1.MachineOSBuild, opts v1.CreateOptions) (*v1alpha1.MachineOSBuild, error)
	Update(ctx context.Context, machineOSBuild *v1alpha1.MachineOSBuild, opts v1.UpdateOptions) (*v1alpha1.MachineOSBuild, error)
	UpdateStatus(ctx context.Context, machineOSBuild *v1alpha1.MachineOSBuild, opts v1.UpdateOptions) (*v1alpha1.MachineOSBuild, 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.MachineOSBuild, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineOSBuildList, 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.MachineOSBuild, err error)
	Apply(ctx context.Context, machineOSBuild *machineconfigurationv1alpha1.MachineOSBuildApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MachineOSBuild, err error)
	ApplyStatus(ctx context.Context, machineOSBuild *machineconfigurationv1alpha1.MachineOSBuildApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MachineOSBuild, err error)
	MachineOSBuildExpansion
}

MachineOSBuildInterface has methods to work with MachineOSBuild resources.

type MachineOSBuildsGetter

type MachineOSBuildsGetter interface {
	MachineOSBuilds() MachineOSBuildInterface
}

MachineOSBuildsGetter has a method to return a MachineOSBuildInterface. A group's client should implement this interface.

type MachineOSConfigExpansion

type MachineOSConfigExpansion interface{}

type MachineOSConfigInterface

type MachineOSConfigInterface interface {
	Create(ctx context.Context, machineOSConfig *v1alpha1.MachineOSConfig, opts v1.CreateOptions) (*v1alpha1.MachineOSConfig, error)
	Update(ctx context.Context, machineOSConfig *v1alpha1.MachineOSConfig, opts v1.UpdateOptions) (*v1alpha1.MachineOSConfig, error)
	UpdateStatus(ctx context.Context, machineOSConfig *v1alpha1.MachineOSConfig, opts v1.UpdateOptions) (*v1alpha1.MachineOSConfig, 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.MachineOSConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineOSConfigList, 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.MachineOSConfig, err error)
	Apply(ctx context.Context, machineOSConfig *machineconfigurationv1alpha1.MachineOSConfigApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MachineOSConfig, err error)
	ApplyStatus(ctx context.Context, machineOSConfig *machineconfigurationv1alpha1.MachineOSConfigApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.MachineOSConfig, err error)
	MachineOSConfigExpansion
}

MachineOSConfigInterface has methods to work with MachineOSConfig resources.

type MachineOSConfigsGetter

type MachineOSConfigsGetter interface {
	MachineOSConfigs() MachineOSConfigInterface
}

MachineOSConfigsGetter has a method to return a MachineOSConfigInterface. A group's client should implement this interface.

type MachineconfigurationV1alpha1Client

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

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

func New

New creates a new MachineconfigurationV1alpha1Client for the given RESTClient.

func NewForConfig

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

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

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

func (*MachineconfigurationV1alpha1Client) MachineConfigNodes

func (*MachineconfigurationV1alpha1Client) MachineOSBuilds

func (*MachineconfigurationV1alpha1Client) MachineOSConfigs

func (*MachineconfigurationV1alpha1Client) PinnedImageSets

func (*MachineconfigurationV1alpha1Client) RESTClient

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

type PinnedImageSetExpansion

type PinnedImageSetExpansion interface{}

type PinnedImageSetInterface

type PinnedImageSetInterface interface {
	Create(ctx context.Context, pinnedImageSet *v1alpha1.PinnedImageSet, opts v1.CreateOptions) (*v1alpha1.PinnedImageSet, error)
	Update(ctx context.Context, pinnedImageSet *v1alpha1.PinnedImageSet, opts v1.UpdateOptions) (*v1alpha1.PinnedImageSet, error)
	UpdateStatus(ctx context.Context, pinnedImageSet *v1alpha1.PinnedImageSet, opts v1.UpdateOptions) (*v1alpha1.PinnedImageSet, 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.PinnedImageSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PinnedImageSetList, 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.PinnedImageSet, err error)
	Apply(ctx context.Context, pinnedImageSet *machineconfigurationv1alpha1.PinnedImageSetApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.PinnedImageSet, err error)
	ApplyStatus(ctx context.Context, pinnedImageSet *machineconfigurationv1alpha1.PinnedImageSetApplyConfiguration, opts v1.ApplyOptions) (result *v1alpha1.PinnedImageSet, err error)
	PinnedImageSetExpansion
}

PinnedImageSetInterface has methods to work with PinnedImageSet resources.

type PinnedImageSetsGetter

type PinnedImageSetsGetter interface {
	PinnedImageSets() PinnedImageSetInterface
}

PinnedImageSetsGetter has a method to return a PinnedImageSetInterface. 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