v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 8 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 AppExpansion

type AppExpansion interface{}

type AppImageConfigExpansion

type AppImageConfigExpansion interface{}

type AppImageConfigInterface

type AppImageConfigInterface interface {
	Create(ctx context.Context, appImageConfig *v1alpha1.AppImageConfig, opts v1.CreateOptions) (*v1alpha1.AppImageConfig, error)
	Update(ctx context.Context, appImageConfig *v1alpha1.AppImageConfig, opts v1.UpdateOptions) (*v1alpha1.AppImageConfig, error)
	UpdateStatus(ctx context.Context, appImageConfig *v1alpha1.AppImageConfig, opts v1.UpdateOptions) (*v1alpha1.AppImageConfig, 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.AppImageConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AppImageConfigList, 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.AppImageConfig, err error)
	AppImageConfigExpansion
}

AppImageConfigInterface has methods to work with AppImageConfig resources.

type AppImageConfigsGetter

type AppImageConfigsGetter interface {
	AppImageConfigs(namespace string) AppImageConfigInterface
}

AppImageConfigsGetter has a method to return a AppImageConfigInterface. A group's client should implement this interface.

type AppInterface

type AppInterface interface {
	Create(ctx context.Context, app *v1alpha1.App, opts v1.CreateOptions) (*v1alpha1.App, error)
	Update(ctx context.Context, app *v1alpha1.App, opts v1.UpdateOptions) (*v1alpha1.App, error)
	UpdateStatus(ctx context.Context, app *v1alpha1.App, opts v1.UpdateOptions) (*v1alpha1.App, 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.App, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AppList, 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.App, err error)
	AppExpansion
}

AppInterface has methods to work with App resources.

type AppsGetter

type AppsGetter interface {
	Apps(namespace string) AppInterface
}

AppsGetter has a method to return a AppInterface. A group's client should implement this interface.

type CodeRepositoriesGetter

type CodeRepositoriesGetter interface {
	CodeRepositories(namespace string) CodeRepositoryInterface
}

CodeRepositoriesGetter has a method to return a CodeRepositoryInterface. A group's client should implement this interface.

type CodeRepositoryExpansion

type CodeRepositoryExpansion interface{}

type CodeRepositoryInterface

type CodeRepositoryInterface interface {
	Create(ctx context.Context, codeRepository *v1alpha1.CodeRepository, opts v1.CreateOptions) (*v1alpha1.CodeRepository, error)
	Update(ctx context.Context, codeRepository *v1alpha1.CodeRepository, opts v1.UpdateOptions) (*v1alpha1.CodeRepository, error)
	UpdateStatus(ctx context.Context, codeRepository *v1alpha1.CodeRepository, opts v1.UpdateOptions) (*v1alpha1.CodeRepository, 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.CodeRepository, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CodeRepositoryList, 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.CodeRepository, err error)
	CodeRepositoryExpansion
}

CodeRepositoryInterface has methods to work with CodeRepository resources.

type DeviceExpansion added in v0.5.0

type DeviceExpansion interface{}

type DeviceFleetExpansion added in v0.5.0

type DeviceFleetExpansion interface{}

type DeviceFleetInterface added in v0.5.0

type DeviceFleetInterface interface {
	Create(ctx context.Context, deviceFleet *v1alpha1.DeviceFleet, opts v1.CreateOptions) (*v1alpha1.DeviceFleet, error)
	Update(ctx context.Context, deviceFleet *v1alpha1.DeviceFleet, opts v1.UpdateOptions) (*v1alpha1.DeviceFleet, error)
	UpdateStatus(ctx context.Context, deviceFleet *v1alpha1.DeviceFleet, opts v1.UpdateOptions) (*v1alpha1.DeviceFleet, 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.DeviceFleet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DeviceFleetList, 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.DeviceFleet, err error)
	DeviceFleetExpansion
}

DeviceFleetInterface has methods to work with DeviceFleet resources.

type DeviceFleetsGetter added in v0.5.0

