v1beta1

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: EUPL-1.2 Imports: 9 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 InfrastructureV1beta1Client

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

InfrastructureV1beta1Client is used to interact with features provided by the infrastructure.cluster.x-k8s.io group.

func New

New creates a new InfrastructureV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new InfrastructureV1beta1Client for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*InfrastructureV1beta1Client, error)

NewForConfigAndClient creates a new InfrastructureV1beta1Client for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *InfrastructureV1beta1Client

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

func (*InfrastructureV1beta1Client) OpenStackClusterTemplates

func (c *InfrastructureV1beta1Client) OpenStackClusterTemplates(namespace string) OpenStackClusterTemplateInterface

func (*InfrastructureV1beta1Client) OpenStackClusters

func (c *InfrastructureV1beta1Client) OpenStackClusters(namespace string) OpenStackClusterInterface

func (*InfrastructureV1beta1Client) OpenStackMachineTemplates

func (c *InfrastructureV1beta1Client) OpenStackMachineTemplates(namespace string) OpenStackMachineTemplateInterface

func (*InfrastructureV1beta1Client) OpenStackMachines

func (c *InfrastructureV1beta1Client) OpenStackMachines(namespace string) OpenStackMachineInterface

func (*InfrastructureV1beta1Client) RESTClient

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

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

type OpenStackClusterExpansion

type OpenStackClusterExpansion interface{}

type OpenStackClusterInterface

type OpenStackClusterInterface interface {
	Create(ctx context.Context, openStackCluster *v1beta1.OpenStackCluster, opts v1.CreateOptions) (*v1beta1.OpenStackCluster, error)
	Update(ctx context.Context, openStackCluster *v1beta1.OpenStackCluster, opts v1.UpdateOptions) (*v1beta1.OpenStackCluster, error)
	UpdateStatus(ctx context.Context, openStackCluster *v1beta1.OpenStackCluster, opts v1.UpdateOptions) (*v1beta1.OpenStackCluster, 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) (*v1beta1.OpenStackCluster, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.OpenStackClusterList, 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 *v1beta1.OpenStackCluster, err error)
	OpenStackClusterExpansion
}

OpenStackClusterInterface has methods to work with OpenStackCluster resources.

type OpenStackClusterTemplateExpansion

type OpenStackClusterTemplateExpansion interface{}

type OpenStackClusterTemplateInterface

type OpenStackClusterTemplateInterface interface {
	Create(ctx context.Context, openStackClusterTemplate *v1beta1.OpenStackClusterTemplate, opts v1.CreateOptions) (*v1beta1.OpenStackClusterTemplate, error)
	Update(ctx context.Context, openStackClusterTemplate *v1beta1.OpenStackClusterTemplate, opts v1.UpdateOptions) (*v1beta1.OpenStackClusterTemplate, 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) (*v1beta1.OpenStackClusterTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.OpenStackClusterTemplateList, 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 *v1beta1.OpenStackClusterTemplate, err error)
	OpenStackClusterTemplateExpansion
}

OpenStackClusterTemplateInterface has methods to work with OpenStackClusterTemplate resources.

type OpenStackClusterTemplatesGetter

type OpenStackClusterTemplatesGetter interface {
	OpenStackClusterTemplates(namespace string) OpenStackClusterTemplateInterface
}

OpenStackClusterTemplatesGetter has a method to return a OpenStackClusterTemplateInterface. A group's client should implement this interface.

type OpenStackClustersGetter

type OpenStackClustersGetter interface {
	OpenStackClusters(namespace string) OpenStackClusterInterface
}

OpenStackClustersGetter has a method to return a OpenStackClusterInterface. A group's client should implement this interface.

type OpenStackMachineExpansion

type OpenStackMachineExpansion interface{}

type OpenStackMachineInterface

type OpenStackMachineInterface interface {
	Create(ctx context.Context, openStackMachine *v1beta1.OpenStackMachine, opts v1.CreateOptions) (*v1beta1.OpenStackMachine, error)
	Update(ctx context.Context, openStackMachine *v1beta1.OpenStackMachine, opts v1.UpdateOptions) (*v1beta1.OpenStackMachine, error)
	UpdateStatus(ctx context.Context, openStackMachine *v1beta1.OpenStackMachine, opts v1.UpdateOptions) (*v1beta1.OpenStackMachine, 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) (*v1beta1.OpenStackMachine, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.OpenStackMachineList, 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 *v1beta1.OpenStackMachine, err error)
	OpenStackMachineExpansion
}

OpenStackMachineInterface has methods to work with OpenStackMachine resources.

type OpenStackMachineTemplateExpansion

type OpenStackMachineTemplateExpansion interface{}

type OpenStackMachineTemplateInterface

type OpenStackMachineTemplateInterface interface {
	Create(ctx context.Context, openStackMachineTemplate *v1beta1.OpenStackMachineTemplate, opts v1.CreateOptions) (*v1beta1.OpenStackMachineTemplate, error)
	Update(ctx context.Context, openStackMachineTemplate *v1beta1.OpenStackMachineTemplate, opts v1.UpdateOptions) (*v1beta1.OpenStackMachineTemplate, 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) (*v1beta1.OpenStackMachineTemplate, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.OpenStackMachineTemplateList, 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 *v1beta1.OpenStackMachineTemplate, err error)
	OpenStackMachineTemplateExpansion
}

OpenStackMachineTemplateInterface has methods to work with OpenStackMachineTemplate resources.

type OpenStackMachineTemplatesGetter

type OpenStackMachineTemplatesGetter interface {
	OpenStackMachineTemplates(namespace string) OpenStackMachineTemplateInterface
}

OpenStackMachineTemplatesGetter has a method to return a OpenStackMachineTemplateInterface. A group's client should implement this interface.

type OpenStackMachinesGetter

type OpenStackMachinesGetter interface {
	OpenStackMachines(namespace string) OpenStackMachineInterface
}

OpenStackMachinesGetter has a method to return a OpenStackMachineInterface. 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