Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for namespaceEvent (0.12 sec)

  1. pilot/pkg/config/kube/gateway/controller.go

    }
    
    // namespaceEvent handles a namespace add/update. Gateway's can select routes by label, so we need to handle
    // when the labels change.
    // Note: we don't handle delete as a delete would also clean up any relevant gateway-api types which will
    // trigger its own event.
    func (c *Controller) namespaceEvent(oldNs, newNs *corev1.Namespace) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 05:26:03 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/model.go

    	AllowedReferences AllowedReferences
    	// ReferencedNamespaceKeys stores the label key of all namespace selections. This allows us to quickly
    	// determine if a namespace update could have impacted any Gateways. See namespaceEvent.
    	ReferencedNamespaceKeys sets.String
    
    	// ResourceReferences stores all resources referenced by gateway-api resources. This allows us to quickly
    	// determine if a resource update could have impacted any Gateways.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:09 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top