v1beta1

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 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 FlinkClusterExpansion

type FlinkClusterExpansion interface{}

type FlinkClusterInterface

type FlinkClusterInterface interface {
	Create(ctx context.Context, flinkCluster *v1beta1.FlinkCluster, opts v1.CreateOptions) (*v1beta1.FlinkCluster, error)
	Update(ctx context.Context, flinkCluster *v1beta1.FlinkCluster, opts v1.UpdateOptions) (*v1beta1.FlinkCluster, error)
	UpdateStatus(ctx context.Context, flinkCluster *v1beta1.FlinkCluster, opts v1.UpdateOptions) (*v1beta1.FlinkCluster, 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) (*v1beta1.FlinkCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.FlinkClusterList, 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 *v1beta1.FlinkCluster, err error)
	FlinkClusterExpansion
}

FlinkClusterInterface has methods to work with FlinkCluster resources.

type FlinkClustersGetter

type FlinkClustersGetter interface {
	FlinkClusters(namespace string) FlinkClusterInterface
}

FlinkClustersGetter has a method to return a FlinkClusterInterface. A group's client should implement this interface.

type FlinkoperatorV1beta1Client

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

FlinkoperatorV1beta1Client is used to interact with features provided by the flinkoperator group.

func New

New creates a new FlinkoperatorV1beta1Client for the given RESTClient.

func NewFlinkOpeartorClient

func NewFlinkOpeartorClient(addr string) (*FlinkoperatorV1beta1Client, error)

NewFlinkOpeartorClient creates a new OperatorV1beta1 for the given addr.

func (*FlinkoperatorV1beta1Client) FlinkClusters

func (c *FlinkoperatorV1beta1Client) FlinkClusters(namespace string) FlinkClusterInterface

func (*FlinkoperatorV1beta1Client) RESTClient

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

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

type FlinkoperatorV1beta1Interface

type FlinkoperatorV1beta1Interface interface {
	RESTClient() rest.Interface
	FlinkClustersGetter
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL