MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / IsK3D

Function IsK3D

tests/e2e/commons_test.go:56–58  ·  view source on GitHub ↗

IsK3D checks if the running cluster is on K3D

()

Source from the content-addressed store, hash-verified

54
55// IsK3D checks if the running cluster is on K3D
56func IsK3D() bool {
57 return *testCloudVendorEnv == cloudvendors.K3D
58}

Calls

no outgoing calls

Tested by

no test coverage detected