package fake
import "k8s.io/client-go/kubernetes/typed/node/v1beta1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeNodeV1beta1
- func (c *FakeNodeV1beta1) RESTClient() rest.Interface
- func (c *FakeNodeV1beta1) RuntimeClasses() v1beta1.RuntimeClassInterface
- type FakeRuntimeClasses
- func (c *FakeRuntimeClasses) Create(runtimeClass *v1beta1.RuntimeClass) (result *v1beta1.RuntimeClass, err error)
- func (c *FakeRuntimeClasses) Delete(name string, options *v1.DeleteOptions) error
- func (c *FakeRuntimeClasses) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
- func (c *FakeRuntimeClasses) Get(name string, options v1.GetOptions) (result *v1beta1.RuntimeClass, err error)
- func (c *FakeRuntimeClasses) List(opts v1.ListOptions) (result *v1beta1.RuntimeClassList, err error)
- func (c *FakeRuntimeClasses) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.RuntimeClass, err error)
- func (c *FakeRuntimeClasses) Update(runtimeClass *v1beta1.RuntimeClass) (result *v1beta1.RuntimeClass, err error)
- func (c *FakeRuntimeClasses) Watch(opts v1.ListOptions) (watch.Interface, error)
Types ¶
type FakeNodeV1beta1 ¶
func (*FakeNodeV1beta1) RESTClient ¶
func (c *FakeNodeV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeNodeV1beta1) RuntimeClasses ¶
func (c *FakeNodeV1beta1) RuntimeClasses() v1beta1.RuntimeClassInterface
type FakeRuntimeClasses ¶
type FakeRuntimeClasses struct { Fake *FakeNodeV1beta1 }
FakeRuntimeClasses implements RuntimeClassInterface
func (*FakeRuntimeClasses) Create ¶
func (c *FakeRuntimeClasses) Create(runtimeClass *v1beta1.RuntimeClass) (result *v1beta1.RuntimeClass, err error)
Create takes the representation of a runtimeClass and creates it. Returns the server's representation of the runtimeClass, and an error, if there is any.
func (*FakeRuntimeClasses) Delete ¶
func (c *FakeRuntimeClasses) Delete(name string, options *v1.DeleteOptions) error
Delete takes name of the runtimeClass and deletes it. Returns an error if one occurs.
func (*FakeRuntimeClasses) DeleteCollection ¶
func (c *FakeRuntimeClasses) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeRuntimeClasses) Get ¶
func (c *FakeRuntimeClasses) Get(name string, options v1.GetOptions) (result *v1beta1.RuntimeClass, err error)
Get takes name of the runtimeClass, and returns the corresponding runtimeClass object, and an error if there is any.
func (*FakeRuntimeClasses) List ¶
func (c *FakeRuntimeClasses) List(opts v1.ListOptions) (result *v1beta1.RuntimeClassList, err error)
List takes label and field selectors, and returns the list of RuntimeClasses that match those selectors.
func (*FakeRuntimeClasses) Patch ¶
func (c *FakeRuntimeClasses) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.RuntimeClass, err error)
Patch applies the patch and returns the patched runtimeClass.
func (*FakeRuntimeClasses) Update ¶
func (c *FakeRuntimeClasses) Update(runtimeClass *v1beta1.RuntimeClass) (result *v1beta1.RuntimeClass, err error)
Update takes the representation of a runtimeClass and updates it. Returns the server's representation of the runtimeClass, and an error, if there is any.
func (*FakeRuntimeClasses) Watch ¶
func (c *FakeRuntimeClasses) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested runtimeClasses.
Source Files ¶
doc.go fake_node_client.go fake_runtimeclass.go
- Version
- v0.17.16
- Published
- Dec 18, 2020
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 5 minutes ago –
Tools for package owners.