Documentation
¶
Overview ¶
Package k8s provides functionalities to interact with the Kubernetes API server
Index ¶
Constants ¶
View Source
const (
LegacyGroupName = "core"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.2.0
type Client struct {
Client dynamic.Interface
Disco discovery.DiscoveryInterface
CoreRest rest.Interface
JsonPrinter printers.JSONPrinter
}
Client prepares and exposes a dynamic, discovery, and Rest clients
Click to show internal directories.
Click to hide internal directories.