"spec":"Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
}
func(Lease)SwaggerDoc()map[string]string{
returnmap_Lease
}
varmap_LeaseList=map[string]string{
"":"LeaseList is a list of Lease objects.",
"metadata":"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"items":"Items is a list of schema objects.",
}
func(LeaseList)SwaggerDoc()map[string]string{
returnmap_LeaseList
}
varmap_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.",
"renewTime":"renewTime is a time when the current holder of a lease has last updated the lease.",
"leaseTransitions":"leaseTransitions is the number of transitions of a lease between holders.",