Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaosControl ¶
type ChaosControl struct {
utils.Reconciler
}
func NewChaosControl ¶
func NewChaosControl(r utils.Reconciler) *ChaosControl
func (*ChaosControl) GetChaosSpec ¶
func (s *ChaosControl) GetChaosSpec(ctx context.Context, namespace string, fromTemplate v1alpha1.GenerateFromTemplate) (v1alpha1.ChaosSpec, error)
func (*ChaosControl) GetChaosSpecList ¶
func (s *ChaosControl) GetChaosSpecList(ctx context.Context, namespace string, fromTemplate v1alpha1.GenerateFromTemplate) ([]v1alpha1.ChaosSpec, error)
type ChaosControlInterface ¶
Click to show internal directories.
Click to hide internal directories.