Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		return true
    	}
    	_, hasRevision := labels[label.IoIstioRev.Name]
    	return hasRevision || labels["istio-injection"] == "enabled"
    }
    
    // createNamespaceLabels will take a namespace config and generate the proper k8s labels
    func createNamespaceLabels(ctx resource.Context, cfg Config) map[string]string {
    	l := make(map[string]string)
    	l["istio-testing"] = "istio-test"
    	if cfg.Inject {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top