Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserReconciler ¶
type BrowserReconciler struct {
// contains filtered or unexported fields
}
BrowserReconciler reconciles Browser resources
func NewBrowserReconciler ¶
func NewBrowserReconciler(client client.Client, config *store.BrowserConfigStore, scheme *runtime.Scheme) *BrowserReconciler
func (*BrowserReconciler) SetupWithManager ¶
func (r *BrowserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager
type ContainerOption ¶ added in v0.0.3
type SelenosisOptions ¶ added in v0.0.3
type SelenosisOptions struct {
Labels map[string]string `json:"labels,omitempty"`
Containers map[string]ContainerOption `json:"containers,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.