v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2020 License: Apache-2.0 Imports: 7 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 AWSAccessKeyRequestExpansion

type AWSAccessKeyRequestExpansion interface{}

type AWSAccessKeyRequestInterface

type AWSAccessKeyRequestInterface interface {
	Create(*v1alpha1.AWSAccessKeyRequest) (*v1alpha1.AWSAccessKeyRequest, error)
	Update(*v1alpha1.AWSAccessKeyRequest) (*v1alpha1.AWSAccessKeyRequest, error)
	UpdateStatus(*v1alpha1.AWSAccessKeyRequest) (*v1alpha1.AWSAccessKeyRequest, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.AWSAccessKeyRequest, error)
	List(opts v1.ListOptions) (*v1alpha1.AWSAccessKeyRequestList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.AWSAccessKeyRequest, err error)
	AWSAccessKeyRequestExpansion
}

AWSAccessKeyRequestInterface has methods to work with AWSAccessKeyRequest resources.

type AWSAccessKeyRequestsGetter

type AWSAccessKeyRequestsGetter interface {
	AWSAccessKeyRequests(namespace string) AWSAccessKeyRequestInterface
}

AWSAccessKeyRequestsGetter has a method to return a AWSAccessKeyRequestInterface. A group's client should implement this interface.

type AWSRoleExpansion

type AWSRoleExpansion interface{}

type AWSRoleInterface

type AWSRoleInterface interface {
	Create(*v1alpha1.AWSRole) (*v1alpha1.AWSRole, error)
	Update(*v1alpha1.AWSRole) (*v1alpha1.AWSRole, error)
	UpdateStatus(*v1alpha1.AWSRole) (*v1alpha1.AWSRole, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.AWSRole, error)
	List(opts v1.ListOptions) (*v1alpha1.AWSRoleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.AWSRole, err error)
	AWSRoleExpansion
}

AWSRoleInterface has methods to work with AWSRole resources.

type AWSRolesGetter

type AWSRolesGetter interface {
	AWSRoles(namespace string) AWSRoleInterface
}

AWSRolesGetter has a method to return a AWSRoleInterface. A group's client should implement this interface.

type AzureAccessKeyRequestExpansion

type AzureAccessKeyRequestExpansion interface{}

type AzureAccessKeyRequestInterface

AzureAccessKeyRequestInterface has methods to work with AzureAccessKeyRequest resources.

type AzureAccessKeyRequestsGetter

type AzureAccessKeyRequestsGetter interface {
	AzureAccessKeyRequests(namespace string) AzureAccessKeyRequestInterface
}

AzureAccessKeyRequestsGetter has a method to return a AzureAccessKeyRequestInterface. A group's client should implement this interface.

type AzureRoleExpansion

type AzureRoleExpansion interface{}

type AzureRoleInterface

type AzureRoleInterface interface {
	Create(*v1alpha1.AzureRole) (*v1alpha1.AzureRole, error)
	Update(*v1alpha1.AzureRole) (*v1alpha1.AzureRole, error)
	UpdateStatus(*v1alpha1.AzureRole) (*v1alpha1.AzureRole, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.AzureRole, error)
	List(opts v1.ListOptions) (*v1alpha1.AzureRoleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.AzureRole, err error)
	AzureRoleExpansion
}

AzureRoleInterface has methods to work with AzureRole resources.

type AzureRolesGetter

type AzureRolesGetter interface {
	AzureRoles(namespace string) AzureRoleInterface
}

AzureRolesGetter has a method to return a AzureRoleInterface. A group's client should implement this interface.

type DatabaseAccessRequestExpansion

type DatabaseAccessRequestExpansion interface{}

type DatabaseAccessRequestInterface

DatabaseAccessRequestInterface has methods to work with DatabaseAccessRequest resources.

type DatabaseAccessRequestsGetter

type DatabaseAccessRequestsGetter interface {
	DatabaseAccessRequests(namespace string) DatabaseAccessRequestInterface
}

DatabaseAccessRequestsGetter has a method to return a DatabaseAccessRequestInterface. A group's client should implement this interface.

