Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for opAPI (0.02 sec)

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

    	operatorYaml := cfg.IstioOperatorConfigYAML(valuesYaml)
    
    	operatorCfg := &iopv1alpha1.IstioOperator{}
    	if err := yaml.Unmarshal([]byte(operatorYaml), operatorCfg); err != nil {
    		return nil, fmt.Errorf("failed to unmarshal base iop: %v, %v", err, operatorYaml)
    	}
    	if operatorCfg.Spec == nil {
    		operatorCfg.Spec = &opAPI.IstioOperatorSpec{}
    	}
    
    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