package
Version:
v0.9.12
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
Fleet fleetcontrollers.Interface
Core corev1.Interface
RBAC rbaccontrollers.Interface
Apply apply.Apply
Namespace string
}
func NewClient(kubeConfig, context, namespace string) (*Client, error)
type Getter struct {
Kubeconfig string
Context string
Namespace string
}
func NewGetter(kubeconfig, context, namespace string) *Getter
func (g *Getter) Get() (*Client, error)
func (g *Getter) GetNamespace() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.