type DeviceFleetsGetter interface {
	DeviceFleets(namespace string) DeviceFleetInterface
}

DeviceFleetsGetter has a method to return a DeviceFleetInterface. A group's client should implement this interface.

type DeviceInterface added in v0.5.0

type DeviceInterface interface {
	Create(ctx context.Context, device *v1alpha1.Device, opts v1.CreateOptions) (*v1alpha1.Device, error)
	Update(ctx context.Context, device *v1alpha1.Device, opts v1.UpdateOptions) (*v1alpha1.Device, error)
	UpdateStatus(ctx context.Context, device *v1alpha1.Device, opts v1.UpdateOptions) (*v1alpha1.Device, 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.Device, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DeviceList, 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.Device, err error)
	DeviceExpansion
}

DeviceInterface has methods to work with Device resources.

type DevicesGetter added in v0.5.0

type DevicesGetter interface {
	Devices(namespace string) DeviceInterface
}

DevicesGetter has a method to return a DeviceInterface. A group's client should implement this interface.

type DomainExpansion

type DomainExpansion interface{}

type DomainInterface

type DomainInterface interface {
	Create(ctx context.Context, domain *v1alpha1.Domain, opts v1.CreateOptions) (*v1alpha1.Domain, error)
	Update(ctx context.Context, domain *v1alpha1.Domain, opts v1.UpdateOptions) (*v1alpha1.Domain, error)
	UpdateStatus(ctx context.Context, domain *v1alpha1.Domain, opts v1.UpdateOptions) (*v1alpha1.Domain, 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.Domain, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DomainList, 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.Domain, err error)
	DomainExpansion
}

DomainInterface has methods to work with Domain resources.

type DomainsGetter

type DomainsGetter interface {
	Domains(namespace string) DomainInterface
}

DomainsGetter has a method to return a DomainInterface. A group's client should implement this interface.

type EndpointConfigurationExpansion

type EndpointConfigurationExpansion interface{}

type EndpointConfigurationInterface

type EndpointConfigurationInterface interface {
	Create(ctx context.Context, endpointConfiguration *v1alpha1.EndpointConfiguration, opts v1.CreateOptions) (*v1alpha1.EndpointConfiguration, error)
	Update(ctx context.Context, endpointConfiguration *v1alpha1.EndpointConfiguration, opts v1.UpdateOptions) (*v1alpha1.EndpointConfiguration, error)
	UpdateStatus(ctx context.Context, endpointConfiguration *v1alpha1.EndpointConfiguration, opts v1.UpdateOptions) (*v1alpha1.EndpointConfiguration, 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.EndpointConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EndpointConfigurationList, 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.EndpointConfiguration, err error)
	EndpointConfigurationExpansion
}

EndpointConfigurationInterface has methods to work with EndpointConfiguration resources.

type EndpointConfigurationsGetter

type EndpointConfigurationsGetter interface {
	EndpointConfigurations(namespace string) EndpointConfigurationInterface
}

EndpointConfigurationsGetter has a method to return a EndpointConfigurationInterface. A group's client should implement this interface.

type EndpointExpansion

type EndpointExpansion interface{}

type EndpointInterface

type EndpointInterface interface {
	Create(ctx context.Context, endpoint *v1alpha1.Endpoint, opts v1.CreateOptions) (*v1alpha1.Endpoint, error)
	Update(ctx context.Context, endpoint *v1alpha1.Endpoint, opts v1.UpdateOptions) (*v1alpha1.Endpoint, error)
	UpdateStatus(ctx context.Context, endpoint *v1alpha1.Endpoint, opts v1.UpdateOptions) (*v1alpha1.Endpoint, 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.Endpoint, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EndpointList, 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.Endpoint, err error)
	EndpointExpansion
}

EndpointInterface has methods to work with Endpoint resources.

type EndpointsGetter

type EndpointsGetter interface {
	Endpoints(namespace string) EndpointInterface
}

EndpointsGetter has a method to return a EndpointInterface. A group's client should implement this interface.

type FeatureGroupExpansion

type FeatureGroupExpansion interface{}

type FeatureGroupInterface

type FeatureGroupInterface interface {
	Create(ctx context.Context, featureGroup *v1alpha1.FeatureGroup, opts v1.CreateOptions) (*v1alpha1.FeatureGroup, error)
	Update(ctx context.Context, featureGroup *v1alpha1.FeatureGroup, opts v1.UpdateOptions) (*v1alpha1.FeatureGroup, error)
	UpdateStatus(ctx context.Context, featureGroup *v1alpha1.FeatureGroup, opts v1.UpdateOptions) (*v1alpha1.FeatureGroup, 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.FeatureGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FeatureGroupList, 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.FeatureGroup, err error)
	FeatureGroupExpansion
}

FeatureGroupInterface has methods to work with FeatureGroup resources.

type FeatureGroupsGetter

type FeatureGroupsGetter interface {
	FeatureGroups(namespace string) FeatureGroupInterface
}

FeatureGroupsGetter has a method to return a FeatureGroupInterface. A group's client should implement this interface.

type FlowDefinitionExpansion added in v0.5.0

type FlowDefinitionExpansion interface{}

type FlowDefinitionInterface added in v0.5.0

type FlowDefinitionInterface interface {
	Create(ctx context.Context, flowDefinition *v1alpha1.FlowDefinition, opts v1.CreateOptions) (*v1alpha1.FlowDefinition, error)
	Update(ctx context.Context, flowDefinition *v1alpha1.FlowDefinition, opts v1.UpdateOptions) (*v1alpha1.FlowDefinition, error)
	UpdateStatus(ctx context.Context, flowDefinition *v1alpha1.FlowDefinition, opts v1.UpdateOptions) (*v1alpha1.FlowDefinition, 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.FlowDefinition, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.FlowDefinitionList, 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.FlowDefinition, err error)
	FlowDefinitionExpansion
}

FlowDefinitionInterface has methods to work with FlowDefinition resources.

type FlowDefinitionsGetter added in v0.5.0

type FlowDefinitionsGetter interface {
	FlowDefinitions(namespace string) FlowDefinitionInterface
}

FlowDefinitionsGetter has a method to return a FlowDefinitionInterface. A group's client should implement this interface.

type HumanTaskUiExpansion added in v0.5.0

type HumanTaskUiExpansion interface{}

type HumanTaskUiInterface added in v0.5.0

type HumanTaskUiInterface interface {
	Create(ctx context.Context, humanTaskUi *v1alpha1.HumanTaskUi, opts v1.CreateOptions) (*v1alpha1.HumanTaskUi, error)
	Update(ctx context.Context, humanTaskUi *v1alpha1.HumanTaskUi, opts v1.UpdateOptions) (*v1alpha1.HumanTaskUi, error)
	UpdateStatus(ctx context.Context, humanTaskUi *v1alpha1.HumanTaskUi, opts v1.UpdateOptions) (*v1alpha1.HumanTaskUi, 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.HumanTaskUi, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HumanTaskUiList, 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.HumanTaskUi, err error)
	HumanTaskUiExpansion
}

HumanTaskUiInterface has methods to work with HumanTaskUi resources.

type HumanTaskUisGetter added in v0.5.0

type HumanTaskUisGetter interface {
	HumanTaskUis(namespace string) HumanTaskUiInterface
}

HumanTaskUisGetter has a method to return a HumanTaskUiInterface. A group's client should implement this interface.

type ImageExpansion

type ImageExpansion interface{}

type ImageInterface

type ImageInterface interface {
	Create(ctx context.Context, image *v1alpha1.Image, opts v1.CreateOptions) (*v1alpha1.Image, error)
	Update(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, error)
	UpdateStatus(ctx context.Context, image *v1alpha1.Image, opts v1.UpdateOptions) (*v1alpha1.Image, 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.Image, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ImageList, 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.Image, err error)
	ImageExpansion
}

ImageInterface has methods to work with Image resources.

type ImageVersionExpansion

type ImageVersionExpansion interface{}

type ImageVersionInterface

type ImageVersionInterface interface {
	Create(ctx context.Context, imageVersion *v1alpha1.ImageVersion, opts v1.CreateOptions) (*v1alpha1.ImageVersion, error)
	Update(ctx context.Context, imageVersion *v1alpha1.ImageVersion, opts v1.UpdateOptions) (*v1alpha1.ImageVersion, error)
	UpdateStatus(ctx context.Context, imageVersion *v1alpha1.ImageVersion, opts v1.UpdateOptions) (*v1alpha1.ImageVersion, 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.ImageVersion, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ImageVersionList, 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.ImageVersion, err error)
	ImageVersionExpansion
}

ImageVersionInterface has methods to work with ImageVersion resources.

type ImageVersionsGetter

type ImageVersionsGetter interface {
	ImageVersions(namespace string) ImageVersionInterface
}

ImageVersionsGetter has a method to return a ImageVersionInterface. A group's client should implement this interface.

type ImagesGetter

type ImagesGetter interface {
	Images(namespace string) ImageInterface
}

ImagesGetter has a method to return a ImageInterface. A group's client should implement this interface.

type ModelExpansion

type ModelExpansion interface{}

type ModelInterface

type ModelInterface interface {
	Create(ctx context.Context, model *v1alpha1.Model, opts v1.CreateOptions) (*v1alpha1.Model, error)
	Update(ctx context.Context, model *v1alpha1.Model, opts v1.UpdateOptions) (*v1alpha1.Model, error)
	UpdateStatus(ctx context.Context, model *v1alpha1.Model, opts v1.UpdateOptions) (*v1alpha1.Model, 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.Model, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModelList, 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.Model, err error)
	ModelExpansion
}

ModelInterface has methods to work with Model resources.

type ModelPackageGroupExpansion

type ModelPackageGroupExpansion interface{}

type ModelPackageGroupInterface

type ModelPackageGroupInterface interface {
	Create(ctx context.Context, modelPackageGroup *v1alpha1.ModelPackageGroup, opts v1.CreateOptions) (*v1alpha1.ModelPackageGroup, error)
	Update(ctx context.Context, modelPackageGroup *v1alpha1.ModelPackageGroup, opts v1.UpdateOptions) (*v1alpha1.ModelPackageGroup, error)
	UpdateStatus(ctx context.Context, modelPackageGroup *v1alpha1.ModelPackageGroup, opts v1.UpdateOptions) (*v1alpha1.ModelPackageGroup, 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.ModelPackageGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModelPackageGroupList, 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.ModelPackageGroup, err error)
	ModelPackageGroupExpansion
}

ModelPackageGroupInterface has methods to work with ModelPackageGroup resources.

type ModelPackageGroupPoliciesGetter added in v0.5.0

type ModelPackageGroupPoliciesGetter interface {
	ModelPackageGroupPolicies(namespace string) ModelPackageGroupPolicyInterface
}

ModelPackageGroupPoliciesGetter has a method to return a ModelPackageGroupPolicyInterface. A group's client should implement this interface.

type ModelPackageGroupPolicyExpansion added in v0.5.0

type ModelPackageGroupPolicyExpansion interface{}

type ModelPackageGroupPolicyInterface added in v0.5.0

type ModelPackageGroupPolicyInterface interface {
	Create(ctx context.Context, modelPackageGroupPolicy *v1alpha1.ModelPackageGroupPolicy, opts v1.CreateOptions) (*v1alpha1.ModelPackageGroupPolicy, error)
	Update(ctx context.Context, modelPackageGroupPolicy *v1alpha1.ModelPackageGroupPolicy, opts v1.UpdateOptions) (*v1alpha1.ModelPackageGroupPolicy, error)
	UpdateStatus(ctx context.Context, modelPackageGroupPolicy *v1alpha1.ModelPackageGroupPolicy, opts v1.UpdateOptions) (*v1alpha1.ModelPackageGroupPolicy, 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.ModelPackageGroupPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ModelPackageGroupPolicyList, 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.ModelPackageGroupPolicy, err error)
	ModelPackageGroupPolicyExpansion
}

