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 AssociationExpansion

type AssociationExpansion interface{}

type AssociationInterface

type AssociationInterface interface {
	Create(ctx context.Context, association *v1alpha1.Association, opts v1.CreateOptions) (*v1alpha1.Association, error)
	Update(ctx context.Context, association *v1alpha1.Association, opts v1.UpdateOptions) (*v1alpha1.Association, error)
	UpdateStatus(ctx context.Context, association *v1alpha1.Association, opts v1.UpdateOptions) (*v1alpha1.Association, 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.Association, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AssociationList, 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.Association, err error)
	AssociationExpansion
}

AssociationInterface has methods to work with Association resources.

type AssociationsGetter

type AssociationsGetter interface {
	Associations(namespace string) AssociationInterface
}

AssociationsGetter has a method to return a AssociationInterface. A group's client should implement this interface.

type LicenseConfigurationExpansion

type LicenseConfigurationExpansion interface{}

type LicenseConfigurationInterface

type LicenseConfigurationInterface interface {
	Create(ctx context.Context, licenseConfiguration *v1alpha1.LicenseConfiguration, opts v1.CreateOptions) (*v1alpha1.LicenseConfiguration, error)
	Update(ctx context.Context, licenseConfiguration *v1alpha1.LicenseConfiguration, opts v1.UpdateOptions) (*v1alpha1.LicenseConfiguration, error)
	UpdateStatus(ctx context.Context, licenseConfiguration *v1alpha1.LicenseConfiguration, opts v1.UpdateOptions) (*v1alpha1.LicenseConfiguration, 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.LicenseConfiguration, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LicenseConfigurationList, 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.LicenseConfiguration, err error)
	LicenseConfigurationExpansion
}

LicenseConfigurationInterface has methods to work with LicenseConfiguration resources.

type LicenseConfigurationsGetter

type LicenseConfigurationsGetter interface {
	LicenseConfigurations(namespace string) LicenseConfigurationInterface
}

LicenseConfigurationsGetter has a method to return a LicenseConfigurationInterface. A group's client should implement this interface.

type LicensemanagerV1alpha1Client

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

LicensemanagerV1alpha1Client is used to interact with features provided by the licensemanager.aws.kubeform.com group.

func New

New creates a new LicensemanagerV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new LicensemanagerV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *LicensemanagerV1alpha1Client

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

func (*LicensemanagerV1alpha1Client) Associations

func (c *LicensemanagerV1alpha1Client) Associations(namespace string) AssociationInterface

func (*LicensemanagerV1alpha1Client) LicenseConfigurations

func (c *LicensemanagerV1alpha1Client) LicenseConfigurations(namespace string) LicenseConfigurationInterface

func (*LicensemanagerV1alpha1Client) RESTClient

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

type LicensemanagerV1alpha1Interface

type LicensemanagerV1alpha1Interface interface {
	RESTClient() rest.Interface
	AssociationsGetter
	LicenseConfigurationsGetter
}

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