Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for sresource (0.28 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "description": "Resource is the type of resource being referenced, for example \"pods\".",
                "type": "string"
              },
              "uid": {
                "default": "",
                "description": "UID identifies exactly one incarnation of the resource.",
                "type": "string"
              }
            },
            "required": [
              "resource",
              "name",
              "uid"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			core.ResourceServices:                 resource.MustParse("0"),
    			core.ResourceReplicationControllers:   resource.MustParse("10"),
    			core.ResourceQuotas:                   resource.MustParse("10"),
    			core.ResourceConfigMaps:               resource.MustParse("10"),
    			core.ResourceSecrets:                  resource.MustParse("10"),
    			core.ResourceEphemeralStorage:         resource.MustParse("10000"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                          maxLength: 253
                          minLength: 1
                          type: string
                        sectionName:
                          description: |-
                            SectionName is the name of a section within the target resource. When
                            unspecified, this targetRef targets the entire resource. In the following
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__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: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      resources:
      - '*'
      verbs:
      - update
      - patch
    - apiGroups:
      - gateway.networking.k8s.io
      resources:
      - gatewayclasses
      verbs:
      - create
      - update
      - patch
      - delete
    - apiGroups:
      - ""
      resources:
      - secrets
      verbs:
      - get
      - watch
      - list
    - apiGroups:
      - multicluster.x-k8s.io
      resources:
      - serviceexports
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.transport.aws.s3.S3Resource> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (S3Resource.java:0)
    Class <org.gradle.internal.resource.transport.aws.s3.S3ResourceConnector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (S3ResourceConnector.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      group:
                        description: group is the group of the target resource.
                        maxLength: 253
                        pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        maxLength: 63
                        minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  8. manifests/charts/base/crds/crd-all.gen.yaml

                      group:
                        description: group is the group of the target resource.
                        maxLength: 253
                        pattern: ^$|^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
                        type: string
                      kind:
                        description: kind is kind of the target resource.
                        maxLength: 63
                        minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_DestroyResourceOp : TF_Op<"DestroyResourceOp", []> {
      let summary = "Deletes the resource specified by the handle.";
    
      let description = [{
    All subsequent operations using the resource will result in a NotFound
    error status.
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{handle to the resource to delete.}]>:$resource,
    
        DefaultValuedOptionalAttr<BoolAttr, "true">:$ignore_lookup_error
      );
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    and specified for [deprecated versions of custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#version-deprecation).
    
    ### Avoiding permanent beta
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top