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 HadoopClusterExpansion

type HadoopClusterExpansion interface{}

type HadoopClusterInterface

type HadoopClusterInterface interface {
	Create(ctx context.Context, hadoopCluster *v1alpha1.HadoopCluster, opts v1.CreateOptions) (*v1alpha1.HadoopCluster, error)
	Update(ctx context.Context, hadoopCluster *v1alpha1.HadoopCluster, opts v1.UpdateOptions) (*v1alpha1.HadoopCluster, error)
	UpdateStatus(ctx context.Context, hadoopCluster *v1alpha1.HadoopCluster, opts v1.UpdateOptions) (*v1alpha1.HadoopCluster, 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.HadoopCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HadoopClusterList, 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.HadoopCluster, err error)
	HadoopClusterExpansion
}

HadoopClusterInterface has methods to work with HadoopCluster resources.

type HadoopClustersGetter

type HadoopClustersGetter interface {
	HadoopClusters(namespace string) HadoopClusterInterface
}

HadoopClustersGetter has a method to return a HadoopClusterInterface. A group's client should implement this interface.

type HbaseClusterExpansion

type HbaseClusterExpansion interface{}

type HbaseClusterInterface

type HbaseClusterInterface interface {
	Create(ctx context.Context, hbaseCluster *v1alpha1.HbaseCluster, opts v1.CreateOptions) (*v1alpha1.HbaseCluster, error)
	Update(ctx context.Context, hbaseCluster *v1alpha1.HbaseCluster, opts v1.UpdateOptions) (*v1alpha1.HbaseCluster, error)
	UpdateStatus(ctx context.Context, hbaseCluster *v1alpha1.HbaseCluster, opts v1.UpdateOptions) (*v1alpha1.HbaseCluster, 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.HbaseCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HbaseClusterList, 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.HbaseCluster, err error)
	HbaseClusterExpansion
}

HbaseClusterInterface has methods to work with HbaseCluster resources.

type HbaseClustersGetter

type HbaseClustersGetter interface {
	HbaseClusters(namespace string) HbaseClusterInterface
}

HbaseClustersGetter has a method to return a HbaseClusterInterface. A group's client should implement this interface.

type HdinsightV1alpha1Client

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

HdinsightV1alpha1Client is used to interact with features provided by the hdinsight.azurerm.kubeform.com group.

func New

New creates a new HdinsightV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new HdinsightV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *HdinsightV1alpha1Client

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

func (*HdinsightV1alpha1Client) HadoopClusters

func (c *HdinsightV1alpha1Client) HadoopClusters(namespace string) HadoopClusterInterface

func (*HdinsightV1alpha1Client) HbaseClusters

func (c *HdinsightV1alpha1Client) HbaseClusters(namespace string) HbaseClusterInterface

func (*HdinsightV1alpha1Client) InteractiveQueryClusters

func (c *HdinsightV1alpha1Client) InteractiveQueryClusters(namespace string) InteractiveQueryClusterInterface

func (*HdinsightV1alpha1Client) KafkaClusters

func (c *HdinsightV1alpha1Client) KafkaClusters(namespace string) KafkaClusterInterface

func (*HdinsightV1alpha1Client) MlServicesClusters

func (c *HdinsightV1alpha1Client) MlServicesClusters(namespace string) MlServicesClusterInterface

func (*HdinsightV1alpha1Client) RESTClient

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

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

func (*HdinsightV1alpha1Client) RserverClusters

func (c *HdinsightV1alpha1Client) RserverClusters(namespace string) RserverClusterInterface

func (*HdinsightV1alpha1Client) SparkClusters

func (c *HdinsightV1alpha1Client) SparkClusters(namespace string) SparkClusterInterface

func (*HdinsightV1alpha1Client) StormClusters

func (c *HdinsightV1alpha1Client) StormClusters(namespace string) StormClusterInterface

type InteractiveQueryClusterExpansion

type InteractiveQueryClusterExpansion interface{}

type InteractiveQueryClusterInterface

type InteractiveQueryClusterInterface interface {
	Create(ctx context.Context, interactiveQueryCluster *v1alpha1.InteractiveQueryCluster, opts v1.CreateOptions) (*v1alpha1.InteractiveQueryCluster, error)
	Update(ctx context.Context, interactiveQueryCluster *v1alpha1.InteractiveQueryCluster, opts v1.UpdateOptions) (*v1alpha1.InteractiveQueryCluster, error)
	UpdateStatus(ctx context.Context, interactiveQueryCluster *v1alpha1.InteractiveQueryCluster, opts v1.UpdateOptions) (*v1alpha1.InteractiveQueryCluster, 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.InteractiveQueryCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InteractiveQueryClusterList, 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.InteractiveQueryCluster, err error)
	InteractiveQueryClusterExpansion
}

InteractiveQueryClusterInterface has methods to work with InteractiveQueryCluster resources.

type InteractiveQueryClustersGetter

type InteractiveQueryClustersGetter interface {
	InteractiveQueryClusters(namespace string) InteractiveQueryClusterInterface
}

InteractiveQueryClustersGetter has a method to return a InteractiveQueryClusterInterface. A group's client should implement this interface.

