Documentation ¶
Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
- func (c *Clientset) Application() applicationinternalversion.ApplicationInterface
- func (c *Clientset) Auth() authinternalversion.AuthInterface
- func (c *Clientset) Authz() authzinternalversion.AuthzInterface
- func (c *Clientset) Business() businessinternalversion.BusinessInterface
- func (c *Clientset) Discovery() discovery.DiscoveryInterface
- func (c *Clientset) Logagent() logagentinternalversion.LogagentInterface
- func (c *Clientset) Mesh() meshinternalversion.MeshInterface
- func (c *Clientset) Monitor() monitorinternalversion.MonitorInterface
- func (c *Clientset) Notify() notifyinternalversion.NotifyInterface
- func (c *Clientset) Platform() platforminternalversion.PlatformInterface
- func (c *Clientset) Registry() registryinternalversion.RegistryInterface
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct { *discovery.DiscoveryClient // contains filtered or unexported fields }
Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func NewForConfig ¶
NewForConfig creates a new Clientset for the given config. If config's RateLimiter is not set and QPS and Burst are acceptable, NewForConfig will generate a rate-limiter in configShallowCopy.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
func (*Clientset) Application ¶ added in v1.4.0
func (c *Clientset) Application() applicationinternalversion.ApplicationInterface
Application retrieves the ApplicationClient
func (*Clientset) Auth ¶
func (c *Clientset) Auth() authinternalversion.AuthInterface
Auth retrieves the AuthClient
func (*Clientset) Authz ¶ added in v1.9.1
func (c *Clientset) Authz() authzinternalversion.AuthzInterface
Authz retrieves the AuthzClient
func (*Clientset) Business ¶
func (c *Clientset) Business() businessinternalversion.BusinessInterface
Business retrieves the BusinessClient
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
func (*Clientset) Logagent ¶ added in v1.3.1
func (c *Clientset) Logagent() logagentinternalversion.LogagentInterface
Logagent retrieves the LogagentClient
func (*Clientset) Mesh ¶ added in v1.6.0
func (c *Clientset) Mesh() meshinternalversion.MeshInterface
Mesh retrieves the MeshClient
func (*Clientset) Monitor ¶
func (c *Clientset) Monitor() monitorinternalversion.MonitorInterface
Monitor retrieves the MonitorClient
func (*Clientset) Notify ¶
func (c *Clientset) Notify() notifyinternalversion.NotifyInterface
Notify retrieves the NotifyClient
func (*Clientset) Platform ¶
func (c *Clientset) Platform() platforminternalversion.PlatformInterface
Platform retrieves the PlatformClient
func (*Clientset) Registry ¶
func (c *Clientset) Registry() registryinternalversion.RegistryInterface
Registry retrieves the RegistryClient
type Interface ¶
type Interface interface { Discovery() discovery.DiscoveryInterface Application() applicationinternalversion.ApplicationInterface Auth() authinternalversion.AuthInterface Authz() authzinternalversion.AuthzInterface Business() businessinternalversion.BusinessInterface Logagent() logagentinternalversion.LogagentInterface Mesh() meshinternalversion.MeshInterface Monitor() monitorinternalversion.MonitorInterface Notify() notifyinternalversion.NotifyInterface Platform() platforminternalversion.PlatformInterface Registry() registryinternalversion.RegistryInterface }
Directories ¶
Path | Synopsis |
---|---|
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
typed
|
|
application/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
application/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
auth/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
auth/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
authz/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
authz/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
business/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
business/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
logagent/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
logagent/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
mesh/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
mesh/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
monitor/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
monitor/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
notify/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
notify/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
platform/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
platform/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
registry/internalversion
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
registry/internalversion/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |