Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,960 for usedBy (0.17 sec)

  1. pkg/controller/resourcequota/resource_quota_controller_test.go

    		// ensure usage is as expected
    		if len(usage.Status.Hard) != len(testCase.status.Hard) {
    			t.Errorf("test: %s, status hard lengths do not match", testName)
    		}
    		if len(usage.Status.Used) != len(testCase.status.Used) {
    			t.Errorf("test: %s, status used lengths do not match", testName)
    		}
    		for k, v := range testCase.status.Hard {
    			actual := usage.Status.Hard[k]
    			actualValue := actual.String()
    			expectedValue := v.String()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 16:29:33 UTC 2023
    - 42.6K bytes
    - Viewed (0)
  2. src/runtime/stubs.go

    // only in a very limited callee of reflectcall, the stackArgs are copied, and
    // regArgs is only used in the reflectcall frame.
    //
    //go:noescape
    func reflectcall(stackArgsType *_type, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
    
    // procyield should be an internal detail,
    // but widely used packages access it using linkname.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/resource/v1alpha2/types_swagger_doc_generated.go

    var map_ResourceClass = map[string]string{
    	"":                     "ResourceClass is used by administrators to influence how resources are allocated.\n\nThis is an alpha type and requires enabling the DynamicResourceAllocation feature gate.",
    	"metadata":             "Standard object metadata",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/MapMaker.java

      }
    
      /**
       * Specifies that each key (not value) stored in the map should be wrapped in a {@link
       * WeakReference} (by default, strong references are used).
       *
       * <p><b>Warning:</b> when this method is used, the resulting map will use identity ({@code ==})
       * comparison to determine equality of keys, which is a technical violation of the {@link Map}
       * specification, and may not be what you expect.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 13 14:30:51 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/cel/environment/environment.go

    )
    
    // Type defines the different types of CEL environments used in Kubernetes.
    // CEL environments are used to compile and evaluate CEL expressions.
    // Environments include:
    //   - Function libraries
    //   - Variables
    //   - Types (both core CEL types and Kubernetes types)
    //   - Other CEL environment and program options
    type Type string
    
    const (
    	// NewExpressions is used to validate new or modified expressions in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 15:52:31 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    	// Note that egress selection configuration is not used for this network connection.
    	// +required
    	URL string `json:"url"`
    
    	// discoveryURL, if specified, overrides the URL used to fetch discovery
    	// information instead of using "{url}/.well-known/openid-configuration".
    	// The exact value specified is used, so "/.well-known/openid-configuration"
    	// must be included in discoveryURL if needed.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/metrics/metrics.go

    	// This metric is only used for KMS v1 API.
    	dekCacheFillPercent = metrics.NewGauge(
    		&metrics.GaugeOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "dek_cache_fill_percent",
    			Help:           "Percent of the cache slots currently occupied by cached DEKs.",
    			StabilityLevel: metrics.ALPHA,
    		},
    	)
    
    	// This metric is only used for KMS v1 API.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 09 22:31:32 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/compile/CompileOptions.java

        }
    
        /**
         * Returns the character encoding to be used when reading source files. Defaults to {@code null}, in which
         * case the platform default encoding will be used.
         */
        @Nullable
        @Optional
        @Input
        public String getEncoding() {
            return encoding;
        }
    
        /**
         * Sets the character encoding to be used when reading source files. Defaults to {@code null}, in which
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:40:36 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  9. cmd/metrics-resource.go

    		interfaceTxBytes:  "Bytes transmitted in " + interval,
    		interfaceTxErrors: "Transmit errors in " + interval,
    		total:             "Total memory on the node",
    		memUsed:           "Used memory on the node",
    		memUsedPerc:       "Used memory percentage on the node",
    		memFree:           "Free memory on the node",
    		memShared:         "Shared memory on the node",
    		memBuffers:        "Buffers memory on the node",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 17 15:15:13 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/audit.go

    	// API group version used for serializing audit events.
    	GroupVersionString string
    }
    
    // AuditWebhookOptions control the webhook configuration for audit events.
    type AuditWebhookOptions struct {
    	ConfigFile     string
    	InitialBackoff time.Duration
    
    	BatchOptions    AuditBatchOptions
    	TruncateOptions AuditTruncateOptions
    
    	// API group version used for serializing audit events.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 24 06:30:04 UTC 2022
    - 20.3K bytes
    - Viewed (0)
Back to top