v1alpha1

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.0, BSD-3-Clause 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 AWSMachineClassExpansion added in v1.0.5

type AWSMachineClassExpansion interface{}

type AWSMachineClassInterface added in v1.0.5

type AWSMachineClassInterface interface {
	Create(ctx context.Context, aWSMachineClass *v1alpha1.AWSMachineClass, opts v1.CreateOptions) (*v1alpha1.AWSMachineClass, error)
	Update(ctx context.Context, aWSMachineClass *v1alpha1.AWSMachineClass, opts v1.UpdateOptions) (*v1alpha1.AWSMachineClass, 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.AWSMachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AWSMachineClassList, 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.AWSMachineClass, err error)
	AWSMachineClassExpansion
}

AWSMachineClassInterface has methods to work with AWSMachineClass resources.

type AWSMachineClassesGetter added in v1.0.5

type AWSMachineClassesGetter interface {
	AWSMachineClasses(namespace string) AWSMachineClassInterface
}

AWSMachineClassesGetter has a method to return a AWSMachineClassInterface. A group's client should implement this interface.

type AlicloudMachineClassExpansion added in v1.0.5

type AlicloudMachineClassExpansion interface{}

type AlicloudMachineClassInterface added in v1.0.5

type AlicloudMachineClassInterface interface {
	Create(ctx context.Context, alicloudMachineClass *v1alpha1.AlicloudMachineClass, opts v1.CreateOptions) (*v1alpha1.AlicloudMachineClass, error)
	Update(ctx context.Context, alicloudMachineClass *v1alpha1.AlicloudMachineClass, opts v1.UpdateOptions) (*v1alpha1.AlicloudMachineClass, 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.AlicloudMachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AlicloudMachineClassList, 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.AlicloudMachineClass, err error)
	AlicloudMachineClassExpansion
}

AlicloudMachineClassInterface has methods to work with AlicloudMachineClass resources.

type AlicloudMachineClassesGetter added in v1.0.5

type AlicloudMachineClassesGetter interface {
	AlicloudMachineClasses(namespace string) AlicloudMachineClassInterface
}

AlicloudMachineClassesGetter has a method to return a AlicloudMachineClassInterface. A group's client should implement this interface.

type AzureMachineClassExpansion added in v1.0.5

type AzureMachineClassExpansion interface{}

type AzureMachineClassInterface added in v1.0.5

type AzureMachineClassInterface interface {
	Create(ctx context.Context, azureMachineClass *v1alpha1.AzureMachineClass, opts v1.CreateOptions) (*v1alpha1.AzureMachineClass, error)
	Update(ctx context.Context, azureMachineClass *v1alpha1.AzureMachineClass, opts v1.UpdateOptions) (*v1alpha1.AzureMachineClass, 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.AzureMachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AzureMachineClassList, 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.AzureMachineClass, err error)
	AzureMachineClassExpansion
}

AzureMachineClassInterface has methods to work with AzureMachineClass resources.

type AzureMachineClassesGetter added in v1.0.5

type AzureMachineClassesGetter interface {
	AzureMachineClasses(namespace string) AzureMachineClassInterface
}

AzureMachineClassesGetter has a method to return a AzureMachineClassInterface. A group's client should implement this interface.

type GCPMachineClassExpansion added in v1.0.5

type GCPMachineClassExpansion interface{}

type GCPMachineClassInterface added in v1.0.5

type GCPMachineClassInterface interface {
	Create(ctx context.Context, gCPMachineClass *v1alpha1.GCPMachineClass, opts v1.CreateOptions) (*v1alpha1.GCPMachineClass, error)
	Update(ctx context.Context, gCPMachineClass *v1alpha1.GCPMachineClass, opts v1.UpdateOptions) (*v1alpha1.GCPMachineClass, 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.GCPMachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.GCPMachineClassList, 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.GCPMachineClass, err error)
	GCPMachineClassExpansion
}

GCPMachineClassInterface has methods to work with GCPMachineClass resources.

type GCPMachineClassesGetter added in v1.0.5

type GCPMachineClassesGetter interface {
	GCPMachineClasses(namespace string) GCPMachineClassInterface
}

