Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ExtractLease (0.21 sec)

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

    	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) {
    	return extractLease(lease, fieldManager, "status")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/coordination/v1/lease.go

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