Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.6.1
type Client struct {
// KClient is the kubernetes client instance.
KClient kubernetes.Interface
// SClient is the sonobuoy client instance.
SClient client.Interface
// RestConfig is the rest config for the kubernetes client.
RestConfig *rest.Config
}
Client is the interface to store kubernetes and sonobuoy client instances.
Click to show internal directories.
Click to hide internal directories.