type EngineV1alpha1Client

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

EngineV1alpha1Client is used to interact with features provided by the engine.kubevault.com group.

func New

New creates a new EngineV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new EngineV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *EngineV1alpha1Client

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

func (*EngineV1alpha1Client) AWSAccessKeyRequests

func (c *EngineV1alpha1Client) AWSAccessKeyRequests(namespace string) AWSAccessKeyRequestInterface

func (*EngineV1alpha1Client) AWSRoles

func (c *EngineV1alpha1Client) AWSRoles(namespace string) AWSRoleInterface

func (*EngineV1alpha1Client) AzureAccessKeyRequests

func (c *EngineV1alpha1Client) AzureAccessKeyRequests(namespace string) AzureAccessKeyRequestInterface

func (*EngineV1alpha1Client) AzureRoles

func (c *EngineV1alpha1Client) AzureRoles(namespace string) AzureRoleInterface

func (*EngineV1alpha1Client) DatabaseAccessRequests

func (c *EngineV1alpha1Client) DatabaseAccessRequests(namespace string) DatabaseAccessRequestInterface

func (*EngineV1alpha1Client) GCPAccessKeyRequests

func (c *EngineV1alpha1Client) GCPAccessKeyRequests(namespace string) GCPAccessKeyRequestInterface

func (*EngineV1alpha1Client) GCPRoles

func (c *EngineV1alpha1Client) GCPRoles(namespace string) GCPRoleInterface

func (*EngineV1alpha1Client) MongoDBRoles

func (c *EngineV1alpha1Client) MongoDBRoles(namespace string) MongoDBRoleInterface

func (*EngineV1alpha1Client) MySQLRoles

func (c *EngineV1alpha1Client) MySQLRoles(namespace string) MySQLRoleInterface

func (*EngineV1alpha1Client) PostgresRoles

func (c *EngineV1alpha1Client) PostgresRoles(namespace string) PostgresRoleInterface

func (*EngineV1alpha1Client) RESTClient

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

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

func (*EngineV1alpha1Client) SecretEngines

func (c *EngineV1alpha1Client) SecretEngines(namespace string) SecretEngineInterface

type GCPAccessKeyRequestExpansion

type GCPAccessKeyRequestExpansion interface{}

type GCPAccessKeyRequestInterface

type GCPAccessKeyRequestInterface interface {
	Create(*v1alpha1.GCPAccessKeyRequest) (*v1alpha1.GCPAccessKeyRequest, error)
	Update(*v1alpha1.GCPAccessKeyRequest) (*v1alpha1.GCPAccessKeyRequest, error)
	UpdateStatus(*v1alpha1.GCPAccessKeyRequest) (*v1alpha1.GCPAccessKeyRequest, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.GCPAccessKeyRequest, error)
	List(opts v1.ListOptions) (*v1alpha1.GCPAccessKeyRequestList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.GCPAccessKeyRequest, err error)
	GCPAccessKeyRequestExpansion
}

GCPAccessKeyRequestInterface has methods to work with GCPAccessKeyRequest resources.

type GCPAccessKeyRequestsGetter

type GCPAccessKeyRequestsGetter interface {
	GCPAccessKeyRequests(namespace string) GCPAccessKeyRequestInterface
}

GCPAccessKeyRequestsGetter has a method to return a GCPAccessKeyRequestInterface. A group's client should implement this interface.

type GCPRoleExpansion

type GCPRoleExpansion interface{}

type GCPRoleInterface

type GCPRoleInterface interface {
	Create(*v1alpha1.GCPRole) (*v1alpha1.GCPRole, error)
	Update(*v1alpha1.GCPRole) (*v1alpha1.GCPRole, error)
	UpdateStatus(*v1alpha1.GCPRole) (*v1alpha1.GCPRole, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.GCPRole, error)
	List(opts v1.ListOptions) (*v1alpha1.GCPRoleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.GCPRole, err error)
	GCPRoleExpansion
}

GCPRoleInterface has methods to work with GCPRole resources.

