Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 259 for ungetc (0.13 sec)

  1. hack/lib/golang.sh

      # Make sure our own Go binaries are in PATH.
      export PATH="${KUBE_GOPATH}/bin:${PATH}"
    
      # Unset GOBIN in case it already exists in the current session.
      # Cross-compiles will not work with it set.
      unset GOBIN
    
      # Turn on modules and workspaces (both are default-on).
      unset GO111MODULE
      unset GOWORK
    
      # This may try to download our specific Go version.  Do it last so it uses
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  2. cmd/bucket-metadata.go

    	// Handle migration from lockEnabled to newer format.
    	if b.LockEnabled {
    		configs[objectLockConfig] = enabledBucketObjectLockConfig
    		b.LockEnabled = false // legacy value unset it
    		// we are only interested in b.ObjectLockConfigXML or objectLockConfig value
    	}
    
    	for _, legacyFile := range legacyConfigs {
    		configFile := path.Join(bucketMetaPrefix, b.Name, legacyFile)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/storage/v1beta1/generated.proto

    // compares the MaximumVolumeSize against the requested size of pending volumes
    // to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back
    // to a comparison against the less precise Capacity. If that is also unset,
    // the scheduler assumes that capacity is insufficient and tries some other
    // node.
    message CSIStorageCapacity {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/stream_executor/stream_executor.h

      // is returned.
      // Negative values are treated as "unset".
      int32_t (*get_numa_node)(const SP_Device* device);
    
      // [Optional]
      // Device's memory bandwidth in bytes/sec.  (This is for reads/writes to/from
      // the device's own memory, not for transfers between the host and device.)
      // Negative values are treated as "unset".
      int64_t (*get_memory_bandwidth)(const SP_Device* device);
    
      // [Optional]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 24 08:40:35 UTC 2022
    - 21.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types_jsonschema.go

    	// as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string
    	// that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 22:23:23 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/compatibility.go

    	// TestDataDir points to a directory containing compatibility test data.
    	// Complete() populates this with "testdata" if unset.
    	TestDataDir string
    
    	// TestDataDirCurrentVersion points to a directory containing compatibility test data for the current version.
    	// Complete() populates this with "<TestDataDir>/HEAD" if unset.
    	// Within this directory, `<group>.<version>.<kind>.[json|yaml|pb]` files are required to exist, and are:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 16:38:32 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/join_test.go

    					t.Error("Invalid data.cfg.Discovery.BootstrapToken")
    				}
    			},
    		},
    		{
    			name: "--token sets TLSBootstrapToken and BootstrapToken.Token if unset",
    			args: []string{"1.2.3.4:6443"},
    			flags: map[string]string{
    				options.TokenStr:                 "abcdef.0123456789abcdef",
    				options.TokenDiscoverySkipCAHash: "true",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 12:26:20 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  8. hack/make-rules/test.sh

    KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout=180s}
    KUBE_COVER=${KUBE_COVER:-n} # set to 'y' to enable coverage collection
    KUBE_COVERMODE=${KUBE_COVERMODE:-atomic}
    # The directory to save test coverage reports to, if generating them. If unset,
    # a semi-predictable temporary directory will be used.
    KUBE_COVER_REPORT_DIR="${KUBE_COVER_REPORT_DIR:-}"
    # How many 'go test' instances to run simultaneously when running tests in
    # coverage mode.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  9. cmd/bucket-replication_test.go

    			rcfg: replicationConfig{remotes: &madmin.BucketTargets{Targets: []madmin.BucketTarget{{
    				Arn: "arn1",
    			}}}},
    			expectedSync: true,
    		},
    		{ // 3. replication status unset
    			name: "existing object replication on pre-existing unreplicated object",
    			info: ObjectInfo{
    				Size:              100,
    				ReplicationStatus: replication.StatusType(""),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 16 09:28:06 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/storage/v1/generated.proto

    // compares the MaximumVolumeSize against the requested size of pending volumes
    // to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back
    // to a comparison against the less precise Capacity. If that is also unset,
    // the scheduler assumes that capacity is insufficient and tries some other
    // node.
    message CSIStorageCapacity {
      // Standard object's metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top