Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    				return err
    			}
    
    			// Apply the change.
    			if err := update(mc); err != nil {
    				return err
    			}
    
    			// Store the updated MeshConfig back into the config map.
    			newYAML, err := injectConfigToYaml(mc)
    			if err != nil {
    				return err
    			}
    			cfgMap.Data["config"] = newYAML
    
    			// Write the config map back to the cluster.
    			if err := ic.updateConfigMap(c, cfgMap); err != nil {
    				return err
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12.8K bytes
    - Viewed (0)
Back to top