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 ManagedInstanceExpansion

type ManagedInstanceExpansion interface{}

type ManagedInstanceGroupExpansion

type ManagedInstanceGroupExpansion interface{}

type ManagedInstanceGroupInterface

type ManagedInstanceGroupInterface interface {
	Create(ctx context.Context, managedInstanceGroup *v1alpha1.ManagedInstanceGroup, opts v1.CreateOptions) (*v1alpha1.ManagedInstanceGroup, error)
	Update(ctx context.Context, managedInstanceGroup *v1alpha1.ManagedInstanceGroup, opts v1.UpdateOptions) (*v1alpha1.ManagedInstanceGroup, error)
	UpdateStatus(ctx context.Context, managedInstanceGroup *v1alpha1.ManagedInstanceGroup, opts v1.UpdateOptions) (*v1alpha1.ManagedInstanceGroup, 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.ManagedInstanceGroup, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagedInstanceGroupList, 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.ManagedInstanceGroup, err error)
	ManagedInstanceGroupExpansion
}

ManagedInstanceGroupInterface has methods to work with ManagedInstanceGroup resources.

type ManagedInstanceGroupsGetter

type ManagedInstanceGroupsGetter interface {
	ManagedInstanceGroups(namespace string) ManagedInstanceGroupInterface
}

ManagedInstanceGroupsGetter has a method to return a ManagedInstanceGroupInterface. A group's client should implement this interface.

type ManagedInstanceInterface

type ManagedInstanceInterface interface {
	Create(ctx context.Context, managedInstance *v1alpha1.ManagedInstance, opts v1.CreateOptions) (*v1alpha1.ManagedInstance, error)
	Update(ctx context.Context, managedInstance *v1alpha1.ManagedInstance, opts v1.UpdateOptions) (*v1alpha1.ManagedInstance, error)
	UpdateStatus(ctx context.Context, managedInstance *v1alpha1.ManagedInstance, opts v1.UpdateOptions) (*v1alpha1.ManagedInstance, 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.ManagedInstance, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagedInstanceList, 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.ManagedInstance, err error)
	ManagedInstanceExpansion
}

ManagedInstanceInterface has methods to work with ManagedInstance resources.

type ManagedInstanceManagementExpansion

type ManagedInstanceManagementExpansion interface{}

type ManagedInstanceManagementInterface

type ManagedInstanceManagementInterface interface {
	Create(ctx context.Context, managedInstanceManagement *v1alpha1.ManagedInstanceManagement, opts v1.CreateOptions) (*v1alpha1.ManagedInstanceManagement, error)
	Update(ctx context.Context, managedInstanceManagement *v1alpha1.ManagedInstanceManagement, opts v1.UpdateOptions) (*v1alpha1.ManagedInstanceManagement, error)
	UpdateStatus(ctx context.Context, managedInstanceManagement *v1alpha1.ManagedInstanceManagement, opts v1.UpdateOptions) (*v1alpha1.ManagedInstanceManagement, 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.ManagedInstanceManagement, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.ManagedInstanceManagementList, 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.ManagedInstanceManagement, err error)
	ManagedInstanceManagementExpansion
}

ManagedInstanceManagementInterface has methods to work with ManagedInstanceManagement resources.

type ManagedInstanceManagementsGetter

type ManagedInstanceManagementsGetter interface {
	ManagedInstanceManagements(namespace string) ManagedInstanceManagementInterface
}

ManagedInstanceManagementsGetter has a method to return a ManagedInstanceManagementInterface. A group's client should implement this interface.

type ManagedInstancesGetter

type ManagedInstancesGetter interface {
	ManagedInstances(namespace string) ManagedInstanceInterface
}

ManagedInstancesGetter has a method to return a ManagedInstanceInterface. A group's client should implement this interface.

type OsmanagementV1alpha1Client

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

OsmanagementV1alpha1Client is used to interact with features provided by the osmanagement.oci.kubeform.com group.

func New

New creates a new OsmanagementV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new OsmanagementV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *OsmanagementV1alpha1Client

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

func (*OsmanagementV1alpha1Client) ManagedInstanceGroups

func (c *OsmanagementV1alpha1Client) ManagedInstanceGroups(namespace string) ManagedInstanceGroupInterface

func (*OsmanagementV1alpha1Client) ManagedInstanceManagements

func (c *OsmanagementV1alpha1Client) ManagedInstanceManagements(namespace string) ManagedInstanceManagementInterface

func (*OsmanagementV1alpha1Client) ManagedInstances

func (c *OsmanagementV1alpha1Client) ManagedInstances(namespace string) ManagedInstanceInterface

func (*OsmanagementV1alpha1Client) RESTClient

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

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

func (*OsmanagementV1alpha1Client) SoftwareSources

func (c *OsmanagementV1alpha1Client) SoftwareSources(namespace string) SoftwareSourceInterface

type SoftwareSourceExpansion

type SoftwareSourceExpansion interface{}

type SoftwareSourceInterface

type SoftwareSourceInterface interface {
	Create(ctx context.Context, softwareSource *v1alpha1.SoftwareSource, opts v1.CreateOptions) (*v1alpha1.SoftwareSource, error)
	Update(ctx context.Context, softwareSource *v1alpha1.SoftwareSource, opts v1.UpdateOptions) (*v1alpha1.SoftwareSource, error)
	UpdateStatus(ctx context.Context, softwareSource *v1alpha1.SoftwareSource, opts v1.UpdateOptions) (*v1alpha1.SoftwareSource, 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.SoftwareSource, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.SoftwareSourceList, 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.SoftwareSource, err error)
	SoftwareSourceExpansion
}

SoftwareSourceInterface has methods to work with SoftwareSource resources.

type SoftwareSourcesGetter

type SoftwareSourcesGetter interface {
	SoftwareSources(namespace string) SoftwareSourceInterface
}

SoftwareSourcesGetter has a method to return a SoftwareSourceInterface. 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