Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParseError ¶
type ParseError struct {
Message string `json:"message" header:"message"`
FilePath string `json:"file_path" header:"file_path"`
StartLine uint32 `json:"start_line,omitempty" header:"start_line"`
}
ParseError represents a parse error (serializable version of runtimev1.ParseError)
type ResourceStatus ¶
type ResourceStatus struct {
Kind string `json:"kind" header:"kind"`
Name string `json:"name" header:"name"`
Status string `json:"status" header:"status"`
Error string `json:"error" header:"error"`
FilePath string `json:"file_path" header:"file_path"`
Timeout bool `json:"timeout" header:"timeout"`
}
type ValidationResult ¶
type ValidationResult struct {
Summary ValidationSummary `json:"summary"`
ParseErrors []ParseError `json:"parse_errors"`
Resources []ResourceStatus `json:"resources"`
}
ValidationResult represents the complete validation output
type ValidationSummary ¶
Click to show internal directories.
Click to hide internal directories.