GCPMachineClassesGetter has a method to return a GCPMachineClassInterface. A group's client should implement this interface.

type MachineClassExpansion

type MachineClassExpansion interface{}

type MachineClassInterface

type MachineClassInterface interface {
	Create(ctx context.Context, machineClass *v1alpha1.MachineClass, opts v1.CreateOptions) (*v1alpha1.MachineClass, error)
	Update(ctx context.Context, machineClass *v1alpha1.MachineClass, opts v1.UpdateOptions) (*v1alpha1.MachineClass, 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.MachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineClassList, 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.MachineClass, err error)
	MachineClassExpansion
}

MachineClassInterface has methods to work with MachineClass resources.

type MachineClassesGetter

type MachineClassesGetter interface {
	MachineClasses(namespace string) MachineClassInterface
}

MachineClassesGetter has a method to return a MachineClassInterface. A group's client should implement this interface.

type MachineDeploymentExpansion

type MachineDeploymentExpansion interface{}

type MachineDeploymentInterface

type MachineDeploymentInterface interface {
	Create(ctx context.Context, machineDeployment *v1alpha1.MachineDeployment, opts v1.CreateOptions) (*v1alpha1.MachineDeployment, error)
	Update(ctx context.Context, machineDeployment *v1alpha1.MachineDeployment, opts v1.UpdateOptions) (*v1alpha1.MachineDeployment, error)
	UpdateStatus(ctx context.Context, machineDeployment *v1alpha1.MachineDeployment, opts v1.UpdateOptions) (*v1alpha1.MachineDeployment, 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.MachineDeployment, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineDeploymentList, 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.MachineDeployment, err error)
	UpdateScale(ctx context.Context, machineDeploymentName string, scale *autoscalingv1.Scale, opts v1.UpdateOptions) (*autoscalingv1.Scale, error)

	MachineDeploymentExpansion
}

MachineDeploymentInterface has methods to work with MachineDeployment resources.

type MachineDeploymentsGetter

type MachineDeploymentsGetter interface {
	MachineDeployments(namespace string) MachineDeploymentInterface
}

MachineDeploymentsGetter has a method to return a MachineDeploymentInterface. A group's client should implement this interface.

type MachineExpansion

type MachineExpansion interface{}

type MachineInterface

type MachineInterface interface {
	Create(ctx context.Context, machine *v1alpha1.Machine, opts v1.CreateOptions) (*v1alpha1.Machine, error)
	Update(ctx context.Context, machine *v1alpha1.Machine, opts v1.UpdateOptions) (*v1alpha1.Machine, error)
	UpdateStatus(ctx context.Context, machine *v1alpha1.Machine, opts v1.UpdateOptions) (*v1alpha1.Machine, 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.Machine, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineList, 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.Machine, err error)
	MachineExpansion
}

MachineInterface has methods to work with Machine resources.

type MachineSetExpansion

type MachineSetExpansion interface{}

type MachineSetInterface

type MachineSetInterface interface {
	Create(ctx context.Context, machineSet *v1alpha1.MachineSet, opts v1.CreateOptions) (*v1alpha1.MachineSet, error)
	Update(ctx context.Context, machineSet *v1alpha1.MachineSet, opts v1.UpdateOptions) (*v1alpha1.MachineSet, error)
	UpdateStatus(ctx context.Context, machineSet *v1alpha1.MachineSet, opts v1.UpdateOptions) (*v1alpha1.MachineSet, 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.MachineSet, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.MachineSetList, 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.MachineSet, err error)
	UpdateScale(ctx context.Context, machineSetName string, scale *autoscalingv1.Scale, opts v1.UpdateOptions) (*autoscalingv1.Scale, error)

	MachineSetExpansion
}

MachineSetInterface has methods to work with MachineSet resources.

type MachineSetsGetter

type MachineSetsGetter interface {
	MachineSets(namespace string) MachineSetInterface
}

MachineSetsGetter has a method to return a MachineSetInterface. A group's client should implement this interface.

type MachineV1alpha1Client

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

MachineV1alpha1Client is used to interact with features provided by the machine.sapcloud.io group.

func New

New creates a new MachineV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MachineV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MachineV1alpha1Client

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

func (*MachineV1alpha1Client) AWSMachineClasses added in v1.0.5

func (c *MachineV1alpha1Client) AWSMachineClasses(namespace string) AWSMachineClassInterface

func (*MachineV1alpha1Client) AlicloudMachineClasses added in v1.0.5

func (c *MachineV1alpha1Client) AlicloudMachineClasses(namespace string) AlicloudMachineClassInterface

func (*MachineV1alpha1Client) AzureMachineClasses added in v1.0.5

func (c *MachineV1alpha1Client) AzureMachineClasses(namespace string) AzureMachineClassInterface

func (*MachineV1alpha1Client) GCPMachineClasses added in v1.0.5

func (c *MachineV1alpha1Client) GCPMachineClasses(namespace string) GCPMachineClassInterface

func (*MachineV1alpha1Client) MachineClasses

func (c *MachineV1alpha1Client) MachineClasses(namespace string) MachineClassInterface

func (*MachineV1alpha1Client) MachineDeployments

func (c *MachineV1alpha1Client) MachineDeployments(namespace string) MachineDeploymentInterface

func (*MachineV1alpha1Client) MachineSets

func (c *MachineV1alpha1Client) MachineSets(namespace string) MachineSetInterface

func (*MachineV1alpha1Client) Machines

func (c *MachineV1alpha1Client) Machines(namespace string) MachineInterface

func (*MachineV1alpha1Client) OpenStackMachineClasses added in v1.0.5

func (c *MachineV1alpha1Client) OpenStackMachineClasses(namespace string) OpenStackMachineClassInterface

func (*MachineV1alpha1Client) PacketMachineClasses added in v1.0.5

func (c *MachineV1alpha1Client) PacketMachineClasses(namespace string) PacketMachineClassInterface

func (*MachineV1alpha1Client) RESTClient

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

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

type MachinesGetter

type MachinesGetter interface {
	Machines(namespace string) MachineInterface
}

MachinesGetter has a method to return a MachineInterface. A group's client should implement this interface.

type OpenStackMachineClassExpansion added in v1.0.5

type OpenStackMachineClassExpansion interface{}

type OpenStackMachineClassInterface added in v1.0.5

type OpenStackMachineClassInterface interface {
	Create(ctx context.Context, openStackMachineClass *v1alpha1.OpenStackMachineClass, opts v1.CreateOptions) (*v1alpha1.OpenStackMachineClass, error)
	Update(ctx context.Context, openStackMachineClass *v1alpha1.OpenStackMachineClass, opts v1.UpdateOptions) (*v1alpha1.OpenStackMachineClass, 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.OpenStackMachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OpenStackMachineClassList, 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.OpenStackMachineClass, err error)
	OpenStackMachineClassExpansion
}

OpenStackMachineClassInterface has methods to work with OpenStackMachineClass resources.

type OpenStackMachineClassesGetter added in v1.0.5

type OpenStackMachineClassesGetter interface {
	OpenStackMachineClasses(namespace string) OpenStackMachineClassInterface
}

OpenStackMachineClassesGetter has a method to return a OpenStackMachineClassInterface. A group's client should implement this interface.

type PacketMachineClassExpansion added in v1.0.5

type PacketMachineClassExpansion interface{}

type PacketMachineClassInterface added in v1.0.5

type PacketMachineClassInterface interface {
	Create(ctx context.Context, packetMachineClass *v1alpha1.PacketMachineClass, opts v1.CreateOptions) (*v1alpha1.PacketMachineClass, error)
	Update(ctx context.Context, packetMachineClass *v1alpha1.PacketMachineClass, opts v1.UpdateOptions) (*v1alpha1.PacketMachineClass, 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.PacketMachineClass, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.PacketMachineClassList, 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.PacketMachineClass, err error)
	PacketMachineClassExpansion
}

PacketMachineClassInterface has methods to work with PacketMachineClass resources.

type PacketMachineClassesGetter added in v1.0.5

type PacketMachineClassesGetter interface {
	PacketMachineClasses(namespace string) PacketMachineClassInterface
}

PacketMachineClassesGetter has a method to return a PacketMachineClassInterface. 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