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 AnalyticsClusterExpansion added in v0.5.0

type AnalyticsClusterExpansion interface{}

type AnalyticsClusterInterface added in v0.5.0

type AnalyticsClusterInterface interface {
	Create(ctx context.Context, analyticsCluster *v1alpha1.AnalyticsCluster, opts v1.CreateOptions) (*v1alpha1.AnalyticsCluster, error)
	Update(ctx context.Context, analyticsCluster *v1alpha1.AnalyticsCluster, opts v1.UpdateOptions) (*v1alpha1.AnalyticsCluster, error)
	UpdateStatus(ctx context.Context, analyticsCluster *v1alpha1.AnalyticsCluster, opts v1.UpdateOptions) (*v1alpha1.AnalyticsCluster, 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.AnalyticsCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsClusterList, 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.AnalyticsCluster, err error)
	AnalyticsClusterExpansion
}

AnalyticsClusterInterface has methods to work with AnalyticsCluster resources.

type AnalyticsClustersGetter added in v0.5.0

type AnalyticsClustersGetter interface {
	AnalyticsClusters(namespace string) AnalyticsClusterInterface
}

AnalyticsClustersGetter has a method to return a AnalyticsClusterInterface. A group's client should implement this interface.

type AnalyticsFunctionJavascriptUdfExpansion

type AnalyticsFunctionJavascriptUdfExpansion interface{}

type AnalyticsFunctionJavascriptUdfInterface

AnalyticsFunctionJavascriptUdfInterface has methods to work with AnalyticsFunctionJavascriptUdf resources.

type AnalyticsFunctionJavascriptUdvesGetter

type AnalyticsFunctionJavascriptUdvesGetter interface {
	AnalyticsFunctionJavascriptUdves(namespace string) AnalyticsFunctionJavascriptUdfInterface
}

AnalyticsFunctionJavascriptUdvesGetter has a method to return a AnalyticsFunctionJavascriptUdfInterface. A group's client should implement this interface.

type AnalyticsJobExpansion

type AnalyticsJobExpansion interface{}

type AnalyticsJobInterface

type AnalyticsJobInterface interface {
	Create(ctx context.Context, analyticsJob *v1alpha1.AnalyticsJob, opts v1.CreateOptions) (*v1alpha1.AnalyticsJob, error)
	Update(ctx context.Context, analyticsJob *v1alpha1.AnalyticsJob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsJob, error)
	UpdateStatus(ctx context.Context, analyticsJob *v1alpha1.AnalyticsJob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsJob, 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.AnalyticsJob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsJobList, 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.AnalyticsJob, err error)
	AnalyticsJobExpansion
}

AnalyticsJobInterface has methods to work with AnalyticsJob resources.

type AnalyticsJobsGetter

type AnalyticsJobsGetter interface {
	AnalyticsJobs(namespace string) AnalyticsJobInterface
}

AnalyticsJobsGetter has a method to return a AnalyticsJobInterface. A group's client should implement this interface.

type AnalyticsManagedPrivateEndpointExpansion added in v0.5.0

type AnalyticsManagedPrivateEndpointExpansion interface{}

type AnalyticsManagedPrivateEndpointInterface added in v0.5.0

AnalyticsManagedPrivateEndpointInterface has methods to work with AnalyticsManagedPrivateEndpoint resources.

type AnalyticsManagedPrivateEndpointsGetter added in v0.5.0

type AnalyticsManagedPrivateEndpointsGetter interface {
	AnalyticsManagedPrivateEndpoints(namespace string) AnalyticsManagedPrivateEndpointInterface
}

AnalyticsManagedPrivateEndpointsGetter has a method to return a AnalyticsManagedPrivateEndpointInterface. A group's client should implement this interface.

type AnalyticsOutputBlobExpansion

type AnalyticsOutputBlobExpansion interface{}

type AnalyticsOutputBlobInterface

