Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for annotationsValue (0.17 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)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                              - Passthrough
                              type: string
                            options:
                              additionalProperties:
                                description: AnnotationValue is the value of an annotation
                                  in Gateway API. This is used for validation of maps
                                  such as TLS options. This roughly matches Kubernetes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
Back to top