Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 114 for unstructured (0.37 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		modifiedClaim.Status.Allocation == nil {
    		// A claim with structured parameters was deallocated. This might have made
    		// resources available for other pods.
    		//
    		// TODO (https://github.com/kubernetes/kubernetes/issues/123697):
    		// check that the pending claims depend on structured parameters (depends on refactoring foreachPodResourceClaim, see other TODO).
    		//
    		// There is a small race here:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/directory_layout.adoc

    It can be set with the environment variable `GRADLE_USER_HOME`.
    
    TIP: Not to be confused with the `GRADLE_HOME`, the optional installation directory for Gradle.
    
    It is roughly structured as follows:
    
    [listing]
    ----
    ├── caches // <1>
    │   ├── 4.8 // <2>
    │   ├── 4.9 // <2>
    │   ├── ⋮
    │   ├── jars-3 // <3>
    │   └── modules-2 // <3>
    ├── daemon // <4>
    │   ├── ⋮
    │   ├── 4.8
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 23:00:38 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. src/cmd/doc/main.go

    	}
    	// If it has a slash, we've failed.
    	if slash >= 0 {
    		// build.Import should always include the path in its error message,
    		// and we should avoid repeating it. Unfortunately, build.Import doesn't
    		// return a structured error. That can't easily be fixed, since it
    		// invokes 'go list' and returns the error text from the loaded package.
    		// TODO(golang.org/issue/34750): load using golang.org/x/tools/go/packages
    		// instead of go/build.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. src/crypto/rsa/pkcs1v15.go

    	subtle.ConstantTimeCopy(valid, key, em[len(em)-len(key):])
    	return nil
    }
    
    // decryptPKCS1v15 decrypts ciphertext using priv. It returns one or zero in
    // valid that indicates whether the plaintext was correctly structured.
    // In either case, the plaintext is returned in em so that it may be read
    // independently of whether it was valid in order to maintain constant memory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:21 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. go.mod

    	k8s.io/pod-security-admission v0.0.0
    	k8s.io/sample-apiserver v0.0.0
    	k8s.io/system-validators v1.8.0
    	k8s.io/utils v0.0.0-20230726121419-3b25d923346b
    	sigs.k8s.io/knftables v0.0.16
    	sigs.k8s.io/structured-merge-diff/v4 v4.4.1
    	sigs.k8s.io/yaml v1.4.0
    )
    
    require (
    	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
    	github.com/MakeNowJust/heredoc v1.0.0 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/operation_executor.go

    	}
    	return fmt.Sprintf("%s (UniqueName: %s) from node %s", volumeSpecName, volume.VolumeName, volume.NodeName)
    }
    
    // MarshalLog combines key fields of the volume for logging in a structured format.
    func (volume *VolumeToAttach) MarshalLog() interface{} {
    	volumeSpecName := "nil"
    	if volume.VolumeSpec != nil {
    		volumeSpecName = volume.VolumeSpec.Name()
    	}
    	return struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  7. CONTRIBUTING.md

    ```
    
    Here are the steps to resolve the issue:
    
    1. Open the failure report mentioned in the output.\
    If you don't see the report link in the output in the IDE, make sure to select the top-level node in the structured output panel.
    The report will explain the errors in detail.
    Perhaps, you forgot to add an `@Incubating` annotation or `@since` in the javadoc.
    
    2. Accept the changes.\
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 01:39:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. internal/s3select/select.go

    		}
    		// Suffix length
    		return -end, -1, nil
    	}
    	start = int64(*s.Start)
    	end := int64(*s.End)
    	return start, end - start + 1, nil
    }
    
    // S3Select - filters the contents on a simple structured query language (SQL) statement. It
    // represents elements inside <SelectRequest/> in request XML specified in detail at
    // https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html.
    type S3Select struct {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

      // by XlaRecvAtHost and XlaSendFromHost ops add in earlier pass.
      // TODO(b/157054714): When a better abstraction instead of _TPUCompileMlirOp
      // and _XlaRecvAtHostOp and _XlaSendFromHostOp are used, update to a more
      // structured lowering.
      old_parallel_execute.walk(
          [&](TF::_XlaCompileMlirPlaceholderProgramKeyOp key_op) {
            key_op.replaceAllUsesWith(compile_op->getResult(1));
            key_op.erase();
          });
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top