Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for updatedAnnotations (0.55 sec)

  1. pkg/kubelet/config/config.go

    	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) {
    	annotations := make(map[string]string, len(ref.Annotations)+len(localAnnotations))
    	for k, v := range ref.Annotations {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Required: This must match the Name of a deployment.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"updatedAnnotations": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The annotations to be updated to a deployment",
    							Type:        []string{"object"},
    							AdditionalProperties: &spec.SchemaOrBool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top