Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for leaseDurationSeconds (0.33 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"leaseDurationSeconds": {
    						SchemaProps: spec.SchemaProps{
    							Description: "leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed renewTime.",
    							Type:        []string{"integer"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

            "holderIdentity": {
              "description": "holderIdentity contains the identity of the holder of a current lease.",
              "type": "string"
            },
            "leaseDurationSeconds": {
              "description": "leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed renewTime.",
              "format": "int32",
              "type": "integer"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top