Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for PilotGatewayAPI (0.21 sec)

  1. pilot/pkg/bootstrap/server.go

    				Reason:         model.NewReasonStats(model.ConfigUpdate),
    			}
    			s.XDSServer.ConfigUpdate(pushReq)
    		}
    		schemas := collections.Pilot.All()
    		if features.EnableGatewayAPI {
    			schemas = collections.PilotGatewayAPI().All()
    		}
    		for _, schema := range schemas {
    			// This resource type was handled in external/servicediscovery.go, no need to rehandle here.
    			if schema.GroupVersionKind() == gvk.ServiceEntry {
    				continue
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top