Documentation ¶
Index ¶
- Constants
- type Workbenches
- func (in *Workbenches) DeepCopyInto(out *Workbenches)
- func (w *Workbenches) GetComponentName() string
- func (w *Workbenches) IsEnabled() bool
- func (w *Workbenches) ReconcileComponent(owner metav1.Object, cli client.Client, scheme *runtime.Scheme, enabled bool, ...) error
- func (w *Workbenches) SetEnabled(enabled bool)
- func (w *Workbenches) SetImageParamsMap(imageMap map[string]string) map[string]string
Constants ¶
View Source
const (
ComponentName = "workbenches"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workbenches ¶
type Workbenches struct {
components.Component `json:""`
}
func (*Workbenches) DeepCopyInto ¶
func (in *Workbenches) DeepCopyInto(out *Workbenches)
func (*Workbenches) GetComponentName ¶
func (w *Workbenches) GetComponentName() string
func (*Workbenches) IsEnabled ¶
func (w *Workbenches) IsEnabled() bool
func (*Workbenches) ReconcileComponent ¶
func (*Workbenches) SetEnabled ¶
func (w *Workbenches) SetEnabled(enabled bool)
func (*Workbenches) SetImageParamsMap ¶ added in v2.1.0
func (w *Workbenches) SetImageParamsMap(imageMap map[string]string) map[string]string
Click to show internal directories.
Click to hide internal directories.