Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 147 of 147 for resourceClaimName (0.66 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    //
    // Exactly one of these fields should be set.  Consumers of this type must
    // treat an empty object as if it has an unknown value.
    message ClaimSource {
      // ResourceClaimName is the name of a ResourceClaim object in the same
      // namespace as this pod.
      optional string resourceClaimName = 1;
    
      // ResourceClaimTemplateName is the name of a ResourceClaimTemplate
      // object in the same namespace as this pod.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "properties": {
              "resourceClaimName": {
                "description": "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
                "type": "string"
              },
              "resourceClaimTemplateName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "resourceClaimName": {
                "description": "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
                "type": "string"
              },
              "resourceClaimTemplateName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

            "properties": {
              "resourceClaimName": {
                "description": "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
                "type": "string"
              },
              "resourceClaimTemplateName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "resourceClaimName": {
              "description": "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
              "type": "string"
            },
            "resourceClaimTemplateName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"resourceClaimName": {
    						SchemaProps: spec.SchemaProps{
    							Description: "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

          "properties": {
            "resourceClaimName": {
              "description": "ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.",
              "type": "string"
            },
            "resourceClaimTemplateName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top