Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for condition1 (0.42 sec)

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

    		desc          string
    		podConditions []core.PodCondition
    	}{{
    		"no condition",
    		[]core.PodCondition{},
    	}, {
    		"one system condition",
    		[]core.PodCondition{{
    			Type:   core.PodReady,
    			Status: core.ConditionTrue,
    		}},
    	}, {
    		"one system condition and one custom condition",
    		[]core.PodCondition{{
    			Type:   core.PodReady,
    			Status: core.ConditionTrue,
    		}, {
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
                        \   // other fields\n\t}"
                      properties:
                        lastTransitionTime:
                          description: |-
                            lastTransitionTime is the last time the condition transitioned from one status to another.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - CertificateSigningRequest API conditions were updated:
      - a `status` field was added; this field defaults to `True`, and may only be set to `True` for `Approved`, `Denied`, and `Failed` conditions
      - a `lastTransitionTime` field was added
      - a `Failed` condition type was added to allow signers to indicate permanent failure; this condition can be added via the `certificatesigningrequests/status` subresource.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                  more details at: https://istio.io/docs/reference/config/networking/envoy-filter.html'
                properties:
                  configPatches:
                    description: One or more patches with match conditions.
                    items:
                      properties:
                        applyTo:
                          description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "object"
              },
              "conditions": {
                "description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.",
                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                  more details at: https://istio.io/docs/reference/config/networking/envoy-filter.html'
                properties:
                  configPatches:
                    description: One or more patches with match conditions.
                    items:
                      properties:
                        applyTo:
                          description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                  more details at: https://istio.io/docs/reference/config/networking/envoy-filter.html'
                properties:
                  configPatches:
                    description: One or more patches with match conditions.
                    items:
                      properties:
                        applyTo:
                          description: Specifies where in the Envoy configuration, the
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Asserts that the given condition is true.";
    
      let description = [{
    If `condition` evaluates to false, print the list of tensors in `data`.
    `summarize` determines how many entries of the tensors to print.
      }];
    
      let arguments = (ins
        Arg<TF_BoolTensor, [{The condition to evaluate.}]>:$condition,
        Arg<Variadic<TF_Tensor>, [{The tensors to print out when condition is false.}]>:$data,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              type: "list(type)"
              has_minimum: true
              minimum: 1
            }
            is_stateful: true
          }
          op {
            name: "Select"
            input_arg {
              name: "condition"
              type: DT_BOOL
            }
            input_arg {
              name: "t"
              type_attr: "T"
            }
            input_arg {
              name: "e"
              type_attr: "T"
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  10. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   `tfe.Network` is deprecated. Please inherit from `tf.keras.Model`.
    *   Layered variable names have changed in the following conditions:
        *   Using `tf.keras.layers` with custom variable scopes.
        *   Using `tf.layers` in a subclassed `tf.keras.Model` class. See
            [here](https://www.tensorflow.org/versions/r1.9/api_docs/python/tf/layers)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top