Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KubeSettings (0.22 sec)

  1. tests/integration/pilot/mcs/discoverability/discoverability_test.go

        env:
          ENABLE_MCS_SERVICE_DISCOVERY: "true"
          ENABLE_MCS_HOST: "true"
          ENABLE_MCS_CLUSTER_LOCAL: "true"
          MCS_API_GROUP: %s
          MCS_API_VERSION: %s`,
    		common.KubeSettings(t).MCSAPIGroup,
    		common.KubeSettings(t).MCSAPIVersion)
    }
    
    func runForAllClusterCombinations(
    	t framework.TestContext,
    	fn func(t framework.TestContext, from echo.Instance, to echo.Target),
    ) {
    	t.Helper()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 17.9K bytes
    - Viewed (0)
Back to top