ModelPackageGroupPolicyInterface has methods to work with ModelPackageGroupPolicy resources.

type ModelPackageGroupsGetter

type ModelPackageGroupsGetter interface {
	ModelPackageGroups(namespace string) ModelPackageGroupInterface
}

ModelPackageGroupsGetter has a method to return a ModelPackageGroupInterface. A group's client should implement this interface.

type ModelsGetter

type ModelsGetter interface {
	Models(namespace string) ModelInterface
}

ModelsGetter has a method to return a ModelInterface. A group's client should implement this interface.

type NotebookInstanceExpansion

type NotebookInstanceExpansion interface{}

type NotebookInstanceInterface

type NotebookInstanceInterface interface {
	Create(ctx context.Context, notebookInstance *v1alpha1.NotebookInstance, opts v1.CreateOptions) (*v1alpha1.NotebookInstance, error)
	Update(ctx context.Context, notebookInstance *v1alpha1.NotebookInstance, opts v1.UpdateOptions) (*v1alpha1.NotebookInstance, error)
	UpdateStatus(ctx context.Context, notebookInstance *v1alpha1.NotebookInstance, opts v1.UpdateOptions) (*v1alpha1.NotebookInstance, 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.NotebookInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NotebookInstanceList, 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.NotebookInstance, err error)
	NotebookInstanceExpansion
}

NotebookInstanceInterface has methods to work with NotebookInstance resources.

type NotebookInstanceLifecycleConfigurationExpansion

type NotebookInstanceLifecycleConfigurationExpansion interface{}

type NotebookInstanceLifecycleConfigurationInterface

NotebookInstanceLifecycleConfigurationInterface has methods to work with NotebookInstanceLifecycleConfiguration resources.

type NotebookInstanceLifecycleConfigurationsGetter

type NotebookInstanceLifecycleConfigurationsGetter interface {
	NotebookInstanceLifecycleConfigurations(namespace string) NotebookInstanceLifecycleConfigurationInterface
}

NotebookInstanceLifecycleConfigurationsGetter has a method to return a NotebookInstanceLifecycleConfigurationInterface. A group's client should implement this interface.

type NotebookInstancesGetter

type NotebookInstancesGetter interface {
	NotebookInstances(namespace string) NotebookInstanceInterface
}

NotebookInstancesGetter has a method to return a NotebookInstanceInterface. A group's client should implement this interface.

type ProjectExpansion added in v0.5.0

type ProjectExpansion interface{}

type ProjectInterface added in v0.5.0

type ProjectInterface interface {
	Create(ctx context.Context, project *v1alpha1.Project, opts v1.CreateOptions) (*v1alpha1.Project, error)
	Update(ctx context.Context, project *v1alpha1.Project, opts v1.UpdateOptions) (*v1alpha1.Project, error)
	UpdateStatus(ctx context.Context, project *v1alpha1.Project, opts v1.UpdateOptions) (*v1alpha1.Project, 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.Project, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ProjectList, 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.Project, err error)
	ProjectExpansion
}

ProjectInterface has methods to work with Project resources.

type ProjectsGetter added in v0.5.0

type ProjectsGetter interface {
	Projects(namespace string) ProjectInterface
}

ProjectsGetter has a method to return a ProjectInterface. A group's client should implement this interface.

type SagemakerV1alpha1Client

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

SagemakerV1alpha1Client is used to interact with features provided by the sagemaker.aws.kubeform.com group.

func New

New creates a new SagemakerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SagemakerV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SagemakerV1alpha1Client

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

func (*SagemakerV1alpha1Client) AppImageConfigs

func (c *SagemakerV1alpha1Client) AppImageConfigs(namespace string) AppImageConfigInterface

func (*SagemakerV1alpha1Client) Apps

func (c *SagemakerV1alpha1Client) Apps(namespace string) AppInterface

func (*SagemakerV1alpha1Client) CodeRepositories

