Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 745 for 0alpha (0.17 sec)

  1. pkg/features/kube_features.go

    	InTreePluginOpenStackUnregister: {Default: false, PreRelease: featuregate.Alpha},
    
    	InTreePluginPortworxUnregister: {Default: false, PreRelease: featuregate.Alpha},
    
    	InTreePluginvSphereUnregister: {Default: false, PreRelease: featuregate.Alpha},
    
    	JobBackoffLimitPerIndex: {Default: true, PreRelease: featuregate.Beta},
    
    	JobManagedBy: {Default: false, PreRelease: featuregate.Alpha},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  2. pkg/controller/ttl/ttl_controller_test.go

    			patch:      "{\"metadata\":{\"annotations\":{\"node.alpha.kubernetes.io/ttl\":\"0\"}}}",
    		},
    		{
    			node:       &v1.Node{},
    			ttlSeconds: 10,
    			patch:      "{\"metadata\":{\"annotations\":{\"node.alpha.kubernetes.io/ttl\":\"10\"}}}",
    		},
    		{
    			node:       &v1.Node{ObjectMeta: metav1.ObjectMeta{Name: "name"}},
    			ttlSeconds: 10,
    			patch:      "{\"metadata\":{\"annotations\":{\"node.alpha.kubernetes.io/ttl\":\"10\"}}}",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. doap_Maven.rdf

    Apache Maven 4.0.0-alpha-5 2023-03-20 4.0.0-alpha-5 http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/binaries/apache-maven-4.0.0-alpha-5-bin.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/binaries/apache-maven-4.0.0-alpha-5-bin.tar.gz http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/source/apache-maven-4.0.0-alpha-5-src.zip http://archive.apache.org/dist/maven/maven-4/4.0.0-alpha-5/source/apache-maven-4.0.0-alpha-5-src.tar.gz Apache Maven 4.0.0-alpha-4 2023-01-31 4.0.0-alpha-4...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 01 11:47:44 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  4. pkg/kubelet/metrics/metrics.go

    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    	// RunningContainerCount is a gauge that tracks the number of containers currently running
    	RunningContainerCount = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    			Subsystem:      KubeletSubsystem,
    			Name:           RunningContainersKey,
    			Help:           "Number of containers currently running",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"container_state"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 15:13:25 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  5. pkg/controller/garbagecollector/dump_test.go

    				types.UID("alpha"):   alphaNode(),
    				types.UID("bravo"):   bravoNode(),
    				types.UID("charlie"): charlieNode(),
    			},
    			expectNodes: []*dotVertex{
    				NewDOTVertex(alphaNode()),
    				NewDOTVertex(bravoNode()),
    				NewDOTVertex(charlieNode()),
    			},
    			expectEdges: []dotEdge{
    				{F: types.UID("alpha"), T: types.UID("bravo")},
    				{F: types.UID("alpha"), T: types.UID("charlie")},
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  6. pkg/kubelet/util/node_startup_latency_tracker_test.go

    			clock:            clock.RealClock{},
    		}
    
    		wants := `
    		# HELP kubelet_node_startup_duration_seconds [ALPHA] Duration in seconds of node startup in total.
            # TYPE kubelet_node_startup_duration_seconds gauge
            kubelet_node_startup_duration_seconds 0
            # HELP kubelet_node_startup_post_registration_duration_seconds [ALPHA] Duration in seconds of node startup after registration.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 11 05:54:25 UTC 2023
    - 18K bytes
    - Viewed (0)
  7. src/image/color/color.go

    package color
    
    // Color can convert itself to alpha-premultiplied 16-bits per channel RGBA.
    // The conversion may be lossy.
    type Color interface {
    	// RGBA returns the alpha-premultiplied red, green, blue and alpha values
    	// for the color. Each value ranges within [0, 0xffff], but is represented
    	// by a uint32 so that multiplying by a blend factor up to 0xffff will not
    	// overflow.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/metrics.go

    				4, 5, 6, 8, 10, 15, 20, 30, 45, 60},
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"operation", "type"},
    	)
    	etcdRequestCounts = compbasemetrics.NewCounterVec(
    		&compbasemetrics.CounterOpts{
    			Name:           "etcd_requests_total",
    			Help:           "Etcd request counts for each operation and object type.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"operation", "type"},
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 21:15:32 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/DefaultVersionComparatorTest.groovy

            where:
            smaller        | larger
            "1.0-alpha"    | "1.0-rc"
            "1.0-alpha-1"  | "1.0-rc-1"
            "1.0-alpha"    | "1.0-snapshot"
            "1.0-alpha"    | "1.0-final"
            "1.0-alpha"    | "1.0-ga"
            "1.0-alpha"    | "1.0-release"
            "1.0-alpha"    | "1.0-sp"
            "1.0-alpha"    | "1.0"
    
            "1.0-rc-1"     | "1.0-rc-2"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/cacher/metrics/metrics.go

    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"resource_prefix", "index"},
    	)
    	listCacheNumReturned = compbasemetrics.NewCounterVec(
    		&compbasemetrics.CounterOpts{
    			Namespace:      namespace,
    			Name:           "cache_list_returned_objects_total",
    			Help:           "Number of objects returned for a LIST request from watch cache",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		[]string{"resource_prefix"},
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 07:39:23 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top