mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-15 16:59:51 +00:00
be more explicit about caching of download failures
This commit is contained in:
parent
30a6fe69b1
commit
ef44c39ff2
2 changed files with 12 additions and 0 deletions
|
|
@ -9,3 +9,7 @@ type Manifest struct {
|
|||
type Registry interface {
|
||||
DownloadSchema(resourceKind, resourceAPIVersion, k8sVersion string) (*gojsonschema.Schema, error)
|
||||
}
|
||||
|
||||
type Retryable interface {
|
||||
IsRetryable() bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue