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

Function ExampleInstance_PrintVersionList_wide

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

Source from the content-addressed store, hash-verified

553}
554
555func ExampleInstance_PrintVersionList_wide() {
556 instance := Instance{
557 DeprecatedVersions: []Version{testVersionDeployment},
558 }
559 _ = instance.PrintVersionList("wide")
560
561 // Output:
562 // KIND-------- NAME---------------- DEPRECATED IN-- REMOVED IN-- REPLACEMENT-- REPL AVAIL IN-- COMPONENT--
563 // Deployment-- extensions/v1beta1-- v1.9.0--------- v1.16.0----- apps/v1------ v1.10.0-------- k8s--------
564}
565
566func ExampleInstance_PrintVersionList_badformat() {
567 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…