Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Kubernetes kubernetes.Interface
REST rest.Interface
Config *rest.Config
Context contextpkg.Context
Stderr io.Writer
Namespace string
SurrogateAppName string
SpoolerContainerName string
RegistryHost string
RegistryCertificate string
RegistryUsername string
RegistryPassword string
RegistryToken string
Log commonlog.Logger
}
func NewClient ¶
func NewClient(kubernetes kubernetes.Interface, rest rest.Interface, config *rest.Config, context contextpkg.Context, stderr io.Writer, namespace string, surrogateAppName string, spoolerContainerName string, host string, certificate string, username string, password string, token string, log commonlog.Logger) *Client
func (*Client) ListImages ¶
Click to show internal directories.
Click to hide internal directories.