Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Must (0.18 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                                  x-kubernetes-validations:
                                  - message: value must be set when operation is UPSERT
                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''UPSERT'') ? self.value != '''' : true'
                                  - message: value must not be set when operation is REMOVE
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  x-kubernetes-validations:
                                  - message: value must be set when operation is UPSERT
                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''UPSERT'') ? self.value != '''' : true'
                                  - message: value must not be set when operation is REMOVE
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. RELEASE.md

        the final state instead of the list of all states.
    *   `tf.scatter_update` now no longer guarantees that lexicographically largest
        index be used for update when duplicate entries exist.
    *   `tf.image.random_crop(image, [height, width])` is now `tf.random_crop(image,
        [height, width, depth])`, and `tf.random_crop` works for any rank (not just
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top