Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for unready (0.36 sec)

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

    					Name:        "init",
    					Ready:       false,
    					State: core.ContainerState{
    						Waiting: &core.ContainerStateWaiting{
    							Reason: "PodInitializing",
    						},
    					},
    				}},
    				ContainerStatuses: []core.ContainerStatus{{
    					ContainerID: "docker://numbers",
    					Image:       "nginx:alpine",
    					Name:        "main",
    					Ready:       false,
    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

    - Containers which specify a `startupProbe` but not a `readinessProbe` were previously considered "ready" before the `startupProbe` completed, but are now considered "not-ready". ([#92196](https://github.com/kubernetes/kubernetes/pull/92196), [@thockin](https://github.com/thockin)) [SIG Node]
    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. RELEASE.md

            symbolic values.
        *   Code already susceptible to leaking tensors outside of graphs becomes
            slightly more likely to do so now.
        *   Code that tries directly getting gradients with respect to symbolic
            Keras inputs/outputs. Use `GradientTape` on the actual Tensors passed to
            the already-constructed model instead.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    order to what I have farther to write. And this may suffice for an
    Introduction to Readers of quick Wit and good Understanding not yet
    versed in Opticks: Although those who are already acquainted with this
    Science, and have handled Glasses, will more readily apprehend what
    followeth.
    
    FOOTNOTES:
    
    [A] In our Author's _Lectiones Opticæ_, Part I. Sect. IV. Prop 29, 30,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        * no addresses are specified, all addresses are dynamically assigned
                        * a combination of specified and dynamic addresses are assigned
                        * a specified address was unusable (e.g. already in use)
    
    
                    items:
                      description: GatewayStatusAddress describes a network address that
                        is bound to a Gateway.
                      oneOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "minReadySeconds": {
                "description": "The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).",
                "format": "int32",
                "type": "integer"
              },
              "revisionHistoryLimit": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Removes keys and its associated values from a table.";
    
      let description = [{
    The tensor `keys` must of the same type as the keys of the table. Keys not
    already in the table are silently ignored.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{Handle to the table.}], [TF_LookupTableWrite]>:$table_handle,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/bootstrap.min.css.map

    int, $breakpoints) {\n      max-width: $container-max-width;\n    }\n  }\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n  display: flex;\n  flex-wrap: wrap;\n  margin-right: -$gutter / 2;\n  margin-left: -$gutter / 2;\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n  position: relative;\n  // Prevent columns from becoming too narrow when at smaller grid tiers by\n  // always setting `width: 100%;`. This works because we use `flex` values\n  // later on to override this initial...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top