Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomJobName ¶
CustomJobName returns the key of the custom job file with the given index in the config map
func IsCrValid ¶ added in v0.4.1
func IsCrValid(cr *perfv1alpha1.Fio) (valid bool, err error)
IsCrValid validates the given CR and raises error if semantic errors detected For fio, the VolumeSpec validity is checked
func NewConfigMap ¶
func NewConfigMap(cr *perfv1alpha1.Fio) *corev1.ConfigMap
NewConfigMap creates a new configmap for the fio benchmark job
Types ¶
type Reconciler ¶
Reconciler provides fields from manager to reconciler
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers the Reconciler with the provided manager
Click to show internal directories.
Click to hide internal directories.