Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GenStatusReporterMapKey (0.17 sec)

  1. pilot/pkg/status/distribution/reporter.go

    	"k8s.io/utils/clock"
    
    	"istio.io/istio/pilot/pkg/status"
    	"istio.io/istio/pilot/pkg/xds"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/ledger"
    	"istio.io/istio/pkg/util/sets"
    )
    
    func GenStatusReporterMapKey(conID string, distributionType xds.EventType) string {
    	key := conID + "~" + distributionType
    	return key
    }
    
    type inProgressEntry struct {
    	// the resource, including resourceVersion, we are currently tracking
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top