Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// Scheme is the scheme to use for the provider. If this is nil, it defaults
// to the client-go scheme.
Scheme *runtime.Scheme
// Log is the logger to use for the provider. If this is nil, it defaults
// to the controller-runtime default logger.
Log *logr.Logger
}
Options are the options for creating a new instance of the terminating workspaces provider.
Click to show internal directories.
Click to hide internal directories.