v1alpha1

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

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 HealthcareConsentStoreExpansion

type HealthcareConsentStoreExpansion interface{}

type HealthcareConsentStoreInterface

type HealthcareConsentStoreInterface interface {
	Create(ctx context.Context, healthcareConsentStore *v1alpha1.HealthcareConsentStore, opts v1.CreateOptions) (*v1alpha1.HealthcareConsentStore, error)
	Update(ctx context.Context, healthcareConsentStore *v1alpha1.HealthcareConsentStore, opts v1.UpdateOptions) (*v1alpha1.HealthcareConsentStore, error)
	UpdateStatus(ctx context.Context, healthcareConsentStore *v1alpha1.HealthcareConsentStore, opts v1.UpdateOptions) (*v1alpha1.HealthcareConsentStore, 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.HealthcareConsentStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HealthcareConsentStoreList, 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.HealthcareConsentStore, err error)
	HealthcareConsentStoreExpansion
}

HealthcareConsentStoreInterface has methods to work with HealthcareConsentStore resources.

type HealthcareConsentStoresGetter

type HealthcareConsentStoresGetter interface {
	HealthcareConsentStores(namespace string) HealthcareConsentStoreInterface
}

HealthcareConsentStoresGetter has a method to return a HealthcareConsentStoreInterface. A group's client should implement this interface.

type HealthcareDICOMStoreExpansion

type HealthcareDICOMStoreExpansion interface{}

type HealthcareDICOMStoreInterface

type HealthcareDICOMStoreInterface interface {
	Create(ctx context.Context, healthcareDICOMStore *v1alpha1.HealthcareDICOMStore, opts v1.CreateOptions) (*v1alpha1.HealthcareDICOMStore, error)
	Update(ctx context.Context, healthcareDICOMStore *v1alpha1.HealthcareDICOMStore, opts v1.UpdateOptions) (*v1alpha1.HealthcareDICOMStore, error)
	UpdateStatus(ctx context.Context, healthcareDICOMStore *v1alpha1.HealthcareDICOMStore, opts v1.UpdateOptions) (*v1alpha1.HealthcareDICOMStore, 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.HealthcareDICOMStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HealthcareDICOMStoreList, 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.HealthcareDICOMStore, err error)
	HealthcareDICOMStoreExpansion
}

HealthcareDICOMStoreInterface has methods to work with HealthcareDICOMStore resources.

type HealthcareDICOMStoresGetter

type HealthcareDICOMStoresGetter interface {
	HealthcareDICOMStores(namespace string) HealthcareDICOMStoreInterface
}

HealthcareDICOMStoresGetter has a method to return a HealthcareDICOMStoreInterface. A group's client should implement this interface.

type HealthcareDatasetExpansion

type HealthcareDatasetExpansion interface{}

type HealthcareDatasetInterface

type HealthcareDatasetInterface interface {
	Create(ctx context.Context, healthcareDataset *v1alpha1.HealthcareDataset, opts v1.CreateOptions) (*v1alpha1.HealthcareDataset, error)
	Update(ctx context.Context, healthcareDataset *v1alpha1.HealthcareDataset, opts v1.UpdateOptions) (*v1alpha1.HealthcareDataset, error)
	UpdateStatus(ctx context.Context, healthcareDataset *v1alpha1.HealthcareDataset, opts v1.UpdateOptions) (*v1alpha1.HealthcareDataset, 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.HealthcareDataset, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HealthcareDatasetList, 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.HealthcareDataset, err error)
	HealthcareDatasetExpansion
}

HealthcareDatasetInterface has methods to work with HealthcareDataset resources.

type HealthcareDatasetsGetter

type HealthcareDatasetsGetter interface {
	HealthcareDatasets(namespace string) HealthcareDatasetInterface
}

HealthcareDatasetsGetter has a method to return a HealthcareDatasetInterface. A group's client should implement this interface.

type HealthcareFHIRStoreExpansion

type HealthcareFHIRStoreExpansion interface{}

type HealthcareFHIRStoreInterface

