Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIstioConfig (0.13 sec)

  1. istioctl/pkg/describe/describe.go

    	if ss != nil {
    		if ss[1] == svc.ObjectMeta.Name && ss[2] == svc.ObjectMeta.Namespace {
    			return true
    		}
    	}
    
    	return false
    }
    
    // getIstioConfig returns .metadata.filter_metadata.istio.config, err
    func getIstioConfig(metadata *core.Metadata) (string, error) {
    	if metadata != nil {
    		istioConfig := asMyProtoValue(metadata.FilterMetadata[util.IstioMetadataKey]).
    			keyAsString("config")
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top