fake

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeHealthcareConsentStores

type FakeHealthcareConsentStores struct {
	Fake *FakeHealthcareV1alpha1
	// contains filtered or unexported fields
}

FakeHealthcareConsentStores implements HealthcareConsentStoreInterface

func (*FakeHealthcareConsentStores) Create

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

func (*FakeHealthcareConsentStores) Delete

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

func (*FakeHealthcareConsentStores) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHealthcareConsentStores) Get

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

func (*FakeHealthcareConsentStores) List

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

func (*FakeHealthcareConsentStores) Patch

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

Patch applies the patch and returns the patched healthcareConsentStore.

func (*FakeHealthcareConsentStores) Update

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

func (*FakeHealthcareConsentStores) UpdateStatus

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

func (*FakeHealthcareConsentStores) Watch

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

type FakeHealthcareDICOMStores

type FakeHealthcareDICOMStores struct {
	Fake *FakeHealthcareV1alpha1
	// contains filtered or unexported fields
}

FakeHealthcareDICOMStores implements HealthcareDICOMStoreInterface

func (*FakeHealthcareDICOMStores) Create

func (c *FakeHealthcareDICOMStores) Create(ctx context.Context, healthcareDICOMStore *v1alpha1.HealthcareDICOMStore, opts v1.CreateOptions) (result *v1alpha1.HealthcareDICOMStore, err error)

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

func (*FakeHealthcareDICOMStores) Delete

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

func (*FakeHealthcareDICOMStores) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHealthcareDICOMStores) Get

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

func (*FakeHealthcareDICOMStores) List

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

func (*FakeHealthcareDICOMStores) Patch

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

Patch applies the patch and returns the patched healthcareDICOMStore.

func (*FakeHealthcareDICOMStores) Update

func (c *FakeHealthcareDICOMStores) Update(ctx context.Context, healthcareDICOMStore *v1alpha1.HealthcareDICOMStore, opts v1.UpdateOptions) (result *v1alpha1.HealthcareDICOMStore, err error)

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

func (*FakeHealthcareDICOMStores) UpdateStatus

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

func (*FakeHealthcareDICOMStores) Watch

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

type FakeHealthcareDatasets

type FakeHealthcareDatasets struct {
	Fake *FakeHealthcareV1alpha1
	// contains filtered or unexported fields
}

FakeHealthcareDatasets implements HealthcareDatasetInterface

func (*FakeHealthcareDatasets) Create

func (c *FakeHealthcareDatasets) Create(ctx context.Context, healthcareDataset *v1alpha1.HealthcareDataset, opts v1.CreateOptions) (result *v1alpha1.HealthcareDataset, err error)

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

func (*FakeHealthcareDatasets) Delete

func (c *FakeHealthcareDatasets) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

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

func (*FakeHealthcareDatasets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHealthcareDatasets) Get

func (c *FakeHealthcareDatasets) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.HealthcareDataset, err error)

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

func (*FakeHealthcareDatasets) List

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

func (*FakeHealthcareDatasets) Patch

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

Patch applies the patch and returns the patched healthcareDataset.

func (*FakeHealthcareDatasets) Update

func (c *FakeHealthcareDatasets) Update(ctx context.Context, healthcareDataset *v1alpha1.HealthcareDataset, opts v1.UpdateOptions) (result *v1alpha1.HealthcareDataset, err error)

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

func (*FakeHealthcareDatasets) UpdateStatus

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

func (*FakeHealthcareDatasets) Watch

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

type FakeHealthcareFHIRStores

type FakeHealthcareFHIRStores struct {
	Fake *FakeHealthcareV1alpha1
	// contains filtered or unexported fields
}

FakeHealthcareFHIRStores implements HealthcareFHIRStoreInterface

func (*FakeHealthcareFHIRStores) Create

func (c *FakeHealthcareFHIRStores) Create(ctx context.Context, healthcareFHIRStore *v1alpha1.HealthcareFHIRStore, opts v1.CreateOptions) (result *v1alpha1.HealthcareFHIRStore, err error)

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

func (*FakeHealthcareFHIRStores) Delete

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

func (*FakeHealthcareFHIRStores) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHealthcareFHIRStores) Get

func (c *FakeHealthcareFHIRStores) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.HealthcareFHIRStore, err error)

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

func (*FakeHealthcareFHIRStores) List

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

func (*FakeHealthcareFHIRStores) Patch

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

Patch applies the patch and returns the patched healthcareFHIRStore.

func (*FakeHealthcareFHIRStores) Update

func (c *FakeHealthcareFHIRStores) Update(ctx context.Context, healthcareFHIRStore *v1alpha1.HealthcareFHIRStore, opts v1.UpdateOptions) (result *v1alpha1.HealthcareFHIRStore, err error)

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

func (*FakeHealthcareFHIRStores) UpdateStatus

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

func (*FakeHealthcareFHIRStores) Watch

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

type FakeHealthcareHL7V2Stores

type FakeHealthcareHL7V2Stores struct {
	Fake *FakeHealthcareV1alpha1
	// contains filtered or unexported fields
}

FakeHealthcareHL7V2Stores implements HealthcareHL7V2StoreInterface

func (*FakeHealthcareHL7V2Stores) Create

func (c *FakeHealthcareHL7V2Stores) Create(ctx context.Context, healthcareHL7V2Store *v1alpha1.HealthcareHL7V2Store, opts v1.CreateOptions) (result *v1alpha1.HealthcareHL7V2Store, err error)

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

func (*FakeHealthcareHL7V2Stores) Delete

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

func (*FakeHealthcareHL7V2Stores) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeHealthcareHL7V2Stores) Get

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

func (*FakeHealthcareHL7V2Stores) List

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

func (*FakeHealthcareHL7V2Stores) Patch

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

Patch applies the patch and returns the patched healthcareHL7V2Store.

func (*FakeHealthcareHL7V2Stores) Update

func (c *FakeHealthcareHL7V2Stores) Update(ctx context.Context, healthcareHL7V2Store *v1alpha1.HealthcareHL7V2Store, opts v1.UpdateOptions) (result *v1alpha1.HealthcareHL7V2Store, err error)

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

func (*FakeHealthcareHL7V2Stores) UpdateStatus

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

func (*FakeHealthcareHL7V2Stores) Watch

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

type FakeHealthcareV1alpha1

type FakeHealthcareV1alpha1 struct {
	*testing.Fake
}

func (*FakeHealthcareV1alpha1) HealthcareConsentStores

func (c *FakeHealthcareV1alpha1) HealthcareConsentStores(namespace string) v1alpha1.HealthcareConsentStoreInterface

func (*FakeHealthcareV1alpha1) HealthcareDICOMStores

func (c *FakeHealthcareV1alpha1) HealthcareDICOMStores(namespace string) v1alpha1.HealthcareDICOMStoreInterface

func (*FakeHealthcareV1alpha1) HealthcareDatasets

func (c *FakeHealthcareV1alpha1) HealthcareDatasets(namespace string) v1alpha1.HealthcareDatasetInterface

func (*FakeHealthcareV1alpha1) HealthcareFHIRStores

func (c *FakeHealthcareV1alpha1) HealthcareFHIRStores(namespace string) v1alpha1.HealthcareFHIRStoreInterface

func (*FakeHealthcareV1alpha1) HealthcareHL7V2Stores

func (c *FakeHealthcareV1alpha1) HealthcareHL7V2Stores(namespace string) v1alpha1.HealthcareHL7V2StoreInterface

func (*FakeHealthcareV1alpha1) RESTClient

func (c *FakeHealthcareV1alpha1) RESTClient() rest.Interface

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL