v1

package
v3.11.1-0...-4446e78 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2019 License: Apache-2.0 Imports: 7 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 ControllerConfigExpansion

type ControllerConfigExpansion interface{}

type ControllerConfigInterface

type ControllerConfigInterface interface {
	Create(*v1.ControllerConfig) (*v1.ControllerConfig, error)
	Update(*v1.ControllerConfig) (*v1.ControllerConfig, error)
	UpdateStatus(*v1.ControllerConfig) (*v1.ControllerConfig, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.ControllerConfig, error)
	List(opts metav1.ListOptions) (*v1.ControllerConfigList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (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(*v1.KubeletConfig) (*v1.KubeletConfig, error)
	Update(*v1.KubeletConfig) (*v1.KubeletConfig, error)
	UpdateStatus(*v1.KubeletConfig) (*v1.KubeletConfig, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.KubeletConfig, error)
	List(opts metav1.ListOptions) (*v1.KubeletConfigList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (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 MCOConfigExpansion

type MCOConfigExpansion interface{}

type MCOConfigInterface

type MCOConfigInterface interface {
	Create(*v1.MCOConfig) (*v1.MCOConfig, error)
	Update(*v1.MCOConfig) (*v1.MCOConfig, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.MCOConfig, error)
	List(opts metav1.ListOptions) (*v1.MCOConfigList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.MCOConfig, err error)
	MCOConfigExpansion
}

MCOConfigInterface has methods to work with MCOConfig resources.

type MCOConfigsGetter

type MCOConfigsGetter interface {
	MCOConfigs(namespace string) MCOConfigInterface
}

MCOConfigsGetter has a method to return a MCOConfigInterface. A group's client should implement this interface.

type MachineConfigExpansion

type MachineConfigExpansion interface{}

type MachineConfigInterface

type MachineConfigInterface interface {
	Create(*v1.MachineConfig) (*v1.MachineConfig, error)
	Update(*v1.MachineConfig) (*v1.MachineConfig, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.MachineConfig, error)
	List(opts metav1.ListOptions) (*v1.MachineConfigList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (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(*v1.MachineConfigPool) (*v1.MachineConfigPool, error)
	Update(*v1.MachineConfigPool) (*v1.MachineConfigPool, error)
	UpdateStatus(*v1.MachineConfigPool) (*v1.MachineConfigPool, error)
	Delete(name string, options *metav1.DeleteOptions) error
	DeleteCollection(options *metav1.DeleteOptions, listOptions metav1.ListOptions) error
	Get(name string, options metav1.GetOptions) (*v1.MachineConfigPool, error)
	List(opts metav1.ListOptions) (*v1.MachineConfigPoolList, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (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.

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) ControllerConfigs

func (*MachineconfigurationV1Client) KubeletConfigs

func (*MachineconfigurationV1Client) MCOConfigs

func (c *MachineconfigurationV1Client) MCOConfigs(namespace string) MCOConfigInterface

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