Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for pubdate (0.28 sec)

  1. pkg/apis/core/validation/validation_test.go

    		newVolume         *core.PersistentVolume
    	}{
    		"condition-no-update": {
    			isExpectedFailure: false,
    			oldVolume:         validVolume,
    			newVolume:         validPvSourceNoUpdate,
    		},
    		"condition-update-source-type": {
    			isExpectedFailure: true,
    			oldVolume:         validVolume,
    			newVolume:         invalidPvSourceUpdateType,
    		},
    		"condition-update-source-deep": {
    			isExpectedFailure: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Update Golang to v1.14.5
      - Update repo-infra to 0.0.7 (to support go1.14.5 and go1.13.13)
        - Includes:
          - bazelbuild/bazel-toolchains@3.3.2
          - bazelbuild/rules_go@v0.22.7 ([#93088](https://github.com/kubernetes/kubernetes/pull/93088), [@justaugustus](https://github.com/justaugustus)) [SIG Release and Testing]
    - Update Golang to v1.14.6
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "subresource": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Update '*var' according to the adadelta scheme.";
    
      let description = [{
    accum = rho() * accum + (1 - rho()) * grad.square();
    update = (update_accum + epsilon).sqrt() * (accum + epsilon()).rsqrt() * grad;
    update_accum = rho() * update_accum + (1 - rho()) * update.square();
    var -= update;
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. RELEASE.md

            control flow.
        *   Add `RaggedTensor.numpy()`.
        *   Update `RaggedTensor.__getitem__` to preserve uniform dimensions & allow
            indexing into uniform dimensions.
        *   Update `tf.expand_dims` to always insert the new dimension as a
            non-ragged dimension.
        *   Update `tf.embedding_lookup` to use `partition_strategy` and `max_norm`
            when `ids` is ragged.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      resources:
      - mutatingwebhookconfigurations
      verbs:
      - get
      - list
      - watch
      - update
      - patch
    - apiGroups:
      - admissionregistration.k8s.io
      resources:
      - validatingwebhookconfigurations
      verbs:
      - get
      - list
      - watch
      - update
    - apiGroups:
      - config.istio.io
      - security.istio.io
      - networking.istio.io
      - authentication.istio.io
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      manages the parent and the ancestors MUST add an entry to this list when
                      the controller first sees the policy and SHOULD update the entry as
                      appropriate when the relevant ancestor is modified.
    
    
                      Note that choosing the relevant ancestor is left to the Policy designers;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"New", Func, 0},
    		{"NewIEEE", Func, 0},
    		{"Size", Const, 0},
    		{"Table", Type, 0},
    		{"Update", Func, 0},
    	},
    	"hash/crc64": {
    		{"Checksum", Func, 0},
    		{"ECMA", Const, 0},
    		{"ISO", Const, 0},
    		{"MakeTable", Func, 0},
    		{"New", Func, 0},
    		{"Size", Const, 0},
    		{"Table", Type, 0},
    		{"Update", Func, 0},
    	},
    	"hash/fnv": {
    		{"New128", Func, 9},
    		{"New128a", Func, 9},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  properties:
                                    operation:
                                      description: |-
                                        Operation controls whether or not to update/add a tag, or to remove it.
    
                                        Valid Options: UPSERT, REMOVE
                                      enum:
                                      - UPSERT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
Back to top