func (c *SagemakerV1alpha1Client) CodeRepositories(namespace string) CodeRepositoryInterface

func (*SagemakerV1alpha1Client) DeviceFleets added in v0.5.0

func (c *SagemakerV1alpha1Client) DeviceFleets(namespace string) DeviceFleetInterface

func (*SagemakerV1alpha1Client) Devices added in v0.5.0

func (c *SagemakerV1alpha1Client) Devices(namespace string) DeviceInterface

func (*SagemakerV1alpha1Client) Domains

func (c *SagemakerV1alpha1Client) Domains(namespace string) DomainInterface

func (*SagemakerV1alpha1Client) EndpointConfigurations

func (c *SagemakerV1alpha1Client) EndpointConfigurations(namespace string) EndpointConfigurationInterface

func (*SagemakerV1alpha1Client) Endpoints

func (c *SagemakerV1alpha1Client) Endpoints(namespace string) EndpointInterface

func (*SagemakerV1alpha1Client) FeatureGroups

func (c *SagemakerV1alpha1Client) FeatureGroups(namespace string) FeatureGroupInterface

func (*SagemakerV1alpha1Client) FlowDefinitions added in v0.5.0

func (c *SagemakerV1alpha1Client) FlowDefinitions(namespace string) FlowDefinitionInterface

func (*SagemakerV1alpha1Client) HumanTaskUis added in v0.5.0

func (c *SagemakerV1alpha1Client) HumanTaskUis(namespace string) HumanTaskUiInterface

func (*SagemakerV1alpha1Client) ImageVersions

func (c *SagemakerV1alpha1Client) ImageVersions(namespace string) ImageVersionInterface

func (*SagemakerV1alpha1Client) Images

func (c *SagemakerV1alpha1Client) Images(namespace string) ImageInterface

func (*SagemakerV1alpha1Client) ModelPackageGroupPolicies added in v0.5.0

func (c *SagemakerV1alpha1Client) ModelPackageGroupPolicies(namespace string) ModelPackageGroupPolicyInterface

func (*SagemakerV1alpha1Client) ModelPackageGroups

func (c *SagemakerV1alpha1Client) ModelPackageGroups(namespace string) ModelPackageGroupInterface

func (*SagemakerV1alpha1Client) Models

func (c *SagemakerV1alpha1Client) Models(namespace string) ModelInterface

func (*SagemakerV1alpha1Client) NotebookInstanceLifecycleConfigurations

func (c *SagemakerV1alpha1Client) NotebookInstanceLifecycleConfigurations(namespace string) NotebookInstanceLifecycleConfigurationInterface

func (*SagemakerV1alpha1Client) NotebookInstances

func (c *SagemakerV1alpha1Client) NotebookInstances(namespace string) NotebookInstanceInterface

func (*SagemakerV1alpha1Client) Projects added in v0.5.0

func (c *SagemakerV1alpha1Client) Projects(namespace string) ProjectInterface

func (*SagemakerV1alpha1Client) RESTClient

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

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

func (*SagemakerV1alpha1Client) StudioLifecycleConfigs added in v0.5.0

func (c *SagemakerV1alpha1Client) StudioLifecycleConfigs(namespace string) StudioLifecycleConfigInterface

func (*SagemakerV1alpha1Client) UserProfiles

func (c *SagemakerV1alpha1Client) UserProfiles(namespace string) UserProfileInterface

func (*SagemakerV1alpha1Client) Workforces added in v0.5.0

func (c *SagemakerV1alpha1Client) Workforces(namespace string) WorkforceInterface

func (*SagemakerV1alpha1Client) Workteams added in v0.5.0

func (c *SagemakerV1alpha1Client) Workteams(namespace string) WorkteamInterface

type StudioLifecycleConfigExpansion added in v0.5.0

type StudioLifecycleConfigExpansion interface{}

type StudioLifecycleConfigInterface added in v0.5.0

