Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for holderIdentity (0.59 sec)

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

    				Description: "LeaseSpec is a specification of a Lease.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"holderIdentity": {
    						SchemaProps: spec.SchemaProps{
    							Description: "holderIdentity contains the identity of the holder of a current lease.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    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

              "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime",
              "description": "acquireTime is a time when the current lease was acquired."
            },
            "holderIdentity": {
              "description": "holderIdentity contains the identity of the holder of a current lease.",
              "type": "string"
            },
            "leaseDurationSeconds": {
    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