Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewTimestamp (0.15 sec)

  1. pkg/kubelet/config/config.go

    func recordFirstSeenTime(pod *v1.Pod) {
    	klog.V(4).InfoS("Receiving a new pod", "pod", klog.KObj(pod))
    	pod.Annotations[kubetypes.ConfigFirstSeenAnnotationKey] = kubetypes.NewTimestamp().GetString()
    }
    
    // updateAnnotations returns an Annotation map containing the api annotation map plus
    // locally managed annotations
    func updateAnnotations(existing, ref *v1.Pod) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top