Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for sresource (0.54 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			// duplicate defaulting behaviour
    			if tc.resource.Spec.Conversion != nil && tc.resource.Spec.Conversion.Strategy == apiextensions.WebhookConverter && len(tc.resource.Spec.Conversion.ConversionReviewVersions) == 0 {
    				tc.resource.Spec.Conversion.ConversionReviewVersions = []string{"v1beta1"}
    			}
    			ctx := context.TODO()
    			errs := ValidateCustomResourceDefinition(ctx, tc.resource)
    			seenErrs := make([]bool, len(errs))
    
    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. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "properties": {
              "resource": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.TypedLocalObjectReference"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "description": "group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // Default resource requirement limit value by resource name if resource limit is omitted.
      // +optional
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;
    
      // DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
      // +optional
      map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "x-kubernetes-list-type": "atomic"
              },
              "resources": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "description": "group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    type LimitRangeItem struct {
    	// Type of resource that this limit applies to
    	// +optional
    	Type LimitType
    	// Max usage constraints on this kind by resource name
    	// +optional
    	Max ResourceList
    	// Min usage constraints on this kind by resource name
    	// +optional
    	Min ResourceList
    	// Default resource requirement limit value by resource name.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // Default resource requirement limit value by resource name if resource limit is omitted.
      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;
    
      // DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> defaultRequest = 5;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"type":                 "Type of resource that this limit applies to.",
    	"max":                  "Max usage constraints on this kind by resource name.",
    	"min":                  "Min usage constraints on this kind by resource name.",
    	"default":              "Default resource requirement limit value by resource name if resource limit is omitted.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top