Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lastTransitionTime (0.56 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              \   // 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)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "lastProbeTime is the time we probed the condition."
              },
              "lastTransitionTime": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
                  }
                ],
                "description": "lastTransitionTime is the time the condition transitioned from one status to another."
              },
              "message": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K 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)
Back to top