Searched refs:stickinessMDKey (Results 1 – 1 of 1) sorted by relevance
49 stickinessMDKey atomic.Value member76 if oldKey, _ := bp.stickinessMDKey.Load().(string); oldKey != newKey {77 bp.stickinessMDKey.Store(newKey)84 mdKey, _ := bp.stickinessMDKey.Load().(string)311 func stickyKeyFromContext(ctx context.Context, stickinessMDKey string) (string, bool) {312 if stickinessMDKey == "" {321 if vv, ok := md[stickinessMDKey]; ok {329 if ss[i] == stickinessMDKey {