Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 506 for defaulted (0.16 sec)

  1. pkg/apis/authorization/types.go

    	metav1.TypeMeta
    	metav1.ObjectMeta
    
    	// Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace
    	// you made the request against.  If empty, it is defaulted.
    	Spec SubjectAccessReviewSpec
    
    	// Status is filled in by the server and indicates whether the request is allowed or not
    	Status SubjectAccessReviewStatus
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 08:53:21 UTC 2019
    - 10K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation.go

    		if options.Force != nil {
    			allErrs = append(allErrs, field.Forbidden(field.NewPath("force"), "may not be specified for non-apply patch"))
    		}
    	} else {
    		if options.FieldManager == "" {
    			// This field is defaulted to "kubectl" by kubectl, but HAS TO be explicitly set by controllers.
    			allErrs = append(allErrs, field.Required(field.NewPath("fieldManager"), "is required for apply patch"))
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 01:52:02 UTC 2022
    - 13.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/authorization/v1/types_swagger_doc_generated.go

    	"spec":     "Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace you made the request against.  If empty, it is defaulted.",
    	"status":   "Status is filled in by the server and indicates whether the request is allowed or not",
    }
    
    func (LocalSubjectAccessReview) SwaggerDoc() map[string]string {
    	return map_LocalSubjectAccessReview
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/index_test.go

    			vol:             createTestVolOrderedIndex(createVolumeModeFilesystemTestVolume()),
    			pvc:             makeVolumeModePVC("8G", &filesystemMode, nil),
    		},
    		"pvc mode is nil and defaulted and pv mode is nil and defaulted": {
    			isExpectedMatch: true,
    			vol:             createTestVolOrderedIndex(createVolumeModeFilesystemTestVolume()),
    			pvc:             makeVolumeModePVC("8G", &filesystemMode, nil),
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 44K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/authorization/v1/generated.proto

      // Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace
      // you made the request against.  If empty, it is defaulted.
      optional SubjectAccessReviewSpec spec = 2;
    
      // Status is filled in by the server and indicates whether the request is allowed or not
      // +optional
      optional SubjectAccessReviewStatus status = 3;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authorization/v1beta1/generated.proto

      // Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace
      // you made the request against.  If empty, it is defaulted.
      optional SubjectAccessReviewSpec spec = 2;
    
      // Status is filled in by the server and indicates whether the request is allowed or not
      // +optional
      optional SubjectAccessReviewStatus status = 3;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. pkg/registry/flowcontrol/ensurer/flowschema_test.go

    			actual:      bootstrap.MandatoryFlowSchemaCatchAll,
    			specChanged: false,
    		},
    		{
    			name:        "defaulted flow-schemas should work",
    			expected:    fs1,
    			actual:      fs1Defaulted,
    			specChanged: false,
    		},
    		{
    			name:        "non-defaulted flow-schema has wrong spec",
    			expected:    fs1,
    			actual:      fs2,
    			specChanged: true,
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/authorization/v1beta1/types_swagger_doc_generated.go

    	"spec":     "Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace you made the request against.  If empty, it is defaulted.",
    	"status":   "Status is filled in by the server and indicates whether the request is allowed or not",
    }
    
    func (LocalSubjectAccessReview) SwaggerDoc() map[string]string {
    	return map_LocalSubjectAccessReview
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. cmd/kube-apiserver/app/options/validation.go

    	return errs
    }
    
    func validatePublicIPServiceClusterIPRangeIPFamilies(extra Extra, generic genericoptions.ServerRunOptions) []error {
    	// The "kubernetes.default" Service is SingleStack based on the configured ServiceIPRange.
    	// If the bootstrap controller reconcile the kubernetes.default Service and Endpoints, it must
    	// guarantee that the Service ClusterIPRepairConfig and the associated Endpoints have the same IP family, or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

      // Spec holds information about the request being evaluated.  spec.namespace must be equal to the namespace
      // you made the request against.  If empty, it is defaulted.
      optional SubjectAccessReviewSpec spec = 2;
    
      // Status is filled in by the server and indicates whether the request is allowed or not
      // +optional
      optional SubjectAccessReviewStatus status = 3;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top