Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleRDS (0.08 sec)

  1. pkg/adsc/adsc.go

    			for _, rsc := range msg.Resources {
    				valBytes := rsc.Value
    				rl := &route.RouteConfiguration{}
    				_ = proto.Unmarshal(valBytes, rl)
    				routes = append(routes, rl)
    			}
    			a.handleRDS(routes)
    		default:
    			if isMCP {
    				a.handleMCP(resourceGvk, msg.Resources)
    			}
    		}
    
    		// If we got no resource - still save to the store with empty name/namespace, to notify sync
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
Back to top