Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 597 for hood (0.04 sec)

  1. helm-releases/minio-5.2.0.tgz

    "minio.fullname" . }}-post-job labels: app: {{ template "minio.name" . }}-post-job chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation {{- with .Values.postJob.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: template: metadata: labels: app: {{ template "minio.name" . }}-job release: {{ .Release.Name }} {{- if .Values.podLabels...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. helm-releases/minio-5.0.11.tgz

    "minio.fullname" . }}-post-job labels: app: {{ template "minio.name" . }}-post-job chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation {{- with .Values.postJob.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: template: metadata: labels: app: {{ template "minio.name" . }}-job release: {{ .Release.Name }} {{- if .Values.podLabels...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Jun 21 19:29:09 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  3. helm-releases/minio-5.0.12.tgz

    "minio.fullname" . }}-post-job labels: app: {{ template "minio.name" . }}-post-job chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation {{- with .Values.postJob.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: template: metadata: labels: app: {{ template "minio.name" . }}-job release: {{ .Release.Name }} {{- if .Values.podLabels...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 07 16:44:16 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  4. helm-releases/minio-5.0.13.tgz

    "minio.fullname" . }}-post-job labels: app: {{ template "minio.name" . }}-post-job chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation {{- with .Values.postJob.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: template: metadata: labels: app: {{ template "minio.name" . }}-job release: {{ .Release.Name }} {{- if .Values.podLabels...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Jul 09 07:13:05 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  5. helm-releases/minio-5.0.7.tgz

    {{ .Release.Namespace | quote }} labels: app: {{ template "minio.name" . }}-post-job chart: {{ template "minio.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} annotations: "helm.sh/hook": post-install,post-upgrade "helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation {{- with .Values.postJob.annotations }} {{- toYaml . | nindent 4 }} {{- end }} spec: template: metadata: labels: app: {{ template "minio.name" . }}-job release: {{ .Release.Name }} {{- if .Values.podLabels...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Feb 13 10:37:23 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  6. tensorflow/c/c_api.cc

    1. for (int i = 0; i < noutputs; ++i) {
    2. c_outputs[i] = nullptr;
    3. }
    4. }
    5.  
    6. // TF_TensorToTensorV1 decodes a string serialization to DT_RESOURCE.
    7. // In the TFv1 convention, TF_Tensor can hold a string serialization of
    8. // DT_RESOURCE. The string serialization is converted back to a
    9. // ResourceHandle during Session run where the TF_Tensor is converted to a
    10. // Tensor.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. src/cmd/cgo/ast.go

    1. // a list of exported functions, and the actual AST, to be rewritten and
    2. // printed.
    3. func (f *File) ParseGo(abspath string, src []byte) {
    4. // Two different parses: once with comments, once without.
    5. // The printer is not good enough at printing comments in the
    6. // right place when we start editing the AST behind its back,
    7. // so we use ast1 to look for the doc comments on import "C"
    8. // and on exported functions, and we use ast2 for translating
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Oct 14 15:47:06 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  8. tensorflow/c/eager/c_api_distributed_test.cc

    1. }
    2.  
    3. TEST(CAPI, DistributedFunctionNoError) {
    4. TestDistributedFunctionCancellation(false);
    5. }
    6.  
    7. // TODO(b/170399182): Update test once an alternative to using the function
    8. // optimization hook is in place.
    9. TEST(CAPI, DISABLED_DistributedFunctionCancelledOnError) {
    10. TestDistributedFunctionCancellation(true);
    11. }
    12.  
    13. void TestRemoteExecuteDeleteContextWithOutstandingRPC(bool async) {
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. cmd/xl-storage_test.go

    1. },
    2. // TestXLStorage case - 4.
    3. {
    4. volume: "exists",
    5. path: "as-file-parent/as-file",
    6. err: errFileNotFound,
    7. },
    8. // TestXLStorage case - 5.
    9. // Validate the good condition file exists and we are able to read it.
    10. {
    11. volume: "exists",
    12. path: "as-file",
    13. err: nil,
    14. },
    15. // TestXLStorage case - 6.
    16. // TestXLStorage case with invalid volume name.
    17. {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 14 17:11:51 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  10. cmd/object-handlers.go

    1. }
    2.  
    3. // Remove the transitioned object whose object version is being overwritten.
    4. if !globalTierConfigMgr.Empty() {
    5. os.Sweep()
    6. }
    7. }
    8.  
    9. // PutObjectLegalHoldHandler - set legal hold configuration to object,
    10. func (api objectAPIHandlers) PutObjectLegalHoldHandler(w http.ResponseWriter, r *http.Request) {
    11. ctx := newContext(r, w, "PutObjectLegalHold")
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
Back to top