Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for playing (0.18 sec)

  1. istioctl/pkg/workload/workload.go

    		return "", err
    	}
    	vs, ok := v.(string)
    	if !f || !ok {
    		return "", fmt.Errorf("could not retrieve global.multiCluster.clusterName from injection config")
    	}
    	return vs, 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
    // fake go-client used for mocking cannot.)
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Apr 17 20:06:41 GMT 2024
    - 25.5K bytes
    - Viewed (0)
Back to top