Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssertionOutcome ¶
type AssertionOutcome struct {
// contains filtered or unexported fields
}
func (AssertionOutcome) String ¶
func (ao AssertionOutcome) String() string
type AssertionResult ¶
type AssertionResult int
func (AssertionResult) String ¶
func (ar AssertionResult) String() string
type MatchResultList ¶
MatchResultList collects match results for a collection of potentially matching objects.
type ObjectMatchResult ¶
ObjectMatchResult represents results for one potentially matching object.
func (ObjectMatchResult[R, O]) String ¶
func (omr ObjectMatchResult[R, O]) String() string
type ResourceMatchResult ¶
type ResourceMatchResult[R any] struct { // contains filtered or unexported fields }
ResourceMatchResult represents results for a single resource.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.