type AnalyticsOutputBlobInterface interface {
	Create(ctx context.Context, analyticsOutputBlob *v1alpha1.AnalyticsOutputBlob, opts v1.CreateOptions) (*v1alpha1.AnalyticsOutputBlob, error)
	Update(ctx context.Context, analyticsOutputBlob *v1alpha1.AnalyticsOutputBlob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputBlob, error)
	UpdateStatus(ctx context.Context, analyticsOutputBlob *v1alpha1.AnalyticsOutputBlob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputBlob, 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.AnalyticsOutputBlob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsOutputBlobList, 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.AnalyticsOutputBlob, err error)
	AnalyticsOutputBlobExpansion
}

AnalyticsOutputBlobInterface has methods to work with AnalyticsOutputBlob resources.

type AnalyticsOutputBlobsGetter

type AnalyticsOutputBlobsGetter interface {
	AnalyticsOutputBlobs(namespace string) AnalyticsOutputBlobInterface
}

AnalyticsOutputBlobsGetter has a method to return a AnalyticsOutputBlobInterface. A group's client should implement this interface.

type AnalyticsOutputEventhubExpansion

type AnalyticsOutputEventhubExpansion interface{}

type AnalyticsOutputEventhubInterface

type AnalyticsOutputEventhubInterface interface {
	Create(ctx context.Context, analyticsOutputEventhub *v1alpha1.AnalyticsOutputEventhub, opts v1.CreateOptions) (*v1alpha1.AnalyticsOutputEventhub, error)
	Update(ctx context.Context, analyticsOutputEventhub *v1alpha1.AnalyticsOutputEventhub, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputEventhub, error)
	UpdateStatus(ctx context.Context, analyticsOutputEventhub *v1alpha1.AnalyticsOutputEventhub, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputEventhub, 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.AnalyticsOutputEventhub, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsOutputEventhubList, 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.AnalyticsOutputEventhub, err error)
	AnalyticsOutputEventhubExpansion
}

AnalyticsOutputEventhubInterface has methods to work with AnalyticsOutputEventhub resources.

type AnalyticsOutputEventhubsGetter

type AnalyticsOutputEventhubsGetter interface {
	AnalyticsOutputEventhubs(namespace string) AnalyticsOutputEventhubInterface
}

AnalyticsOutputEventhubsGetter has a method to return a AnalyticsOutputEventhubInterface. A group's client should implement this interface.

type AnalyticsOutputFunctionExpansion added in v0.5.0

type AnalyticsOutputFunctionExpansion interface{}

type AnalyticsOutputFunctionInterface added in v0.5.0

type AnalyticsOutputFunctionInterface interface {
	Create(ctx context.Context, analyticsOutputFunction *v1alpha1.AnalyticsOutputFunction, opts v1.CreateOptions) (*v1alpha1.AnalyticsOutputFunction, error)
	Update(ctx context.Context, analyticsOutputFunction *v1alpha1.AnalyticsOutputFunction, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputFunction, error)
	UpdateStatus(ctx context.Context, analyticsOutputFunction *v1alpha1.AnalyticsOutputFunction, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputFunction, 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.AnalyticsOutputFunction, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsOutputFunctionList, 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.AnalyticsOutputFunction, err error)
	AnalyticsOutputFunctionExpansion
}

AnalyticsOutputFunctionInterface has methods to work with AnalyticsOutputFunction resources.

type AnalyticsOutputFunctionsGetter added in v0.5.0

type AnalyticsOutputFunctionsGetter interface {
	AnalyticsOutputFunctions(namespace string) AnalyticsOutputFunctionInterface
}

AnalyticsOutputFunctionsGetter has a method to return a AnalyticsOutputFunctionInterface. A group's client should implement this interface.

type AnalyticsOutputMssqlExpansion

type AnalyticsOutputMssqlExpansion interface{}

type AnalyticsOutputMssqlInterface

type AnalyticsOutputMssqlInterface interface {
	Create(ctx context.Context, analyticsOutputMssql *v1alpha1.AnalyticsOutputMssql, opts v1.CreateOptions) (*v1alpha1.AnalyticsOutputMssql, error)
	Update(ctx context.Context, analyticsOutputMssql *v1alpha1.AnalyticsOutputMssql, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputMssql, error)
	UpdateStatus(ctx context.Context, analyticsOutputMssql *v1alpha1.AnalyticsOutputMssql, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputMssql, 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.AnalyticsOutputMssql, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsOutputMssqlList, 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.AnalyticsOutputMssql, err error)
	AnalyticsOutputMssqlExpansion
}

