Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for TrackResource (0.12 sec)

  1. pkg/test/framework/components/istio/kube.go

    		externalControlPlane: ctx.AllClusters().IsExternalControlPlane(),
    	}
    
    	t0 := time.Now()
    	defer func() {
    		ctx.RecordTraceEvent("istio-deploy", time.Since(t0).Seconds())
    	}()
    	i.id = ctx.TrackResource(i)
    
    	if !cfg.DeployIstio {
    		scopes.Framework.Info("skipping deployment as specified in the config")
    		return i, nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top