Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvaluateCEL ¶
evaluateCEL はCEL式を評価し、結果をboolで返す
Types ¶
type ExistNonExist ¶
type ExistNonExist struct {
// contains filtered or unexported fields
}
func NewExistNonExist ¶
func NewExistNonExist(c client.Client) *ExistNonExist
func (*ExistNonExist) Run ¶
func (e *ExistNonExist) Run( ctx context.Context, logger *slog.Logger, spec *v1.TestPluginSpec, ) error
Run implements Plugin.
func (*ExistNonExist) Type ¶
func (e *ExistNonExist) Type() v1.TestPluginType
Type implements Plugin.
type Plugin ¶
type Plugin interface {
Type() v1.TestPluginType
Run(ctx context.Context, logger *slog.Logger, spec *v1.TestPluginSpec) error
}
Click to show internal directories.
Click to hide internal directories.