type KafkaClusterExpansion

type KafkaClusterExpansion interface{}

type KafkaClusterInterface

type KafkaClusterInterface interface {
	Create(ctx context.Context, kafkaCluster *v1alpha1.KafkaCluster, opts v1.CreateOptions) (*v1alpha1.KafkaCluster, error)
	Update(ctx context.Context, kafkaCluster *v1alpha1.KafkaCluster, opts v1.UpdateOptions) (*v1alpha1.KafkaCluster, error)
	UpdateStatus(ctx context.Context, kafkaCluster *v1alpha1.KafkaCluster, opts v1.UpdateOptions) (*v1alpha1.KafkaCluster, 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.KafkaCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KafkaClusterList, 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.KafkaCluster, err error)
	KafkaClusterExpansion
}

KafkaClusterInterface has methods to work with KafkaCluster resources.

type KafkaClustersGetter

type KafkaClustersGetter interface {
	KafkaClusters(namespace string) KafkaClusterInterface
}

KafkaClustersGetter has a method to return a KafkaClusterInterface. A group's client should implement this interface.

type MlServicesClusterExpansion

type MlServicesClusterExpansion interface{}

type MlServicesClusterInterface

type MlServicesClusterInterface interface {
	Create(ctx context.Context, mlServicesCluster *v1alpha1.MlServicesCluster, opts v1.CreateOptions) (*v1alpha1.MlServicesCluster, error)
	Update(ctx context.Context, mlServicesCluster *v1alpha1.MlServicesCluster, opts v1.UpdateOptions) (*v1alpha1.MlServicesCluster, error)
	UpdateStatus(ctx context.Context, mlServicesCluster *v1alpha1.MlServicesCluster, opts v1.UpdateOptions) (*v1alpha1.MlServicesCluster, 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.MlServicesCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MlServicesClusterList, 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.MlServicesCluster, err error)
	MlServicesClusterExpansion
}

MlServicesClusterInterface has methods to work with MlServicesCluster resources.

type MlServicesClustersGetter

type MlServicesClustersGetter interface {
	MlServicesClusters(namespace string) MlServicesClusterInterface
}

MlServicesClustersGetter has a method to return a MlServicesClusterInterface. A group's client should implement this interface.

type RserverClusterExpansion

type RserverClusterExpansion interface{}

type RserverClusterInterface

type RserverClusterInterface interface {
	Create(ctx context.Context, rserverCluster *v1alpha1.RserverCluster, opts v1.CreateOptions) (*v1alpha1.RserverCluster, error)
	Update(ctx context.Context, rserverCluster *v1alpha1.RserverCluster, opts v1.UpdateOptions) (*v1alpha1.RserverCluster, error)
	UpdateStatus(ctx context.Context, rserverCluster *v1alpha1.RserverCluster, opts v1.UpdateOptions) (*v1alpha1.RserverCluster, 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.RserverCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.RserverClusterList, 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.RserverCluster, err error)
	RserverClusterExpansion
}

RserverClusterInterface has methods to work with RserverCluster resources.

type RserverClustersGetter

type RserverClustersGetter interface {
	RserverClusters(namespace string) RserverClusterInterface
}

RserverClustersGetter has a method to return a RserverClusterInterface. A group's client should implement this interface.

type SparkClusterExpansion

type SparkClusterExpansion interface{}

type SparkClusterInterface

type SparkClusterInterface interface {
	Create(ctx context.Context, sparkCluster *v1alpha1.SparkCluster, opts v1.CreateOptions) (*v1alpha1.SparkCluster, error)
	Update(ctx context.Context, sparkCluster *v1alpha1.SparkCluster, opts v1.UpdateOptions) (*v1alpha1.SparkCluster, error)
	UpdateStatus(ctx context.Context, sparkCluster *v1alpha1.SparkCluster, opts v1.UpdateOptions) (*v1alpha1.SparkCluster, 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.SparkCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SparkClusterList, 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.SparkCluster, err error)
	SparkClusterExpansion
}

SparkClusterInterface has methods to work with SparkCluster resources.

type SparkClustersGetter

type SparkClustersGetter interface {
	SparkClusters(namespace string) SparkClusterInterface
}

SparkClustersGetter has a method to return a SparkClusterInterface. A group's client should implement this interface.

type StormClusterExpansion

type StormClusterExpansion interface{}

type StormClusterInterface

type StormClusterInterface interface {
	Create(ctx context.Context, stormCluster *v1alpha1.StormCluster, opts v1.CreateOptions) (*v1alpha1.StormCluster, error)
	Update(ctx context.Context, stormCluster *v1alpha1.StormCluster, opts v1.UpdateOptions) (*v1alpha1.StormCluster, error)
	UpdateStatus(ctx context.Context, stormCluster *v1alpha1.StormCluster, opts v1.UpdateOptions) (*v1alpha1.StormCluster, 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.StormCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StormClusterList, 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.StormCluster, err error)
	StormClusterExpansion
}

StormClusterInterface has methods to work with StormCluster resources.

type StormClustersGetter

type StormClustersGetter interface {
	StormClusters(namespace string) StormClusterInterface
}

StormClustersGetter has a method to return a StormClusterInterface. 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