type StudioLifecycleConfigInterface interface {
	Create(ctx context.Context, studioLifecycleConfig *v1alpha1.StudioLifecycleConfig, opts v1.CreateOptions) (*v1alpha1.StudioLifecycleConfig, error)
	Update(ctx context.Context, studioLifecycleConfig *v1alpha1.StudioLifecycleConfig, opts v1.UpdateOptions) (*v1alpha1.StudioLifecycleConfig, error)
	UpdateStatus(ctx context.Context, studioLifecycleConfig *v1alpha1.StudioLifecycleConfig, opts v1.UpdateOptions) (*v1alpha1.StudioLifecycleConfig, 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.StudioLifecycleConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StudioLifecycleConfigList, 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.StudioLifecycleConfig, err error)
	StudioLifecycleConfigExpansion
}

StudioLifecycleConfigInterface has methods to work with StudioLifecycleConfig resources.

type StudioLifecycleConfigsGetter added in v0.5.0

type StudioLifecycleConfigsGetter interface {
	StudioLifecycleConfigs(namespace string) StudioLifecycleConfigInterface
}

StudioLifecycleConfigsGetter has a method to return a StudioLifecycleConfigInterface. A group's client should implement this interface.

type UserProfileExpansion

type UserProfileExpansion interface{}

type UserProfileInterface

type UserProfileInterface interface {
	Create(ctx context.Context, userProfile *v1alpha1.UserProfile, opts v1.CreateOptions) (*v1alpha1.UserProfile, error)
	Update(ctx context.Context, userProfile *v1alpha1.UserProfile, opts v1.UpdateOptions) (*v1alpha1.UserProfile, error)
	UpdateStatus(ctx context.Context, userProfile *v1alpha1.UserProfile, opts v1.UpdateOptions) (*v1alpha1.UserProfile, 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.UserProfile, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.UserProfileList, 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.UserProfile, err error)
	UserProfileExpansion
}

UserProfileInterface has methods to work with UserProfile resources.

type UserProfilesGetter

type UserProfilesGetter interface {
	UserProfiles(namespace string) UserProfileInterface
}

UserProfilesGetter has a method to return a UserProfileInterface. A group's client should implement this interface.

type WorkforceExpansion added in v0.5.0

type WorkforceExpansion interface{}

type WorkforceInterface added in v0.5.0

type WorkforceInterface interface {
	Create(ctx context.Context, workforce *v1alpha1.Workforce, opts v1.CreateOptions) (*v1alpha1.Workforce, error)
	Update(ctx context.Context, workforce *v1alpha1.Workforce, opts v1.UpdateOptions) (*v1alpha1.Workforce, error)
	UpdateStatus(ctx context.Context, workforce *v1alpha1.Workforce, opts v1.UpdateOptions) (*v1alpha1.Workforce, 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.Workforce, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkforceList, 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.Workforce, err error)
	WorkforceExpansion
}

WorkforceInterface has methods to work with Workforce resources.

type WorkforcesGetter added in v0.5.0

type WorkforcesGetter interface {
	Workforces(namespace string) WorkforceInterface
}

WorkforcesGetter has a method to return a WorkforceInterface. A group's client should implement this interface.

type WorkteamExpansion added in v0.5.0

type WorkteamExpansion interface{}

type WorkteamInterface added in v0.5.0

type WorkteamInterface interface {
	Create(ctx context.Context, workteam *v1alpha1.Workteam, opts v1.CreateOptions) (*v1alpha1.Workteam, error)
	Update(ctx context.Context, workteam *v1alpha1.Workteam, opts v1.UpdateOptions) (*v1alpha1.Workteam, error)
	UpdateStatus(ctx context.Context, workteam *v1alpha1.Workteam, opts v1.UpdateOptions) (*v1alpha1.Workteam, 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.Workteam, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.WorkteamList, 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.Workteam, err error)
	WorkteamExpansion
}

WorkteamInterface has methods to work with Workteam resources.

type WorkteamsGetter added in v0.5.0

type WorkteamsGetter interface {
	Workteams(namespace string) WorkteamInterface
}

WorkteamsGetter has a method to return a WorkteamInterface. A group's client should implement this interface.

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