# Constants
ConfigurationKind is the default scorecard componentconfig kind.
ErrorState occurs when a Test encounters a fatal error and the reported points should not be considered.
FailState occurs when a Test's ExpectedPoints == 0.
PassState occurs when a Test's ExpectedPoints == MaximumPoints.
# Variables
GroupVersion is the group and version of this package.
# Structs
Configuration represents the set of test configurations which scorecard would run.
MountPath configures the path to mount directories in the test pod.
StageConfiguration configures a set of tests to be run.
Storage configures custom storage options.
StorageSpec contains storage configuration options.
Test specifies a single test run.
TestConfiguration configures a specific scorecard test, identified by entrypoint.
TestList is a list of tests.
TestResult contains the results of an individual scorecard test.
TestStatus contains collection of testResults.
# Type aliases
State is a type used to indicate the result state of a Test.