Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coordinationv1beta1 (0.14 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/coordination/v1beta1/lease.go

    // Experimental!
    func ExtractLease(lease *coordinationv1beta1.Lease, fieldManager string) (*LeaseApplyConfiguration, error) {
    	return extractLease(lease, fieldManager, "")
    }
    
    // ExtractLeaseStatus is the same as ExtractLease except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractLeaseStatus(lease *coordinationv1beta1.Lease, fieldManager string) (*LeaseApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.4K bytes
    - Viewed (0)
Back to top