MCPcopy
hub / github.com/kubernetes-sigs/controller-runtime / String

Method String

tools/setup-envtest/versions/version.go:194–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194func (s Spec) String() string {
195 res := s.Selector.String()
196 if s.CheckLatest {
197 res += "!"
198 }
199 return res
200}
201
202// PointVersion represents a wildcard (patch) version
203// or concrete number.

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected