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 ApprunnerV1alpha1Client

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

ApprunnerV1alpha1Client is used to interact with features provided by the apprunner.aws.kubeform.com group.

func New

New creates a new ApprunnerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ApprunnerV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ApprunnerV1alpha1Client

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

func (*ApprunnerV1alpha1Client) AutoScalingConfigurationVersions

func (c *ApprunnerV1alpha1Client) AutoScalingConfigurationVersions(namespace string) AutoScalingConfigurationVersionInterface

func (*ApprunnerV1alpha1Client) Connections

func (c *ApprunnerV1alpha1Client) Connections(namespace string) ConnectionInterface

func (*ApprunnerV1alpha1Client) CustomDomainAssociations

func (c *ApprunnerV1alpha1Client) CustomDomainAssociations(namespace string) CustomDomainAssociationInterface

func (*ApprunnerV1alpha1Client) RESTClient

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

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

func (*ApprunnerV1alpha1Client) Services

func (c *ApprunnerV1alpha1Client) Services(namespace string) ServiceInterface

func (*ApprunnerV1alpha1Client) VpcConnectors added in v0.5.0

func (c *ApprunnerV1alpha1Client) VpcConnectors(namespace string) VpcConnectorInterface

type AutoScalingConfigurationVersionExpansion

type AutoScalingConfigurationVersionExpansion interface{}

type AutoScalingConfigurationVersionInterface

AutoScalingConfigurationVersionInterface has methods to work with AutoScalingConfigurationVersion resources.

type AutoScalingConfigurationVersionsGetter

type AutoScalingConfigurationVersionsGetter interface {
	AutoScalingConfigurationVersions(namespace string) AutoScalingConfigurationVersionInterface
}

AutoScalingConfigurationVersionsGetter has a method to return a AutoScalingConfigurationVersionInterface. A group's client should implement this interface.

type ConnectionExpansion

type ConnectionExpansion interface{}

type ConnectionInterface

type ConnectionInterface interface {
	Create(ctx context.Context, connection *v1alpha1.Connection, opts v1.CreateOptions) (*v1alpha1.Connection, error)
	Update(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, error)
	UpdateStatus(ctx context.Context, connection *v1alpha1.Connection, opts v1.UpdateOptions) (*v1alpha1.Connection, 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.Connection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConnectionList, 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.Connection, err error)
	ConnectionExpansion
}

ConnectionInterface has methods to work with Connection resources.

type ConnectionsGetter

type ConnectionsGetter interface {
	Connections(namespace string) ConnectionInterface
}

ConnectionsGetter has a method to return a ConnectionInterface. A group's client should implement this interface.

type CustomDomainAssociationExpansion

type CustomDomainAssociationExpansion interface{}

type CustomDomainAssociationInterface

type CustomDomainAssociationInterface interface {
	Create(ctx context.Context, customDomainAssociation *v1alpha1.CustomDomainAssociation, opts v1.CreateOptions) (*v1alpha1.CustomDomainAssociation, error)
	Update(ctx context.Context, customDomainAssociation *v1alpha1.CustomDomainAssociation, opts v1.UpdateOptions) (*v1alpha1.CustomDomainAssociation, error)
	UpdateStatus(ctx context.Context, customDomainAssociation *v1alpha1.CustomDomainAssociation, opts v1.UpdateOptions) (*v1alpha1.CustomDomainAssociation, 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.CustomDomainAssociation, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.CustomDomainAssociationList, 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.CustomDomainAssociation, err error)
	CustomDomainAssociationExpansion
}

CustomDomainAssociationInterface has methods to work with CustomDomainAssociation resources.

type CustomDomainAssociationsGetter

type CustomDomainAssociationsGetter interface {
	CustomDomainAssociations(namespace string) CustomDomainAssociationInterface
}

CustomDomainAssociationsGetter has a method to return a CustomDomainAssociationInterface. A group's client should implement this interface.

type ServiceExpansion

type ServiceExpansion interface{}

type ServiceInterface

type ServiceInterface interface {
	Create(ctx context.Context, service *v1alpha1.Service, opts v1.CreateOptions) (*v1alpha1.Service, error)
	Update(ctx context.Context, service *v1alpha1.Service, opts v1.UpdateOptions) (*v1alpha1.Service, error)
	UpdateStatus(ctx context.Context, service *v1alpha1.Service, opts v1.UpdateOptions) (*v1alpha1.Service, 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.Service, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ServiceList, 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.Service, err error)
	ServiceExpansion
}

ServiceInterface has methods to work with Service resources.

type ServicesGetter

type ServicesGetter interface {
	Services(namespace string) ServiceInterface
}

ServicesGetter has a method to return a ServiceInterface. A group's client should implement this interface.

type VpcConnectorExpansion added in v0.5.0

type VpcConnectorExpansion interface{}

type VpcConnectorInterface added in v0.5.0

type VpcConnectorInterface interface {
	Create(ctx context.Context, vpcConnector *v1alpha1.VpcConnector, opts v1.CreateOptions) (*v1alpha1.VpcConnector, error)
	Update(ctx context.Context, vpcConnector *v1alpha1.VpcConnector, opts v1.UpdateOptions) (*v1alpha1.VpcConnector, error)
	UpdateStatus(ctx context.Context, vpcConnector *v1alpha1.VpcConnector, opts v1.UpdateOptions) (*v1alpha1.VpcConnector, 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.VpcConnector, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.VpcConnectorList, 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.VpcConnector, err error)
	VpcConnectorExpansion
}

VpcConnectorInterface has methods to work with VpcConnector resources.

type VpcConnectorsGetter added in v0.5.0

type VpcConnectorsGetter interface {
	VpcConnectors(namespace string) VpcConnectorInterface
}

VpcConnectorsGetter has a method to return a VpcConnectorInterface. 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