Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SvcUpdate (0.23 sec)

  1. pilot/pkg/serviceregistry/util/xdsfake/updater.go

    		fx.Delegate.EDSCacheUpdate(c, hostname, ns, entry)
    	}
    }
    
    // SvcUpdate is called when a service port mapping definition is updated.
    // This interface is WIP - labels, annotations and other changes to service may be
    // updated to force a EDS and CDS recomputation and incremental push, as it doesn't affect
    // LDS/RDS.
    func (fx *Updater) SvcUpdate(c model.ShardKey, hostname string, ns string, ev model.Event) {
    	select {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/events.go

    	PvcAdd = framework.ClusterEvent{Resource: framework.PersistentVolumeClaim, ActionType: framework.Add, Label: "PvcAdd"}
    	// PvcUpdate is the event when a persistent volume claim is updated in the cluster.
    	PvcUpdate = framework.ClusterEvent{Resource: framework.PersistentVolumeClaim, ActionType: framework.Update, Label: "PvcUpdate"}
    	// StorageClassAdd is the event when a StorageClass is added in the cluster.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top