MCPcopy Index your code
hub / github.com/FairwindsOps/pluto / ExampleInstance_PrintVersionList_normal

Function ExampleInstance_PrintVersionList_normal

pkg/api/versions_test.go:544–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542}
543
544func ExampleInstance_PrintVersionList_normal() {
545 instance := Instance{
546 DeprecatedVersions: []Version{testVersionDeployment},
547 }
548 _ = instance.PrintVersionList("normal")
549
550 // Output:
551 // KIND-------- NAME---------------- DEPRECATED IN-- REMOVED IN-- REPLACEMENT-- REPL AVAIL IN-- COMPONENT--
552 // Deployment-- extensions/v1beta1-- v1.9.0--------- v1.16.0----- apps/v1------ v1.10.0-------- k8s--------
553}
554
555func ExampleInstance_PrintVersionList_wide() {
556 instance := Instance{

Callers

nothing calls this directly

Calls 1

PrintVersionListMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…