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 AssignmentDedicatedHostExpansion

type AssignmentDedicatedHostExpansion interface{}

type AssignmentDedicatedHostInterface

type AssignmentDedicatedHostInterface interface {
	Create(ctx context.Context, assignmentDedicatedHost *v1alpha1.AssignmentDedicatedHost, opts v1.CreateOptions) (*v1alpha1.AssignmentDedicatedHost, error)
	Update(ctx context.Context, assignmentDedicatedHost *v1alpha1.AssignmentDedicatedHost, opts v1.UpdateOptions) (*v1alpha1.AssignmentDedicatedHost, error)
	UpdateStatus(ctx context.Context, assignmentDedicatedHost *v1alpha1.AssignmentDedicatedHost, opts v1.UpdateOptions) (*v1alpha1.AssignmentDedicatedHost, 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.AssignmentDedicatedHost, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AssignmentDedicatedHostList, 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.AssignmentDedicatedHost, err error)
	AssignmentDedicatedHostExpansion
}

AssignmentDedicatedHostInterface has methods to work with AssignmentDedicatedHost resources.

type AssignmentDedicatedHostsGetter

type AssignmentDedicatedHostsGetter interface {
	AssignmentDedicatedHosts(namespace string) AssignmentDedicatedHostInterface
}

AssignmentDedicatedHostsGetter has a method to return a AssignmentDedicatedHostInterface. A group's client should implement this interface.

type AssignmentVirtualMachineExpansion

type AssignmentVirtualMachineExpansion interface{}

type AssignmentVirtualMachineInterface

type AssignmentVirtualMachineInterface interface {
	Create(ctx context.Context, assignmentVirtualMachine *v1alpha1.AssignmentVirtualMachine, opts v1.CreateOptions) (*v1alpha1.AssignmentVirtualMachine, error)
	Update(ctx context.Context, assignmentVirtualMachine *v1alpha1.AssignmentVirtualMachine, opts v1.UpdateOptions) (*v1alpha1.AssignmentVirtualMachine, error)
	UpdateStatus(ctx context.Context, assignmentVirtualMachine *v1alpha1.AssignmentVirtualMachine, opts v1.UpdateOptions) (*v1alpha1.AssignmentVirtualMachine, 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.AssignmentVirtualMachine, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AssignmentVirtualMachineList, 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.AssignmentVirtualMachine, err error)
	AssignmentVirtualMachineExpansion
}

AssignmentVirtualMachineInterface has methods to work with AssignmentVirtualMachine resources.

type AssignmentVirtualMachineScaleSetExpansion added in v0.5.0

type AssignmentVirtualMachineScaleSetExpansion interface{}

type AssignmentVirtualMachineScaleSetInterface added in v0.5.0

AssignmentVirtualMachineScaleSetInterface has methods to work with AssignmentVirtualMachineScaleSet resources.

type AssignmentVirtualMachineScaleSetsGetter added in v0.5.0

type AssignmentVirtualMachineScaleSetsGetter interface {
	AssignmentVirtualMachineScaleSets(namespace string) AssignmentVirtualMachineScaleSetInterface
}

AssignmentVirtualMachineScaleSetsGetter has a method to return a AssignmentVirtualMachineScaleSetInterface. A group's client should implement this interface.

type AssignmentVirtualMachinesGetter

type AssignmentVirtualMachinesGetter interface {
	AssignmentVirtualMachines(namespace string) AssignmentVirtualMachineInterface
}

AssignmentVirtualMachinesGetter has a method to return a AssignmentVirtualMachineInterface. A group's client should implement this interface.

type ConfigurationExpansion

type ConfigurationExpansion interface{}

type ConfigurationInterface

type ConfigurationInterface interface {
	Create(ctx context.Context, configuration *v1alpha1.Configuration, opts v1.CreateOptions) (*v1alpha1.Configuration, error)
	Update(ctx context.Context, configuration *v1alpha1.Configuration, opts v1.UpdateOptions) (*v1alpha1.Configuration, error)
	UpdateStatus(ctx context.Context, configuration *v1alpha1.Configuration, opts v1.UpdateOptions) (*v1alpha1.Configuration, 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.Configuration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ConfigurationList, 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.Configuration, err error)
	ConfigurationExpansion
}

ConfigurationInterface has methods to work with Configuration resources.

type ConfigurationsGetter

type ConfigurationsGetter interface {
	Configurations(namespace string) ConfigurationInterface
}

ConfigurationsGetter has a method to return a ConfigurationInterface. A group's client should implement this interface.

type MaintenanceV1alpha1Client

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

MaintenanceV1alpha1Client is used to interact with features provided by the maintenance.azurerm.kubeform.com group.

func New

New creates a new MaintenanceV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new MaintenanceV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *MaintenanceV1alpha1Client

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

func (*MaintenanceV1alpha1Client) AssignmentDedicatedHosts

func (c *MaintenanceV1alpha1Client) AssignmentDedicatedHosts(namespace string) AssignmentDedicatedHostInterface

func (*MaintenanceV1alpha1Client) AssignmentVirtualMachineScaleSets added in v0.5.0

func (c *MaintenanceV1alpha1Client) AssignmentVirtualMachineScaleSets(namespace string) AssignmentVirtualMachineScaleSetInterface

func (*MaintenanceV1alpha1Client) AssignmentVirtualMachines

func (c *MaintenanceV1alpha1Client) AssignmentVirtualMachines(namespace string) AssignmentVirtualMachineInterface

func (*MaintenanceV1alpha1Client) Configurations

func (c *MaintenanceV1alpha1Client) Configurations(namespace string) ConfigurationInterface

func (*MaintenanceV1alpha1Client) RESTClient

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

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

type MaintenanceV1alpha1Interface

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