AnalyticsOutputMssqlInterface has methods to work with AnalyticsOutputMssql resources.

type AnalyticsOutputMssqlsGetter

type AnalyticsOutputMssqlsGetter interface {
	AnalyticsOutputMssqls(namespace string) AnalyticsOutputMssqlInterface
}

AnalyticsOutputMssqlsGetter has a method to return a AnalyticsOutputMssqlInterface. A group's client should implement this interface.

type AnalyticsOutputServicebusQueueExpansion

type AnalyticsOutputServicebusQueueExpansion interface{}

type AnalyticsOutputServicebusQueueInterface

AnalyticsOutputServicebusQueueInterface has methods to work with AnalyticsOutputServicebusQueue resources.

type AnalyticsOutputServicebusQueuesGetter

type AnalyticsOutputServicebusQueuesGetter interface {
	AnalyticsOutputServicebusQueues(namespace string) AnalyticsOutputServicebusQueueInterface
}

AnalyticsOutputServicebusQueuesGetter has a method to return a AnalyticsOutputServicebusQueueInterface. A group's client should implement this interface.

type AnalyticsOutputServicebusTopicExpansion

type AnalyticsOutputServicebusTopicExpansion interface{}

type AnalyticsOutputServicebusTopicInterface

AnalyticsOutputServicebusTopicInterface has methods to work with AnalyticsOutputServicebusTopic resources.

type AnalyticsOutputServicebusTopicsGetter

type AnalyticsOutputServicebusTopicsGetter interface {
	AnalyticsOutputServicebusTopics(namespace string) AnalyticsOutputServicebusTopicInterface
}

AnalyticsOutputServicebusTopicsGetter has a method to return a AnalyticsOutputServicebusTopicInterface. A group's client should implement this interface.

type AnalyticsOutputSynapseExpansion added in v0.5.0

type AnalyticsOutputSynapseExpansion interface{}

type AnalyticsOutputSynapseInterface added in v0.5.0

type AnalyticsOutputSynapseInterface interface {
	Create(ctx context.Context, analyticsOutputSynapse *v1alpha1.AnalyticsOutputSynapse, opts v1.CreateOptions) (*v1alpha1.AnalyticsOutputSynapse, error)
	Update(ctx context.Context, analyticsOutputSynapse *v1alpha1.AnalyticsOutputSynapse, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputSynapse, error)
	UpdateStatus(ctx context.Context, analyticsOutputSynapse *v1alpha1.AnalyticsOutputSynapse, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputSynapse, 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.AnalyticsOutputSynapse, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsOutputSynapseList, 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.AnalyticsOutputSynapse, err error)
	AnalyticsOutputSynapseExpansion
}

AnalyticsOutputSynapseInterface has methods to work with AnalyticsOutputSynapse resources.

type AnalyticsOutputSynapsesGetter added in v0.5.0

type AnalyticsOutputSynapsesGetter interface {
	AnalyticsOutputSynapses(namespace string) AnalyticsOutputSynapseInterface
}

AnalyticsOutputSynapsesGetter has a method to return a AnalyticsOutputSynapseInterface. A group's client should implement this interface.

type AnalyticsOutputTableExpansion added in v0.5.0

type AnalyticsOutputTableExpansion interface{}

type AnalyticsOutputTableInterface added in v0.5.0

type AnalyticsOutputTableInterface interface {
	Create(ctx context.Context, analyticsOutputTable *v1alpha1.AnalyticsOutputTable, opts v1.CreateOptions) (*v1alpha1.AnalyticsOutputTable, error)
	Update(ctx context.Context, analyticsOutputTable *v1alpha1.AnalyticsOutputTable, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputTable, error)
	UpdateStatus(ctx context.Context, analyticsOutputTable *v1alpha1.AnalyticsOutputTable, opts v1.UpdateOptions) (*v1alpha1.AnalyticsOutputTable, 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.AnalyticsOutputTable, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsOutputTableList, 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.AnalyticsOutputTable, err error)
	AnalyticsOutputTableExpansion
}

