v1alpha1

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 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 SecretExportExpansion

type SecretExportExpansion interface{}

type SecretExportInterface

type SecretExportInterface interface {
	Create(ctx context.Context, secretExport *v1alpha1.SecretExport, opts v1.CreateOptions) (*v1alpha1.SecretExport, error)
	Update(ctx context.Context, secretExport *v1alpha1.SecretExport, opts v1.UpdateOptions) (*v1alpha1.SecretExport, error)
	UpdateStatus(ctx context.Context, secretExport *v1alpha1.SecretExport, opts v1.UpdateOptions) (*v1alpha1.SecretExport, 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.SecretExport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretExportList, 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.SecretExport, err error)
	SecretExportExpansion
}

SecretExportInterface has methods to work with SecretExport resources.

type SecretExportsGetter

type SecretExportsGetter interface {
	SecretExports(namespace string) SecretExportInterface
}

SecretExportsGetter has a method to return a SecretExportInterface. A group's client should implement this interface.

type SecretImportExpansion

type SecretImportExpansion interface{}

type SecretImportInterface

type SecretImportInterface interface {
	Create(ctx context.Context, secretImport *v1alpha1.SecretImport, opts v1.CreateOptions) (*v1alpha1.SecretImport, error)
	Update(ctx context.Context, secretImport *v1alpha1.SecretImport, opts v1.UpdateOptions) (*v1alpha1.SecretImport, error)
	UpdateStatus(ctx context.Context, secretImport *v1alpha1.SecretImport, opts v1.UpdateOptions) (*v1alpha1.SecretImport, 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.SecretImport, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretImportList, 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.SecretImport, err error)
	SecretImportExpansion
}

SecretImportInterface has methods to work with SecretImport resources.

type SecretImportsGetter

type SecretImportsGetter interface {
	SecretImports(namespace string) SecretImportInterface
}

SecretImportsGetter has a method to return a SecretImportInterface. A group's client should implement this interface.

type SecretTemplateExpansion

type SecretTemplateExpansion interface{}

type SecretTemplateInterface

type SecretTemplateInterface interface {
	Create(ctx context.Context, secretTemplate *v1alpha1.SecretTemplate, opts v1.CreateOptions) (*v1alpha1.SecretTemplate, error)
	Update(ctx context.Context, secretTemplate *v1alpha1.SecretTemplate, opts v1.UpdateOptions) (*v1alpha1.SecretTemplate, error)
	UpdateStatus(ctx context.Context, secretTemplate *v1alpha1.SecretTemplate, opts v1.UpdateOptions) (*v1alpha1.SecretTemplate, 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.SecretTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SecretTemplateList, 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.SecretTemplate, err error)
	SecretTemplateExpansion
}

SecretTemplateInterface has methods to work with SecretTemplate resources.

type SecretTemplatesGetter

type SecretTemplatesGetter interface {
	SecretTemplates(namespace string) SecretTemplateInterface
}

SecretTemplatesGetter has a method to return a SecretTemplateInterface. A group's client should implement this interface.

type SecretgenV1alpha1Client

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

SecretgenV1alpha1Client is used to interact with features provided by the secretgen.carvel.dev group.

func New

New creates a new SecretgenV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new SecretgenV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *SecretgenV1alpha1Client

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

func (*SecretgenV1alpha1Client) RESTClient

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

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

func (*SecretgenV1alpha1Client) SecretExports

func (c *SecretgenV1alpha1Client) SecretExports(namespace string) SecretExportInterface

func (*SecretgenV1alpha1Client) SecretImports

func (c *SecretgenV1alpha1Client) SecretImports(namespace string) SecretImportInterface

func (*SecretgenV1alpha1Client) SecretTemplates

func (c *SecretgenV1alpha1Client) SecretTemplates(namespace string) SecretTemplateInterface

type SecretgenV1alpha1Interface

type SecretgenV1alpha1Interface interface {
	RESTClient() rest.Interface
	SecretExportsGetter
	SecretImportsGetter
	SecretTemplatesGetter
}

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