Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for annotationsValue (1.68 sec)

  1. pkg/apis/core/validation/validation.go

    		}
    
    	case core.SeccompProfileTypeRuntimeDefault:
    		if annotationValue != v1.SeccompProfileRuntimeDefault && annotationValue != v1.DeprecatedSeccompProfileDockerDefault {
    			return field.Forbidden(fldPath.Child("type"), "seccomp type in annotation and field must match")
    		}
    
    	case core.SeccompProfileTypeLocalhost:
    		if !strings.HasPrefix(annotationValue, v1.SeccompLocalhostProfileNamePrefix) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top