v1

package
v1.20.11 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2021 License: MIT Imports: 7 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 ClbIngressExpansion

type ClbIngressExpansion interface{}

type ClbIngressInterface

type ClbIngressInterface interface {
	Create(*v1.ClbIngress) (*v1.ClbIngress, error)
	Update(*v1.ClbIngress) (*v1.ClbIngress, error)
	UpdateStatus(*v1.ClbIngress) (*v1.ClbIngress, error)
	Delete(name string, options *meta_v1.DeleteOptions) error
	DeleteCollection(options *meta_v1.DeleteOptions, listOptions meta_v1.ListOptions) error
	Get(name string, options meta_v1.GetOptions) (*v1.ClbIngress, error)
	List(opts meta_v1.ListOptions) (*v1.ClbIngressList, error)
	Watch(opts meta_v1.ListOptions) (watch.Interface, error)
	Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1.ClbIngress, err error)
	ClbIngressExpansion
}

ClbIngressInterface has methods to work with ClbIngress resources.

type ClbIngressesGetter

type ClbIngressesGetter interface {
	ClbIngresses(namespace string) ClbIngressInterface
}

ClbIngressesGetter has a method to return a ClbIngressInterface. A group's client should implement this interface.

type ClbV1Client

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

ClbV1Client is used to interact with features provided by the clb.bmsf.tencent.com group.

func New

func New(c rest.Interface) *ClbV1Client

New creates a new ClbV1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new ClbV1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *ClbV1Client

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

func (*ClbV1Client) ClbIngresses

func (c *ClbV1Client) ClbIngresses(namespace string) ClbIngressInterface

func (*ClbV1Client) RESTClient

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

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

type ClbV1Interface

type ClbV1Interface interface {
	RESTClient() rest.Interface
	ClbIngressesGetter
}

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