v1beta1

package
v1.72.1 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 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 DataprocAutoscalingPoliciesGetter

type DataprocAutoscalingPoliciesGetter interface {
	DataprocAutoscalingPolicies(namespace string) DataprocAutoscalingPolicyInterface
}

DataprocAutoscalingPoliciesGetter has a method to return a DataprocAutoscalingPolicyInterface. A group's client should implement this interface.

type DataprocAutoscalingPolicyExpansion

type DataprocAutoscalingPolicyExpansion interface{}

type DataprocAutoscalingPolicyInterface

type DataprocAutoscalingPolicyInterface interface {
	Create(ctx context.Context, dataprocAutoscalingPolicy *v1beta1.DataprocAutoscalingPolicy, opts v1.CreateOptions) (*v1beta1.DataprocAutoscalingPolicy, error)
	Update(ctx context.Context, dataprocAutoscalingPolicy *v1beta1.DataprocAutoscalingPolicy, opts v1.UpdateOptions) (*v1beta1.DataprocAutoscalingPolicy, error)
	UpdateStatus(ctx context.Context, dataprocAutoscalingPolicy *v1beta1.DataprocAutoscalingPolicy, opts v1.UpdateOptions) (*v1beta1.DataprocAutoscalingPolicy, 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.DataprocAutoscalingPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DataprocAutoscalingPolicyList, 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.DataprocAutoscalingPolicy, err error)
	DataprocAutoscalingPolicyExpansion
}

DataprocAutoscalingPolicyInterface has methods to work with DataprocAutoscalingPolicy resources.

type DataprocClusterExpansion

type DataprocClusterExpansion interface{}

type DataprocClusterInterface

type DataprocClusterInterface interface {
	Create(ctx context.Context, dataprocCluster *v1beta1.DataprocCluster, opts v1.CreateOptions) (*v1beta1.DataprocCluster, error)
	Update(ctx context.Context, dataprocCluster *v1beta1.DataprocCluster, opts v1.UpdateOptions) (*v1beta1.DataprocCluster, error)
	UpdateStatus(ctx context.Context, dataprocCluster *v1beta1.DataprocCluster, opts v1.UpdateOptions) (*v1beta1.DataprocCluster, 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.DataprocCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DataprocClusterList, 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.DataprocCluster, err error)
	DataprocClusterExpansion
}

DataprocClusterInterface has methods to work with DataprocCluster resources.

type DataprocClustersGetter

type DataprocClustersGetter interface {
	DataprocClusters(namespace string) DataprocClusterInterface
}

DataprocClustersGetter has a method to return a DataprocClusterInterface. A group's client should implement this interface.

type DataprocV1beta1Client

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

DataprocV1beta1Client is used to interact with features provided by the dataproc.cnrm.cloud.google.com group.

func New

New creates a new DataprocV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new DataprocV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *DataprocV1beta1Client

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

func (*DataprocV1beta1Client) DataprocAutoscalingPolicies

func (c *DataprocV1beta1Client) DataprocAutoscalingPolicies(namespace string) DataprocAutoscalingPolicyInterface

func (*DataprocV1beta1Client) DataprocClusters

func (c *DataprocV1beta1Client) DataprocClusters(namespace string) DataprocClusterInterface

func (*DataprocV1beta1Client) DataprocWorkflowTemplates

func (c *DataprocV1beta1Client) DataprocWorkflowTemplates(namespace string) DataprocWorkflowTemplateInterface

func (*DataprocV1beta1Client) RESTClient

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

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

type DataprocWorkflowTemplateExpansion

type DataprocWorkflowTemplateExpansion interface{}

type DataprocWorkflowTemplateInterface

type DataprocWorkflowTemplateInterface interface {
	Create(ctx context.Context, dataprocWorkflowTemplate *v1beta1.DataprocWorkflowTemplate, opts v1.CreateOptions) (*v1beta1.DataprocWorkflowTemplate, error)
	Update(ctx context.Context, dataprocWorkflowTemplate *v1beta1.DataprocWorkflowTemplate, opts v1.UpdateOptions) (*v1beta1.DataprocWorkflowTemplate, error)
	UpdateStatus(ctx context.Context, dataprocWorkflowTemplate *v1beta1.DataprocWorkflowTemplate, opts v1.UpdateOptions) (*v1beta1.DataprocWorkflowTemplate, 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.DataprocWorkflowTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.DataprocWorkflowTemplateList, 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.DataprocWorkflowTemplate, err error)
	DataprocWorkflowTemplateExpansion
}

DataprocWorkflowTemplateInterface has methods to work with DataprocWorkflowTemplate resources.

type DataprocWorkflowTemplatesGetter

type DataprocWorkflowTemplatesGetter interface {
	DataprocWorkflowTemplates(namespace string) DataprocWorkflowTemplateInterface
}

DataprocWorkflowTemplatesGetter has a method to return a DataprocWorkflowTemplateInterface. 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