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 CloudtrailExpansion

type CloudtrailExpansion interface{}

type CloudtrailInterface

type CloudtrailInterface interface {
	Create(ctx context.Context, cloudtrail *v1alpha1.Cloudtrail, opts v1.CreateOptions) (*v1alpha1.Cloudtrail, error)
	Update(ctx context.Context, cloudtrail *v1alpha1.Cloudtrail, opts v1.UpdateOptions) (*v1alpha1.Cloudtrail, error)
	UpdateStatus(ctx context.Context, cloudtrail *v1alpha1.Cloudtrail, opts v1.UpdateOptions) (*v1alpha1.Cloudtrail, 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.Cloudtrail, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CloudtrailList, 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.Cloudtrail, err error)
	CloudtrailExpansion
}

CloudtrailInterface has methods to work with Cloudtrail resources.

type CloudtrailV1alpha1Client

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

CloudtrailV1alpha1Client is used to interact with features provided by the cloudtrail.aws.kubeform.com group.

func New

New creates a new CloudtrailV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new CloudtrailV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *CloudtrailV1alpha1Client

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

func (*CloudtrailV1alpha1Client) Cloudtrails

func (c *CloudtrailV1alpha1Client) Cloudtrails(namespace string) CloudtrailInterface

func (*CloudtrailV1alpha1Client) EventDataStores added in v0.5.0

func (c *CloudtrailV1alpha1Client) EventDataStores(namespace string) EventDataStoreInterface

func (*CloudtrailV1alpha1Client) RESTClient

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

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

type CloudtrailV1alpha1Interface

type CloudtrailV1alpha1Interface interface {
	RESTClient() rest.Interface
	CloudtrailsGetter
	EventDataStoresGetter
}

type CloudtrailsGetter

type CloudtrailsGetter interface {
	Cloudtrails(namespace string) CloudtrailInterface
}

CloudtrailsGetter has a method to return a CloudtrailInterface. A group's client should implement this interface.

type EventDataStoreExpansion added in v0.5.0

type EventDataStoreExpansion interface{}

type EventDataStoreInterface added in v0.5.0

type EventDataStoreInterface interface {
	Create(ctx context.Context, eventDataStore *v1alpha1.EventDataStore, opts v1.CreateOptions) (*v1alpha1.EventDataStore, error)
	Update(ctx context.Context, eventDataStore *v1alpha1.EventDataStore, opts v1.UpdateOptions) (*v1alpha1.EventDataStore, error)
	UpdateStatus(ctx context.Context, eventDataStore *v1alpha1.EventDataStore, opts v1.UpdateOptions) (*v1alpha1.EventDataStore, 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.EventDataStore, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.EventDataStoreList, 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.EventDataStore, err error)
	EventDataStoreExpansion
}

EventDataStoreInterface has methods to work with EventDataStore resources.

type EventDataStoresGetter added in v0.5.0

type EventDataStoresGetter interface {
	EventDataStores(namespace string) EventDataStoreInterface
}

EventDataStoresGetter has a method to return a EventDataStoreInterface. 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