AnalyticsOutputTableInterface has methods to work with AnalyticsOutputTable resources.

type AnalyticsOutputTablesGetter added in v0.5.0

type AnalyticsOutputTablesGetter interface {
	AnalyticsOutputTables(namespace string) AnalyticsOutputTableInterface
}

AnalyticsOutputTablesGetter has a method to return a AnalyticsOutputTableInterface. A group's client should implement this interface.

type AnalyticsReferenceInputBlobExpansion

type AnalyticsReferenceInputBlobExpansion interface{}

type AnalyticsReferenceInputBlobInterface

type AnalyticsReferenceInputBlobInterface interface {
	Create(ctx context.Context, analyticsReferenceInputBlob *v1alpha1.AnalyticsReferenceInputBlob, opts v1.CreateOptions) (*v1alpha1.AnalyticsReferenceInputBlob, error)
	Update(ctx context.Context, analyticsReferenceInputBlob *v1alpha1.AnalyticsReferenceInputBlob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsReferenceInputBlob, error)
	UpdateStatus(ctx context.Context, analyticsReferenceInputBlob *v1alpha1.AnalyticsReferenceInputBlob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsReferenceInputBlob, 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.AnalyticsReferenceInputBlob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsReferenceInputBlobList, 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.AnalyticsReferenceInputBlob, err error)
	AnalyticsReferenceInputBlobExpansion
}

AnalyticsReferenceInputBlobInterface has methods to work with AnalyticsReferenceInputBlob resources.

type AnalyticsReferenceInputBlobsGetter

type AnalyticsReferenceInputBlobsGetter interface {
	AnalyticsReferenceInputBlobs(namespace string) AnalyticsReferenceInputBlobInterface
}

AnalyticsReferenceInputBlobsGetter has a method to return a AnalyticsReferenceInputBlobInterface. A group's client should implement this interface.

type AnalyticsReferenceInputMssqlExpansion added in v0.5.0

type AnalyticsReferenceInputMssqlExpansion interface{}

type AnalyticsReferenceInputMssqlInterface added in v0.5.0

type AnalyticsReferenceInputMssqlInterface interface {
	Create(ctx context.Context, analyticsReferenceInputMssql *v1alpha1.AnalyticsReferenceInputMssql, opts v1.CreateOptions) (*v1alpha1.AnalyticsReferenceInputMssql, error)
	Update(ctx context.Context, analyticsReferenceInputMssql *v1alpha1.AnalyticsReferenceInputMssql, opts v1.UpdateOptions) (*v1alpha1.AnalyticsReferenceInputMssql, error)
	UpdateStatus(ctx context.Context, analyticsReferenceInputMssql *v1alpha1.AnalyticsReferenceInputMssql, opts v1.UpdateOptions) (*v1alpha1.AnalyticsReferenceInputMssql, 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.AnalyticsReferenceInputMssql, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsReferenceInputMssqlList, 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.AnalyticsReferenceInputMssql, err error)
	AnalyticsReferenceInputMssqlExpansion
}

AnalyticsReferenceInputMssqlInterface has methods to work with AnalyticsReferenceInputMssql resources.

type AnalyticsReferenceInputMssqlsGetter added in v0.5.0

type AnalyticsReferenceInputMssqlsGetter interface {
	AnalyticsReferenceInputMssqls(namespace string) AnalyticsReferenceInputMssqlInterface
}

AnalyticsReferenceInputMssqlsGetter has a method to return a AnalyticsReferenceInputMssqlInterface. A group's client should implement this interface.

type AnalyticsStreamInputBlobExpansion

type AnalyticsStreamInputBlobExpansion interface{}

type AnalyticsStreamInputBlobInterface

type AnalyticsStreamInputBlobInterface interface {
	Create(ctx context.Context, analyticsStreamInputBlob *v1alpha1.AnalyticsStreamInputBlob, opts v1.CreateOptions) (*v1alpha1.AnalyticsStreamInputBlob, error)
	Update(ctx context.Context, analyticsStreamInputBlob *v1alpha1.AnalyticsStreamInputBlob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsStreamInputBlob, error)
	UpdateStatus(ctx context.Context, analyticsStreamInputBlob *v1alpha1.AnalyticsStreamInputBlob, opts v1.UpdateOptions) (*v1alpha1.AnalyticsStreamInputBlob, 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.AnalyticsStreamInputBlob, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsStreamInputBlobList, 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.AnalyticsStreamInputBlob, err error)
	AnalyticsStreamInputBlobExpansion
}

AnalyticsStreamInputBlobInterface has methods to work with AnalyticsStreamInputBlob resources.

type AnalyticsStreamInputBlobsGetter

type AnalyticsStreamInputBlobsGetter interface {
	AnalyticsStreamInputBlobs(namespace string) AnalyticsStreamInputBlobInterface
}

AnalyticsStreamInputBlobsGetter has a method to return a AnalyticsStreamInputBlobInterface. A group's client should implement this interface.

type AnalyticsStreamInputEventhubExpansion

type AnalyticsStreamInputEventhubExpansion interface{}

type AnalyticsStreamInputEventhubInterface

type AnalyticsStreamInputEventhubInterface interface {
	Create(ctx context.Context, analyticsStreamInputEventhub *v1alpha1.AnalyticsStreamInputEventhub, opts v1.CreateOptions) (*v1alpha1.AnalyticsStreamInputEventhub, error)
	Update(ctx context.Context, analyticsStreamInputEventhub *v1alpha1.AnalyticsStreamInputEventhub, opts v1.UpdateOptions) (*v1alpha1.AnalyticsStreamInputEventhub, error)
	UpdateStatus(ctx context.Context, analyticsStreamInputEventhub *v1alpha1.AnalyticsStreamInputEventhub, opts v1.UpdateOptions) (*v1alpha1.AnalyticsStreamInputEventhub, 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.AnalyticsStreamInputEventhub, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsStreamInputEventhubList, 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.AnalyticsStreamInputEventhub, err error)
	AnalyticsStreamInputEventhubExpansion
}

AnalyticsStreamInputEventhubInterface has methods to work with AnalyticsStreamInputEventhub resources.

type AnalyticsStreamInputEventhubsGetter

type AnalyticsStreamInputEventhubsGetter interface {
	AnalyticsStreamInputEventhubs(namespace string) AnalyticsStreamInputEventhubInterface
}

AnalyticsStreamInputEventhubsGetter has a method to return a AnalyticsStreamInputEventhubInterface. A group's client should implement this interface.

type AnalyticsStreamInputIothubExpansion

type AnalyticsStreamInputIothubExpansion interface{}

type AnalyticsStreamInputIothubInterface

type AnalyticsStreamInputIothubInterface interface {
	Create(ctx context.Context, analyticsStreamInputIothub *v1alpha1.AnalyticsStreamInputIothub, opts v1.CreateOptions) (*v1alpha1.AnalyticsStreamInputIothub, error)
	Update(ctx context.Context, analyticsStreamInputIothub *v1alpha1.AnalyticsStreamInputIothub, opts v1.UpdateOptions) (*v1alpha1.AnalyticsStreamInputIothub, error)
	UpdateStatus(ctx context.Context, analyticsStreamInputIothub *v1alpha1.AnalyticsStreamInputIothub, opts v1.UpdateOptions) (*v1alpha1.AnalyticsStreamInputIothub, 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.AnalyticsStreamInputIothub, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AnalyticsStreamInputIothubList, 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.AnalyticsStreamInputIothub, err error)
	AnalyticsStreamInputIothubExpansion
}

AnalyticsStreamInputIothubInterface has methods to work with AnalyticsStreamInputIothub resources.

type AnalyticsStreamInputIothubsGetter

type AnalyticsStreamInputIothubsGetter interface {
	AnalyticsStreamInputIothubs(namespace string) AnalyticsStreamInputIothubInterface
}

AnalyticsStreamInputIothubsGetter has a method to return a AnalyticsStreamInputIothubInterface. A group's client should implement this interface.

