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 IottimeV1alpha1Client

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

IottimeV1alpha1Client is used to interact with features provided by the iottime.azurerm.kubeform.com group.

func New

New creates a new IottimeV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new IottimeV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *IottimeV1alpha1Client

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

func (*IottimeV1alpha1Client) RESTClient

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

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

func (*IottimeV1alpha1Client) SeriesInsightsAccessPolicies

func (c *IottimeV1alpha1Client) SeriesInsightsAccessPolicies(namespace string) SeriesInsightsAccessPolicyInterface

func (*IottimeV1alpha1Client) SeriesInsightsEventSourceEventhubs added in v0.5.0

func (c *IottimeV1alpha1Client) SeriesInsightsEventSourceEventhubs(namespace string) SeriesInsightsEventSourceEventhubInterface

func (*IottimeV1alpha1Client) SeriesInsightsEventSourceIothubs

func (c *IottimeV1alpha1Client) SeriesInsightsEventSourceIothubs(namespace string) SeriesInsightsEventSourceIothubInterface

func (*IottimeV1alpha1Client) SeriesInsightsGen2Environments

func (c *IottimeV1alpha1Client) SeriesInsightsGen2Environments(namespace string) SeriesInsightsGen2EnvironmentInterface

func (*IottimeV1alpha1Client) SeriesInsightsReferenceDataSets

func (c *IottimeV1alpha1Client) SeriesInsightsReferenceDataSets(namespace string) SeriesInsightsReferenceDataSetInterface

func (*IottimeV1alpha1Client) SeriesInsightsStandardEnvironments

func (c *IottimeV1alpha1Client) SeriesInsightsStandardEnvironments(namespace string) SeriesInsightsStandardEnvironmentInterface

type SeriesInsightsAccessPoliciesGetter

type SeriesInsightsAccessPoliciesGetter interface {
	SeriesInsightsAccessPolicies(namespace string) SeriesInsightsAccessPolicyInterface
}

SeriesInsightsAccessPoliciesGetter has a method to return a SeriesInsightsAccessPolicyInterface. A group's client should implement this interface.

type SeriesInsightsAccessPolicyExpansion

type SeriesInsightsAccessPolicyExpansion interface{}

type SeriesInsightsAccessPolicyInterface

type SeriesInsightsAccessPolicyInterface interface {
	Create(ctx context.Context, seriesInsightsAccessPolicy *v1alpha1.SeriesInsightsAccessPolicy, opts v1.CreateOptions) (*v1alpha1.SeriesInsightsAccessPolicy, error)
	Update(ctx context.Context, seriesInsightsAccessPolicy *v1alpha1.SeriesInsightsAccessPolicy, opts v1.UpdateOptions) (*v1alpha1.SeriesInsightsAccessPolicy, error)
	UpdateStatus(ctx context.Context, seriesInsightsAccessPolicy *v1alpha1.SeriesInsightsAccessPolicy, opts v1.UpdateOptions) (*v1alpha1.SeriesInsightsAccessPolicy, 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.SeriesInsightsAccessPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SeriesInsightsAccessPolicyList, 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.SeriesInsightsAccessPolicy, err error)
	SeriesInsightsAccessPolicyExpansion
}

SeriesInsightsAccessPolicyInterface has methods to work with SeriesInsightsAccessPolicy resources.

type SeriesInsightsEventSourceEventhubExpansion added in v0.5.0

type SeriesInsightsEventSourceEventhubExpansion interface{}

type SeriesInsightsEventSourceEventhubInterface added in v0.5.0

SeriesInsightsEventSourceEventhubInterface has methods to work with SeriesInsightsEventSourceEventhub resources.

type SeriesInsightsEventSourceEventhubsGetter added in v0.5.0

type SeriesInsightsEventSourceEventhubsGetter interface {
	SeriesInsightsEventSourceEventhubs(namespace string) SeriesInsightsEventSourceEventhubInterface
}

SeriesInsightsEventSourceEventhubsGetter has a method to return a SeriesInsightsEventSourceEventhubInterface. A group's client should implement this interface.

type SeriesInsightsEventSourceIothubExpansion

type SeriesInsightsEventSourceIothubExpansion interface{}

type SeriesInsightsEventSourceIothubInterface

SeriesInsightsEventSourceIothubInterface has methods to work with SeriesInsightsEventSourceIothub resources.

type SeriesInsightsEventSourceIothubsGetter

type SeriesInsightsEventSourceIothubsGetter interface {
	SeriesInsightsEventSourceIothubs(namespace string) SeriesInsightsEventSourceIothubInterface
}

SeriesInsightsEventSourceIothubsGetter has a method to return a SeriesInsightsEventSourceIothubInterface. A group's client should implement this interface.

type SeriesInsightsGen2EnvironmentExpansion

type SeriesInsightsGen2EnvironmentExpansion interface{}

type SeriesInsightsGen2EnvironmentInterface

type SeriesInsightsGen2EnvironmentInterface interface {
	Create(ctx context.Context, seriesInsightsGen2Environment *v1alpha1.SeriesInsightsGen2Environment, opts v1.CreateOptions) (*v1alpha1.SeriesInsightsGen2Environment, error)
	Update(ctx context.Context, seriesInsightsGen2Environment *v1alpha1.SeriesInsightsGen2Environment, opts v1.UpdateOptions) (*v1alpha1.SeriesInsightsGen2Environment, error)
	UpdateStatus(ctx context.Context, seriesInsightsGen2Environment *v1alpha1.SeriesInsightsGen2Environment, opts v1.UpdateOptions) (*v1alpha1.SeriesInsightsGen2Environment, 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.SeriesInsightsGen2Environment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SeriesInsightsGen2EnvironmentList, 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.SeriesInsightsGen2Environment, err error)
	SeriesInsightsGen2EnvironmentExpansion
}

SeriesInsightsGen2EnvironmentInterface has methods to work with SeriesInsightsGen2Environment resources.

type SeriesInsightsGen2EnvironmentsGetter

type SeriesInsightsGen2EnvironmentsGetter interface {
	SeriesInsightsGen2Environments(namespace string) SeriesInsightsGen2EnvironmentInterface
}

SeriesInsightsGen2EnvironmentsGetter has a method to return a SeriesInsightsGen2EnvironmentInterface. A group's client should implement this interface.

type SeriesInsightsReferenceDataSetExpansion

type SeriesInsightsReferenceDataSetExpansion interface{}

type SeriesInsightsReferenceDataSetInterface

SeriesInsightsReferenceDataSetInterface has methods to work with SeriesInsightsReferenceDataSet resources.

type SeriesInsightsReferenceDataSetsGetter

type SeriesInsightsReferenceDataSetsGetter interface {
	SeriesInsightsReferenceDataSets(namespace string) SeriesInsightsReferenceDataSetInterface
}

SeriesInsightsReferenceDataSetsGetter has a method to return a SeriesInsightsReferenceDataSetInterface. A group's client should implement this interface.

type SeriesInsightsStandardEnvironmentExpansion

type SeriesInsightsStandardEnvironmentExpansion interface{}

type SeriesInsightsStandardEnvironmentInterface

SeriesInsightsStandardEnvironmentInterface has methods to work with SeriesInsightsStandardEnvironment resources.

type SeriesInsightsStandardEnvironmentsGetter

type SeriesInsightsStandardEnvironmentsGetter interface {
	SeriesInsightsStandardEnvironments(namespace string) SeriesInsightsStandardEnvironmentInterface
}

SeriesInsightsStandardEnvironmentsGetter has a method to return a SeriesInsightsStandardEnvironmentInterface. 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