Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    				return err
    			}
    
    			// Store the updated MeshConfig back into the config map.
    			newYAML, err := meshConfigToYAML(ymc)
    			if err != nil {
    				return err
    			}
    			setMeshConfigData(cfgMap, newYAML)
    
    			// Write the config map back to the cluster.
    			if err := mc.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