Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for istiokube (0.16 sec)

  1. tests/integration/operator/switch_cr_test.go

    	api "istio.io/api/operator/v1alpha1"
    	iopv1alpha1 "istio.io/istio/operator/pkg/apis/istio/v1alpha1"
    	"istio.io/istio/operator/pkg/object"
    	"istio.io/istio/operator/pkg/util"
    	"istio.io/istio/pkg/config/schema/gvr"
    	istioKube "istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/test/framework"
    	"istio.io/istio/pkg/test/framework/components/cluster"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. tests/integration/helm/upgrade/util.go

    		sanitycheck.RunTrafficTestClientServer(t, oldClient, newServer)
    	}
    }
    
    func checkVersion(t framework.TestContext, namespace, version string) error {
    	// func NewPodFetch(a istioKube.CLIClient, namespace string, selectors ...string) PodFetchFunc {
    	fetch := kubetest.NewPodFetch(t.Clusters().Default(), namespace)
    	pods, err := kubetest.CheckPodsAreReady(fetch)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top