package fake

import "k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeStorageVersionMigrations

type FakeStorageVersionMigrations struct {
	Fake *FakeStoragemigrationV1alpha1
}

FakeStorageVersionMigrations implements StorageVersionMigrationInterface

func (*FakeStorageVersionMigrations) Apply

Apply takes the given apply declarative configuration, applies it and returns the applied storageVersionMigration.

func (*FakeStorageVersionMigrations) ApplyStatus

ApplyStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating ApplyStatus().

func (*FakeStorageVersionMigrations) Create

Create takes the representation of a storageVersionMigration and creates it. Returns the server's representation of the storageVersionMigration, and an error, if there is any.

func (*FakeStorageVersionMigrations) Delete

Delete takes name of the storageVersionMigration and deletes it. Returns an error if one occurs.

func (*FakeStorageVersionMigrations) DeleteCollection

func (c *FakeStorageVersionMigrations) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeStorageVersionMigrations) Get

Get takes name of the storageVersionMigration, and returns the corresponding storageVersionMigration object, and an error if there is any.

func (*FakeStorageVersionMigrations) List

List takes label and field selectors, and returns the list of StorageVersionMigrations that match those selectors.

func (*FakeStorageVersionMigrations) Patch

func (c *FakeStorageVersionMigrations) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.StorageVersionMigration, err error)

Patch applies the patch and returns the patched storageVersionMigration.

func (*FakeStorageVersionMigrations) Update

Update takes the representation of a storageVersionMigration and updates it. Returns the server's representation of the storageVersionMigration, and an error, if there is any.

func (*FakeStorageVersionMigrations) UpdateStatus

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeStorageVersionMigrations) Watch

Watch returns a watch.Interface that watches the requested storageVersionMigrations.

type FakeStoragemigrationV1alpha1

type FakeStoragemigrationV1alpha1 struct {
	*testing.Fake
}

func (*FakeStoragemigrationV1alpha1) RESTClient

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

func (*FakeStoragemigrationV1alpha1) StorageVersionMigrations

Source Files

doc.go fake_storagemigration_client.go fake_storageversionmigration.go

Version
v0.30.13
Published
May 15, 2025
Platform
linux/amd64
Imports
12 packages
Last checked
19 minutes ago

Tools for package owners.