Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/dispatcher.go

    	span.AddEvent("Patch applied")
    	annotator.addPatchAnnotation(patchObj, result.PatchType)
    	attr.Dirty = true
    	attr.VersionedObject = newVersionedObject
    	o.GetObjectDefaulter().Default(attr.VersionedObject)
    	return changed, nil
    }
    
    type webhookAnnotator struct {
    	attr                    *admission.VersionedAttributes
    	failedOpenAnnotationKey string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top