Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckReport ¶
type FieldCheck ¶
type FieldCheck struct {
// contains filtered or unexported fields
}
func NewFieldCheck ¶
func NewFieldCheck(logger log.Logger, client *client.Client, comparisons []*types.FieldComparisonSuccessDefinition) (*FieldCheck, error)
func (*FieldCheck) Execute ¶
func (c *FieldCheck) Execute(ctx context.Context, u *unstructured.Unstructured) error
type SuccessChecks ¶
type SuccessChecks struct {
// contains filtered or unexported fields
}
func NewSuccessChecks ¶
func NewSuccessChecks(logger log.Logger, client *client.Client) *SuccessChecks
func (*SuccessChecks) RunChecks ¶
func (c *SuccessChecks) RunChecks(ctx context.Context, successDefs []*types.SuccessDefinition, u *unstructured.Unstructured) error
Click to show internal directories.
Click to hide internal directories.