Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPathString (0.06 sec)

  1. istioctl/pkg/workload/workload.go

    	var injectedCMValues map[string]any
    	if err := json.Unmarshal([]byte(istioInjectionCM.Data[istioctlutil.ValuesConfigMapKey]), &injectedCMValues); err != nil {
    		return "", err
    	}
    	return values.Map(injectedCMValues).GetPathString("global.multiCluster.clusterName"), nil
    }
    
    // Because we are placing into an Unstructured, place as a map instead
    // of structured Istio types.  (The go-client can handle the structured data, but the
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top