Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for forbidden (0.17 sec)

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

    			allErrs = append(allErrs, field.Forbidden(field.NewPath("spec", "volumeAttributesClassName"), "update is forbidden when the VolumeAttributesClass feature gate is disabled"))
    		}
    		if opts.EnableVolumeAttributesClass {
    			if oldPv.Spec.VolumeAttributesClassName != nil && newPv.Spec.VolumeAttributesClassName == nil {
    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/pkg/apis/apiextensions/validation/validation_test.go

    				},
    			},
    			errors: []validationMatch{
    				forbidden("spec", "validation", "openAPIV3Schema", "properties[a]", "not", "default"),
    				forbidden("spec", "validation", "openAPIV3Schema", "properties[a]", "allOf[0]", "default"),
    				forbidden("spec", "validation", "openAPIV3Schema", "properties[a]", "anyOf[0]", "default"),
    				forbidden("spec", "validation", "openAPIV3Schema", "properties[a]", "oneOf[0]", "default"),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	Name string
    
    	// UID is the metadata.UID of the referenced ConfigMap.
    	// This field is forbidden in Node.Spec, and required in Node.Status.
    	// +optional
    	UID types.UID
    
    	// ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
    	// This field is forbidden in Node.Spec, and required in Node.Status.
    	// +optional
    	ResourceVersion string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"uid":              "UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
    	"resourceVersion":  "ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// UID is the metadata.UID of the referenced ConfigMap.
    	// This field is forbidden in Node.Spec, and required in Node.Status.
    	// +optional
    	UID types.UID `json:"uid,omitempty" protobuf:"bytes,3,opt,name=uid"`
    
    	// ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
    	// This field is forbidden in Node.Spec, and required in Node.Status.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      optional string name = 2;
    
      // UID is the metadata.UID of the referenced ConfigMap.
      // This field is forbidden in Node.Spec, and required in Node.Status.
      // +optional
      optional string uid = 3;
    
      // ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
      // This field is forbidden in Node.Spec, and required in Node.Status.
      // +optional
      optional string resourceVersion = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      optional string name = 2;
    
      // UID is the metadata.UID of the referenced ConfigMap.
      // This field is forbidden in Node.Spec, and required in Node.Status.
      // +optional
      optional string uid = 3;
    
      // ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
      // This field is forbidden in Node.Spec, and required in Node.Status.
      // +optional
      optional string resourceVersion = 4;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    * Fix user visible files creation for windows ([#62375](https://github.com/kubernetes/kubernetes/pull/62375), [@feiskyer](https://github.com/feiskyer))
    * Resolves forbidden error when the `daemon-set-controller` cluster role access `controllerrevisions` resources. ([#62146](https://github.com/kubernetes/kubernetes/pull/62146), [@frodenas](https://github.com/frodenas))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"x-kubernetes-embedded-resource": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top