MCPcopy
hub / github.com/argoproj/argo-cd / ClusterRuntimeInfo

Interface ClusterRuntimeInfo

reposerver/cache/cache.go:40–45  ·  view source on GitHub ↗

ClusterRuntimeInfo holds cluster runtime information

Source from the content-addressed store, hash-verified

38
39// ClusterRuntimeInfo holds cluster runtime information
40type ClusterRuntimeInfo interface {
41 // GetApiVersions returns supported api versions
42 GetApiVersions() []string
43 // GetKubeVersion returns cluster API version
44 GetKubeVersion() string
45}
46
47// CachedManifestResponse represents a cached result of a previous manifest generation operation, including the caching
48// of a manifest generation error, plus additional information on previous failures

Callers 2

Implementers 4

ManifestRequestreposerver/apiclient/repository.pb.go
UpdateRevisionForPathsRequestreposerver/apiclient/repository.pb.go
ClusterInfopkg/apis/application/v1alpha1/types.go
mockClusterInfoutil/webhook/webhook_test.go

Calls

no outgoing calls

Tested by

no test coverage detected