Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 213 of 213 for dynamic (0.07 sec)

  1. cmd/metrics-v3-handler.go

    		// it's the last part of the path. e.g. /bucket/api/<bucket-name>
    		bucketIdx := strings.LastIndex(pathComponents, "/")
    		buckets = append(buckets, pathComponents[bucketIdx+1:])
    		// remove bucket from pathComponents as it is dyanamic and
    		// hence not included in the collector path.
    		pathComponents = pathComponents[:bucketIdx]
    	}
    
    	innerHandler := h.handle(pathComponents, isListingRequest, buckets)
    
    	// Add tracing to the prom. handler
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 15 16:28:02 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

    * Fixes kube-proxy bug accessing self nodeip:port on windows ([#83027](https://github.com/kubernetes/kubernetes/pull/83027), [@liggitt](https://github.com/liggitt))
    * Fix error where metrics related to dynamic kubelet config isn't registered ([#83184](https://github.com/kubernetes/kubernetes/pull/83184), [@odinuge](https://github.com/odinuge))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    AbstractVersionMatch { public void ExactVersionMatcher(); public final boolean isDynamic(org.apache.ivy.core.module.id.ModuleRevisionId); public final boolean accept(org.apache.ivy.core.module.id.ModuleRevisionId, org.apache.ivy.core.module.id.ModuleRevisionId); } org/apache/ivy/plugins/version/VersionMatcher.class package org.apache.ivy.plugins.version; public abstract interface VersionMatcher { public abstract boolean isDynamic(org.apache.ivy.core.module.id.ModuleRevisionId); public abstract boolean...
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (0)
Back to top