type StreamV1alpha1Client

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

StreamV1alpha1Client is used to interact with features provided by the stream.azurerm.kubeform.com group.

func New

New creates a new StreamV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new StreamV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *StreamV1alpha1Client

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

func (*StreamV1alpha1Client) AnalyticsClusters added in v0.5.0

func (c *StreamV1alpha1Client) AnalyticsClusters(namespace string) AnalyticsClusterInterface

func (*StreamV1alpha1Client) AnalyticsFunctionJavascriptUdves

func (c *StreamV1alpha1Client) AnalyticsFunctionJavascriptUdves(namespace string) AnalyticsFunctionJavascriptUdfInterface

func (*StreamV1alpha1Client) AnalyticsJobs

func (c *StreamV1alpha1Client) AnalyticsJobs(namespace string) AnalyticsJobInterface

func (*StreamV1alpha1Client) AnalyticsManagedPrivateEndpoints added in v0.5.0

func (c *StreamV1alpha1Client) AnalyticsManagedPrivateEndpoints(namespace string) AnalyticsManagedPrivateEndpointInterface

func (*StreamV1alpha1Client) AnalyticsOutputBlobs

func (c *StreamV1alpha1Client) AnalyticsOutputBlobs(namespace string) AnalyticsOutputBlobInterface

func (*StreamV1alpha1Client) AnalyticsOutputEventhubs

func (c *StreamV1alpha1Client) AnalyticsOutputEventhubs(namespace string) AnalyticsOutputEventhubInterface

func (*StreamV1alpha1Client) AnalyticsOutputFunctions added in v0.5.0

func (c *StreamV1alpha1Client) AnalyticsOutputFunctions(namespace string) AnalyticsOutputFunctionInterface

func (*StreamV1alpha1Client) AnalyticsOutputMssqls

func (c *StreamV1alpha1Client) AnalyticsOutputMssqls(namespace string) AnalyticsOutputMssqlInterface

func (*StreamV1alpha1Client) AnalyticsOutputServicebusQueues

func (c *StreamV1alpha1Client) AnalyticsOutputServicebusQueues(namespace string) AnalyticsOutputServicebusQueueInterface

func (*StreamV1alpha1Client) AnalyticsOutputServicebusTopics

func (c *StreamV1alpha1Client) AnalyticsOutputServicebusTopics(namespace string) AnalyticsOutputServicebusTopicInterface

func (*StreamV1alpha1Client) AnalyticsOutputSynapses added in v0.5.0

func (c *StreamV1alpha1Client) AnalyticsOutputSynapses(namespace string) AnalyticsOutputSynapseInterface

func (*StreamV1alpha1Client) AnalyticsOutputTables added in v0.5.0

func (c *StreamV1alpha1Client) AnalyticsOutputTables(namespace string) AnalyticsOutputTableInterface

func (*StreamV1alpha1Client) AnalyticsReferenceInputBlobs

func (c *StreamV1alpha1Client) AnalyticsReferenceInputBlobs(namespace string) AnalyticsReferenceInputBlobInterface

func (*StreamV1alpha1Client) AnalyticsReferenceInputMssqls added in v0.5.0

func (c *StreamV1alpha1Client) AnalyticsReferenceInputMssqls(namespace string) AnalyticsReferenceInputMssqlInterface

func (*StreamV1alpha1Client) AnalyticsStreamInputBlobs

func (c *StreamV1alpha1Client) AnalyticsStreamInputBlobs(namespace string) AnalyticsStreamInputBlobInterface

func (*StreamV1alpha1Client) AnalyticsStreamInputEventhubs

func (c *StreamV1alpha1Client) AnalyticsStreamInputEventhubs(namespace string) AnalyticsStreamInputEventhubInterface

func (*StreamV1alpha1Client) AnalyticsStreamInputIothubs

func (c *StreamV1alpha1Client) AnalyticsStreamInputIothubs(namespace string) AnalyticsStreamInputIothubInterface

func (*StreamV1alpha1Client) RESTClient

func (c *StreamV1alpha1Client) 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