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 DomainExpansion

type DomainExpansion interface{}

type DomainInterface

type DomainInterface interface {
	Create(ctx context.Context, domain *v1alpha1.Domain, opts v1.CreateOptions) (*v1alpha1.Domain, error)
	Update(ctx context.Context, domain *v1alpha1.Domain, opts v1.UpdateOptions) (*v1alpha1.Domain, error)
	UpdateStatus(ctx context.Context, domain *v1alpha1.Domain, opts v1.UpdateOptions) (*v1alpha1.Domain, 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.Domain, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.DomainList, 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.Domain, err error)
	DomainExpansion
}

DomainInterface has methods to work with Domain resources.

type DomainsGetter

type DomainsGetter interface {
	Domains(namespace string) DomainInterface
}

DomainsGetter has a method to return a DomainInterface. A group's client should implement this interface.

type InstanceExpansion

type InstanceExpansion interface{}

type InstanceInterface

type InstanceInterface interface {
	Create(ctx context.Context, instance *v1alpha1.Instance, opts v1.CreateOptions) (*v1alpha1.Instance, error)
	Update(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, error)
	UpdateStatus(ctx context.Context, instance *v1alpha1.Instance, opts v1.UpdateOptions) (*v1alpha1.Instance, 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.Instance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InstanceList, 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.Instance, err error)
	InstanceExpansion
}

InstanceInterface has methods to work with Instance resources.

type InstancePublicPortsExpansion

type InstancePublicPortsExpansion interface{}

type InstancePublicPortsInterface

type InstancePublicPortsInterface interface {
	Create(ctx context.Context, instancePublicPorts *v1alpha1.InstancePublicPorts, opts v1.CreateOptions) (*v1alpha1.InstancePublicPorts, error)
	Update(ctx context.Context, instancePublicPorts *v1alpha1.InstancePublicPorts, opts v1.UpdateOptions) (*v1alpha1.InstancePublicPorts, error)
	UpdateStatus(ctx context.Context, instancePublicPorts *v1alpha1.InstancePublicPorts, opts v1.UpdateOptions) (*v1alpha1.InstancePublicPorts, 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.InstancePublicPorts, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.InstancePublicPortsList, 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.InstancePublicPorts, err error)
	InstancePublicPortsExpansion
}

InstancePublicPortsInterface has methods to work with InstancePublicPorts resources.

type InstancePublicPortsesGetter

type InstancePublicPortsesGetter interface {
	InstancePublicPortses(namespace string) InstancePublicPortsInterface
}

InstancePublicPortsesGetter has a method to return a InstancePublicPortsInterface. A group's client should implement this interface.

type InstancesGetter

type InstancesGetter interface {
	Instances(namespace string) InstanceInterface
}

InstancesGetter has a method to return a InstanceInterface. A group's client should implement this interface.

type KeyPairExpansion

type KeyPairExpansion interface{}

type KeyPairInterface

type KeyPairInterface interface {
	Create(ctx context.Context, keyPair *v1alpha1.KeyPair, opts v1.CreateOptions) (*v1alpha1.KeyPair, error)
	Update(ctx context.Context, keyPair *v1alpha1.KeyPair, opts v1.UpdateOptions) (*v1alpha1.KeyPair, error)
	UpdateStatus(ctx context.Context, keyPair *v1alpha1.KeyPair, opts v1.UpdateOptions) (*v1alpha1.KeyPair, 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.KeyPair, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.KeyPairList, 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.KeyPair, err error)
	KeyPairExpansion
}

KeyPairInterface has methods to work with KeyPair resources.

type KeyPairsGetter

type KeyPairsGetter interface {
	KeyPairs(namespace string) KeyPairInterface
}

KeyPairsGetter has a method to return a KeyPairInterface. A group's client should implement this interface.

type LightsailV1alpha1Client

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

LightsailV1alpha1Client is used to interact with features provided by the lightsail.aws.kubeform.com group.

func New

New creates a new LightsailV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new LightsailV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *LightsailV1alpha1Client

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

func (*LightsailV1alpha1Client) Domains

func (c *LightsailV1alpha1Client) Domains(namespace string) DomainInterface

func (*LightsailV1alpha1Client) InstancePublicPortses

func (c *LightsailV1alpha1Client) InstancePublicPortses(namespace string) InstancePublicPortsInterface

func (*LightsailV1alpha1Client) Instances

func (c *LightsailV1alpha1Client) Instances(namespace string) InstanceInterface

func (*LightsailV1alpha1Client) KeyPairs

func (c *LightsailV1alpha1Client) KeyPairs(namespace string) KeyPairInterface

func (*LightsailV1alpha1Client) RESTClient

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

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

func (*LightsailV1alpha1Client) StaticIPAttachments

func (c *LightsailV1alpha1Client) StaticIPAttachments(namespace string) StaticIPAttachmentInterface

func (*LightsailV1alpha1Client) StaticIPs

func (c *LightsailV1alpha1Client) StaticIPs(namespace string) StaticIPInterface

type StaticIPAttachmentExpansion

type StaticIPAttachmentExpansion interface{}

type StaticIPAttachmentInterface

type StaticIPAttachmentInterface interface {
	Create(ctx context.Context, staticIPAttachment *v1alpha1.StaticIPAttachment, opts v1.CreateOptions) (*v1alpha1.StaticIPAttachment, error)
	Update(ctx context.Context, staticIPAttachment *v1alpha1.StaticIPAttachment, opts v1.UpdateOptions) (*v1alpha1.StaticIPAttachment, error)
	UpdateStatus(ctx context.Context, staticIPAttachment *v1alpha1.StaticIPAttachment, opts v1.UpdateOptions) (*v1alpha1.StaticIPAttachment, 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.StaticIPAttachment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StaticIPAttachmentList, 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.StaticIPAttachment, err error)
	StaticIPAttachmentExpansion
}

StaticIPAttachmentInterface has methods to work with StaticIPAttachment resources.

type StaticIPAttachmentsGetter

type StaticIPAttachmentsGetter interface {
	StaticIPAttachments(namespace string) StaticIPAttachmentInterface
}

StaticIPAttachmentsGetter has a method to return a StaticIPAttachmentInterface. A group's client should implement this interface.

type StaticIPExpansion

type StaticIPExpansion interface{}

type StaticIPInterface

type StaticIPInterface interface {
	Create(ctx context.Context, staticIP *v1alpha1.StaticIP, opts v1.CreateOptions) (*v1alpha1.StaticIP, error)
	Update(ctx context.Context, staticIP *v1alpha1.StaticIP, opts v1.UpdateOptions) (*v1alpha1.StaticIP, error)
	UpdateStatus(ctx context.Context, staticIP *v1alpha1.StaticIP, opts v1.UpdateOptions) (*v1alpha1.StaticIP, 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.StaticIP, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.StaticIPList, 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.StaticIP, err error)
	StaticIPExpansion
}

StaticIPInterface has methods to work with StaticIP resources.

type StaticIPsGetter

type StaticIPsGetter interface {
	StaticIPs(namespace string) StaticIPInterface
}

StaticIPsGetter has a method to return a StaticIPInterface. 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