Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 47 for relabel (0.19 sec)

  1. src/cmd/link/internal/ld/data.go

    				// the start of the thread-local data block, so add 8
    				// to the actual TLS offset (r->sym->value).
    				// This 8 seems to be a fundamental constant of
    				// ELF on ARM (or maybe Glibc on ARM); it is not
    				// related to the fact that our own TLS storage happens
    				// to take up 8 bytes.
    				o = 8 + ldr.SymValue(rs)
    			} else if target.IsElf() || target.IsPlan9() || target.IsDarwin() {
    				o = int64(syms.Tlsoffset) + r.Add()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  2. cmd/metrics-v2.go

    				VariableLabels: labels,
    				Value:          float64(b.GetCumulativeCount()),
    			}
    			metrics = append(metrics, metric)
    		}
    		// add metrics with +Inf label
    		labels1 := make(map[string]string)
    		for _, lp := range dtoMetric.GetLabel() {
    			labels1[*lp.Name] = *lp.Value
    		}
    		labels1["le"] = fmt.Sprintf("%.3f", math.Inf(+1))
    		metrics = append(metrics, MetricV2{
    			Description:    desc,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    static void <clinit>(); } org/codehaus/plexus/util/dag/Vertex.class package org.codehaus.plexus.util.dag; public synchronized class Vertex implements Cloneable, java.io.Serializable { private String label; java.util.List children; java.util.List parents; public void Vertex(String); public String getLabel(); public void addEdgeTo(Vertex); public void removeEdgeTo(Vertex); public void addEdgeFrom(Vertex); public void removeEdgeFrom(Vertex); public java.util.List getChildren(); public java.util.List getChildLabels();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    			}
    		}
    	}
    
    	return h.Sum()
    }
    
    // printLinkerConfig prints the linker config into the hash h,
    // as part of the computation of a linker-related action ID.
    func (b *Builder) printLinkerConfig(h io.Writer, p *load.Package) {
    	switch cfg.BuildToolchainName {
    	default:
    		base.Fatalf("linkActionID: unknown toolchain %q", cfg.BuildToolchainName)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet.go

    	nodeIPValidator func(net.IP) error
    
    	// If non-nil, this is a unique identifier for the node in an external database, eg. cloudprovider
    	providerID string
    
    	// clock is an interface that provides time related functionality in a way that makes it
    	// easy to test the code.
    	clock clock.WithTicker
    
    	// handlers called during the tryUpdateNodeStatus cycle
    	setNodeStatusFuncs []func(context.Context, *v1.Node) error
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	}
    }
    
    func makeQueuedPodInfos(num int, namePrefix, label string, timestamp time.Time) []*framework.QueuedPodInfo {
    	var pInfos = make([]*framework.QueuedPodInfo, 0, num)
    	for i := 1; i <= num; i++ {
    		p := &framework.QueuedPodInfo{
    			PodInfo: mustNewPodInfo(
    				st.MakePod().Name(fmt.Sprintf("%v-%d", namePrefix, i)).Namespace(fmt.Sprintf("ns%d", i)).Label(label, "").UID(fmt.Sprintf("tp-%d", i)).Obj()),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__policy__v1_openapi.json

            "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.",
            "properties": {
              "matchExpressions": {
                "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. pkg/apis/core/zz_generated.deepcopy.go

    	in.EventTime.DeepCopyInto(&out.EventTime)
    	if in.Series != nil {
    		in, out := &in.Series, &out.Series
    		*out = new(EventSeries)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Related != nil {
    		in, out := &in.Related, &out.Related
    		*out = new(ObjectReference)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Event.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    	in.EventTime.DeepCopyInto(&out.EventTime)
    	if in.Series != nil {
    		in, out := &in.Series, &out.Series
    		*out = new(EventSeries)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Related != nil {
    		in, out := &in.Related, &out.Related
    		*out = new(ObjectReference)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Event.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    static void <clinit>(); } org/codehaus/plexus/util/dag/Vertex.class package org.codehaus.plexus.util.dag; public synchronized class Vertex implements Cloneable, java.io.Serializable { private String label; java.util.List children; java.util.List parents; public void Vertex(String); public String getLabel(); public void addEdgeTo(Vertex); public void removeEdgeTo(Vertex); public void addEdgeFrom(Vertex); public void removeEdgeFrom(Vertex); public java.util.List getChildren(); public java.util.List getChildLabels();...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
Back to top