Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/admission/interfaces.go

    	// equal to Metadata.
    	AddAnnotation(key, value string) error
    
    	// AddAnnotationWithLevel sets annotation according to key-value pair with additional intended audit level.
    	// An Annotation gets logged into audit event if the request's audit level is greater or equal to the
    	// intended audit level.
    	AddAnnotationWithLevel(key, value string, level auditinternal.Level) error
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 28 14:03:18 UTC 2021
    - 8K bytes
    - Viewed (0)
Back to top