Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for leaseDurationSeconds (0.33 sec)

  1. common-protos/k8s.io/api/coordination/v1beta1/generated.proto

      // +optional
      optional string holderIdentity = 1;
    
      // 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.
      // +optional
      optional int32 leaseDurationSeconds = 2;
    
      // acquireTime is a time when the current lease was acquired.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/coordination/v1beta1/generated.proto

      // +optional
      optional string holderIdentity = 1;
    
      // 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.
      // +optional
      optional int32 leaseDurationSeconds = 2;
    
      // acquireTime is a time when the current lease was acquired.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/coordination/v1/generated.proto

      // +optional
      optional string holderIdentity = 1;
    
      // 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.
      // +optional
      optional int32 leaseDurationSeconds = 2;
    
      // acquireTime is a time when the current lease was acquired.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/coordination/v1/types_swagger_doc_generated.go

    var map_LeaseSpec = map[string]string{
    	"":                     "LeaseSpec is a specification of a Lease.",
    	"holderIdentity":       "holderIdentity contains the identity of the holder of a current lease.",
    	"leaseDurationSeconds": "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.",
    	"acquireTime":          "acquireTime is a time when the current lease was acquired.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1beta1.Lease.json

            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "holderIdentity": "holderIdentityValue",
        "leaseDurationSeconds": 2,
        "acquireTime": "2003-01-01T01:01:01.000003Z",
        "renewTime": "2004-01-01T01:01:01.000004Z",
        "leaseTransitions": 5
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/coordination.k8s.io.v1.Lease.json

            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "holderIdentity": "holderIdentityValue",
        "leaseDurationSeconds": 2,
        "acquireTime": "2003-01-01T01:01:01.000003Z",
        "renewTime": "2004-01-01T01:01:01.000004Z",
        "leaseTransitions": 5
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/coordination.k8s.io.v1beta1.Lease.json

            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "holderIdentity": "holderIdentityValue",
        "leaseDurationSeconds": 2,
        "acquireTime": "2003-01-01T01:01:01.000003Z",
        "renewTime": "2004-01-01T01:01:01.000004Z",
        "leaseTransitions": 5
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/coordination.k8s.io.v1.Lease.json

            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "holderIdentity": "holderIdentityValue",
        "leaseDurationSeconds": 2,
        "acquireTime": "2003-01-01T01:01:01.000003Z",
        "renewTime": "2004-01-01T01:01:01.000004Z",
        "leaseTransitions": 5
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. pilot/pkg/leaderelection/k8sleaderelection/k8sresourcelock/interface.go

    	HolderIdentity string `json:"holderIdentity"`
    	// HolderKey is the Key of the lease owner. This may be empty if a key is not set.
    	HolderKey            string      `json:"holderKey"`
    	LeaseDurationSeconds int         `json:"leaseDurationSeconds"`
    	AcquireTime          metav1.Time `json:"acquireTime"`
    	RenewTime            metav1.Time `json:"renewTime"`
    	LeaderTransitions    int         `json:"leaderTransitions"`
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/coordination/v1/generated.pb.go

    			if err != nil {
    				return 0, err
    			}
    			i -= size
    			i = encodeVarintGenerated(dAtA, i, uint64(size))
    		}
    		i--
    		dAtA[i] = 0x1a
    	}
    	if m.LeaseDurationSeconds != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.LeaseDurationSeconds))
    		i--
    		dAtA[i] = 0x10
    	}
    	if m.HolderIdentity != nil {
    		i -= len(*m.HolderIdentity)
    		copy(dAtA[i:], *m.HolderIdentity)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top