v1beta1

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 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 FolderExpansion

type FolderExpansion interface{}

type FolderInterface

type FolderInterface interface {
	Create(ctx context.Context, folder *v1beta1.Folder, opts v1.CreateOptions) (*v1beta1.Folder, error)
	Update(ctx context.Context, folder *v1beta1.Folder, opts v1.UpdateOptions) (*v1beta1.Folder, error)
	UpdateStatus(ctx context.Context, folder *v1beta1.Folder, opts v1.UpdateOptions) (*v1beta1.Folder, 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.Folder, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.FolderList, 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.Folder, err error)
	FolderExpansion
}

FolderInterface has methods to work with Folder resources.

type FoldersGetter

type FoldersGetter interface {
	Folders(namespace string) FolderInterface
}

FoldersGetter has a method to return a FolderInterface. A group's client should implement this interface.

type ProjectExpansion

type ProjectExpansion interface{}

type ProjectInterface

type ProjectInterface interface {
	Create(ctx context.Context, project *v1beta1.Project, opts v1.CreateOptions) (*v1beta1.Project, error)
	Update(ctx context.Context, project *v1beta1.Project, opts v1.UpdateOptions) (*v1beta1.Project, error)
	UpdateStatus(ctx context.Context, project *v1beta1.Project, opts v1.UpdateOptions) (*v1beta1.Project, 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.Project, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ProjectList, 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.Project, err error)
	ProjectExpansion
}

ProjectInterface has methods to work with Project resources.

type ProjectsGetter

type ProjectsGetter interface {
	Projects(namespace string) ProjectInterface
}

ProjectsGetter has a method to return a ProjectInterface. A group's client should implement this interface.

type ResourceManagerLienExpansion

type ResourceManagerLienExpansion interface{}

type ResourceManagerLienInterface

type ResourceManagerLienInterface interface {
	Create(ctx context.Context, resourceManagerLien *v1beta1.ResourceManagerLien, opts v1.CreateOptions) (*v1beta1.ResourceManagerLien, error)
	Update(ctx context.Context, resourceManagerLien *v1beta1.ResourceManagerLien, opts v1.UpdateOptions) (*v1beta1.ResourceManagerLien, error)
	UpdateStatus(ctx context.Context, resourceManagerLien *v1beta1.ResourceManagerLien, opts v1.UpdateOptions) (*v1beta1.ResourceManagerLien, 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.ResourceManagerLien, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ResourceManagerLienList, 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.ResourceManagerLien, err error)
	ResourceManagerLienExpansion
}

ResourceManagerLienInterface has methods to work with ResourceManagerLien resources.

type ResourceManagerLiensGetter

type ResourceManagerLiensGetter interface {
	ResourceManagerLiens(namespace string) ResourceManagerLienInterface
}

ResourceManagerLiensGetter has a method to return a ResourceManagerLienInterface. A group's client should implement this interface.

type ResourceManagerPoliciesGetter

type ResourceManagerPoliciesGetter interface {
	ResourceManagerPolicies(namespace string) ResourceManagerPolicyInterface
}

ResourceManagerPoliciesGetter has a method to return a ResourceManagerPolicyInterface. A group's client should implement this interface.

type ResourceManagerPolicyExpansion

type ResourceManagerPolicyExpansion interface{}

type ResourceManagerPolicyInterface

type ResourceManagerPolicyInterface interface {
	Create(ctx context.Context, resourceManagerPolicy *v1beta1.ResourceManagerPolicy, opts v1.CreateOptions) (*v1beta1.ResourceManagerPolicy, error)
	Update(ctx context.Context, resourceManagerPolicy *v1beta1.ResourceManagerPolicy, opts v1.UpdateOptions) (*v1beta1.ResourceManagerPolicy, error)
	UpdateStatus(ctx context.Context, resourceManagerPolicy *v1beta1.ResourceManagerPolicy, opts v1.UpdateOptions) (*v1beta1.ResourceManagerPolicy, 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.ResourceManagerPolicy, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.ResourceManagerPolicyList, 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.ResourceManagerPolicy, err error)
	ResourceManagerPolicyExpansion
}

ResourceManagerPolicyInterface has methods to work with ResourceManagerPolicy resources.

type ResourcemanagerV1beta1Client

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

ResourcemanagerV1beta1Client is used to interact with features provided by the resourcemanager.cnrm.cloud.google.com group.

func New

New creates a new ResourcemanagerV1beta1Client for the given RESTClient.

func NewForConfig

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

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

func NewForConfigAndClient added in v1.75.0

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

NewForConfigAndClient creates a new ResourcemanagerV1beta1Client 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) *ResourcemanagerV1beta1Client

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

func (*ResourcemanagerV1beta1Client) Folders

func (c *ResourcemanagerV1beta1Client) Folders(namespace string) FolderInterface

func (*ResourcemanagerV1beta1Client) Projects

func (c *ResourcemanagerV1beta1Client) Projects(namespace string) ProjectInterface

func (*ResourcemanagerV1beta1Client) RESTClient

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

func (*ResourcemanagerV1beta1Client) ResourceManagerLiens

func (c *ResourcemanagerV1beta1Client) ResourceManagerLiens(namespace string) ResourceManagerLienInterface

func (*ResourcemanagerV1beta1Client) ResourceManagerPolicies

func (c *ResourcemanagerV1beta1Client) ResourceManagerPolicies(namespace string) ResourceManagerPolicyInterface

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