Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for ConfigMapProjection (0.43 sec)

  1. pkg/apis/core/types.go

    	// +optional
    	DefaultMode *int32
    	// Specify whether the ConfigMap or its keys must be defined
    	// +optional
    	Optional *bool
    }
    
    // ConfigMapProjection adapts a ConfigMap into a projected volume.
    //
    // The contents of the target ConfigMap's Data field will be presented in a
    // projected volume as files using the keys in the Data field as the file names,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            }
          },
          "required": [
            "namespace",
            "name",
            "kubeletConfigKey"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

    // unless the items element is populated with specific mappings of keys to paths.
    // Note that this is identical to a configmap volume source without the default
    // mode.
    message ConfigMapProjection {
      optional LocalObjectReference localObjectReference = 1;
    
      // items if unspecified, each key-value pair in the Data field of the referenced
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.proto

    // unless the items element is populated with specific mappings of keys to paths.
    // Note that this is identical to a configmap volume source without the default
    // mode.
    message ConfigMapProjection {
      optional LocalObjectReference localObjectReference = 1;
    
      // items if unspecified, each key-value pair in the Data field of the referenced
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    // unless the items element is populated with specific mappings of keys to paths.
    // Note that this is identical to a configmap volume source without the default
    // mode.
    type ConfigMapProjection struct {
    	LocalObjectReference `json:",inline" protobuf:"bytes,1,opt,name=localObjectReference"`
    	// items if unspecified, each key-value pair in the Data field of the referenced
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

              }
            },
            "required": [
              "key"
            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"optional": "optional specify whether the ConfigMap or its keys must be defined",
    }
    
    func (ConfigMapProjection) SwaggerDoc() map[string]string {
    	return map_ConfigMapProjection
    }
    
    var map_ConfigMapVolumeSource = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__apps__v1_openapi.json

              }
            },
            "required": [
              "key"
            ],
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.ConfigMapNodeConfigSource":                                                          schema_k8sio_api_core_v1_ConfigMapNodeConfigSource(ref),
    		"k8s.io/api/core/v1.ConfigMapProjection":                                                                schema_k8sio_api_core_v1_ConfigMapProjection(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "required": [
              "namespace",
              "name",
              "kubeletConfigKey"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.ConfigMapProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top