Versions in this module Expand all Collapse all v0 v0.8.2 Jul 22, 2019 v0.8.1 May 22, 2019 v0.8.0 May 17, 2019 Changes in this version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type ScorecardOutput struct + Log string + Results []ScorecardSuiteResult + func (in *ScorecardOutput) DeepCopy() *ScorecardOutput + func (in *ScorecardOutput) DeepCopyInto(out *ScorecardOutput) + func (in *ScorecardOutput) DeepCopyObject() runtime.Object + type ScorecardOutputList struct + Items []ScorecardOutput + func (in *ScorecardOutputList) DeepCopy() *ScorecardOutputList + func (in *ScorecardOutputList) DeepCopyInto(out *ScorecardOutputList) + func (in *ScorecardOutputList) DeepCopyObject() runtime.Object + type ScorecardSuiteResult struct + Description string + Error int + Fail int + Log string + Name string + PartialPass int + Pass int + Tests []ScorecardTestResult + TotalScore int + TotalTests int + func (in *ScorecardSuiteResult) DeepCopy() *ScorecardSuiteResult + func (in *ScorecardSuiteResult) DeepCopyInto(out *ScorecardSuiteResult) + type ScorecardTestResult struct + Description string + EarnedPoints int + Errors []string + MaximumPoints int + Name string + State State + Suggestions []string + func (in *ScorecardTestResult) DeepCopy() *ScorecardTestResult + func (in *ScorecardTestResult) DeepCopyInto(out *ScorecardTestResult) + type State string + const ErrorState + const FailState + const PartialPassState + const PassState + const UnsetState