IsKind checks if the running cluster is on kind
()
| 44 | |
| 45 | // IsKind checks if the running cluster is on kind |
| 46 | func IsKind() bool { |
| 47 | return *testCloudVendorEnv == cloudvendors.KIND |
| 48 | } |
| 49 | |
| 50 | // IsOpenshift checks if the running cluster is on OpenShift |
| 51 | func IsOpenshift() bool { |
no outgoing calls
no test coverage detected