type GCPRolesGetter

type GCPRolesGetter interface {
	GCPRoles(namespace string) GCPRoleInterface
}

GCPRolesGetter has a method to return a GCPRoleInterface. A group's client should implement this interface.

type MongoDBRoleExpansion

type MongoDBRoleExpansion interface{}

type MongoDBRoleInterface

type MongoDBRoleInterface interface {
	Create(*v1alpha1.MongoDBRole) (*v1alpha1.MongoDBRole, error)
	Update(*v1alpha1.MongoDBRole) (*v1alpha1.MongoDBRole, error)
	UpdateStatus(*v1alpha1.MongoDBRole) (*v1alpha1.MongoDBRole, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.MongoDBRole, error)
	List(opts v1.ListOptions) (*v1alpha1.MongoDBRoleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.MongoDBRole, err error)
	MongoDBRoleExpansion
}

MongoDBRoleInterface has methods to work with MongoDBRole resources.

type MongoDBRolesGetter

type MongoDBRolesGetter interface {
	MongoDBRoles(namespace string) MongoDBRoleInterface
}

MongoDBRolesGetter has a method to return a MongoDBRoleInterface. A group's client should implement this interface.

type MySQLRoleExpansion

type MySQLRoleExpansion interface{}

type MySQLRoleInterface

type MySQLRoleInterface interface {
	Create(*v1alpha1.MySQLRole) (*v1alpha1.MySQLRole, error)
	Update(*v1alpha1.MySQLRole) (*v1alpha1.MySQLRole, error)
	UpdateStatus(*v1alpha1.MySQLRole) (*v1alpha1.MySQLRole, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.MySQLRole, error)
	List(opts v1.ListOptions) (*v1alpha1.MySQLRoleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.MySQLRole, err error)
	MySQLRoleExpansion
}

MySQLRoleInterface has methods to work with MySQLRole resources.

type MySQLRolesGetter

type MySQLRolesGetter interface {
	MySQLRoles(namespace string) MySQLRoleInterface
}

MySQLRolesGetter has a method to return a MySQLRoleInterface. A group's client should implement this interface.

type PostgresRoleExpansion

type PostgresRoleExpansion interface{}

type PostgresRoleInterface

type PostgresRoleInterface interface {
	Create(*v1alpha1.PostgresRole) (*v1alpha1.PostgresRole, error)
	Update(*v1alpha1.PostgresRole) (*v1alpha1.PostgresRole, error)
	UpdateStatus(*v1alpha1.PostgresRole) (*v1alpha1.PostgresRole, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.PostgresRole, error)
	List(opts v1.ListOptions) (*v1alpha1.PostgresRoleList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.PostgresRole, err error)
	PostgresRoleExpansion
}

PostgresRoleInterface has methods to work with PostgresRole resources.

type PostgresRolesGetter

type PostgresRolesGetter interface {
	PostgresRoles(namespace string) PostgresRoleInterface
}

PostgresRolesGetter has a method to return a PostgresRoleInterface. A group's client should implement this interface.

type SecretEngineExpansion

type SecretEngineExpansion interface{}

type SecretEngineInterface

type SecretEngineInterface interface {
	Create(*v1alpha1.SecretEngine) (*v1alpha1.SecretEngine, error)
	Update(*v1alpha1.SecretEngine) (*v1alpha1.SecretEngine, error)
	UpdateStatus(*v1alpha1.SecretEngine) (*v1alpha1.SecretEngine, error)
	Delete(name string, options *v1.DeleteOptions) error
	DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
	Get(name string, options v1.GetOptions) (*v1alpha1.SecretEngine, error)
	List(opts v1.ListOptions) (*v1alpha1.SecretEngineList, error)
	Watch(opts v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1alpha1.SecretEngine, err error)
	SecretEngineExpansion
}

SecretEngineInterface has methods to work with SecretEngine resources.

type SecretEnginesGetter

type SecretEnginesGetter interface {
	SecretEngines(namespace string) SecretEngineInterface
}

SecretEnginesGetter has a method to return a SecretEngineInterface. 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