type HealthcareFHIRStoreInterface interface {
	Create(ctx context.Context, healthcareFHIRStore *v1alpha1.HealthcareFHIRStore, opts v1.CreateOptions) (*v1alpha1.HealthcareFHIRStore, error)
	Update(ctx context.Context, healthcareFHIRStore *v1alpha1.HealthcareFHIRStore, opts v1.UpdateOptions) (*v1alpha1.HealthcareFHIRStore, error)
	UpdateStatus(ctx context.Context, healthcareFHIRStore *v1alpha1.HealthcareFHIRStore, opts v1.UpdateOptions) (*v1alpha1.HealthcareFHIRStore, 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.HealthcareFHIRStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HealthcareFHIRStoreList, 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.HealthcareFHIRStore, err error)
	HealthcareFHIRStoreExpansion
}

HealthcareFHIRStoreInterface has methods to work with HealthcareFHIRStore resources.

type HealthcareFHIRStoresGetter

type HealthcareFHIRStoresGetter interface {
	HealthcareFHIRStores(namespace string) HealthcareFHIRStoreInterface
}

HealthcareFHIRStoresGetter has a method to return a HealthcareFHIRStoreInterface. A group's client should implement this interface.

type HealthcareHL7V2StoreExpansion

type HealthcareHL7V2StoreExpansion interface{}

type HealthcareHL7V2StoreInterface

type HealthcareHL7V2StoreInterface interface {
	Create(ctx context.Context, healthcareHL7V2Store *v1alpha1.HealthcareHL7V2Store, opts v1.CreateOptions) (*v1alpha1.HealthcareHL7V2Store, error)
	Update(ctx context.Context, healthcareHL7V2Store *v1alpha1.HealthcareHL7V2Store, opts v1.UpdateOptions) (*v1alpha1.HealthcareHL7V2Store, error)
	UpdateStatus(ctx context.Context, healthcareHL7V2Store *v1alpha1.HealthcareHL7V2Store, opts v1.UpdateOptions) (*v1alpha1.HealthcareHL7V2Store, 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.HealthcareHL7V2Store, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HealthcareHL7V2StoreList, 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.HealthcareHL7V2Store, err error)
	HealthcareHL7V2StoreExpansion
}

HealthcareHL7V2StoreInterface has methods to work with HealthcareHL7V2Store resources.

type HealthcareHL7V2StoresGetter

type HealthcareHL7V2StoresGetter interface {
	HealthcareHL7V2Stores(namespace string) HealthcareHL7V2StoreInterface
}

HealthcareHL7V2StoresGetter has a method to return a HealthcareHL7V2StoreInterface. A group's client should implement this interface.

type HealthcareV1alpha1Client

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

HealthcareV1alpha1Client is used to interact with features provided by the healthcare.cnrm.cloud.google.com group.

func New

New creates a new HealthcareV1alpha1Client for the given RESTClient.

func NewForConfig

func NewForConfig(c *rest.Config) (*HealthcareV1alpha1Client, error)

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

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

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

func (*HealthcareV1alpha1Client) HealthcareConsentStores

func (c *HealthcareV1alpha1Client) HealthcareConsentStores(namespace string) HealthcareConsentStoreInterface

func (*HealthcareV1alpha1Client) HealthcareDICOMStores

func (c *HealthcareV1alpha1Client) HealthcareDICOMStores(namespace string) HealthcareDICOMStoreInterface

func (*HealthcareV1alpha1Client) HealthcareDatasets

func (c *HealthcareV1alpha1Client) HealthcareDatasets(namespace string) HealthcareDatasetInterface

func (*HealthcareV1alpha1Client) HealthcareFHIRStores

func (c *HealthcareV1alpha1Client) HealthcareFHIRStores(namespace string) HealthcareFHIRStoreInterface

func (*HealthcareV1alpha1Client) HealthcareHL7V2Stores

func (c *HealthcareV1alpha1Client) HealthcareHL7V2Stores(namespace string) HealthcareHL7V2StoreInterface

func (*HealthcareV1alpha1Client) RESTClient

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

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