Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for configmaps (0.31 sec)

  1. api/openapi-spec/v3/api__v1_openapi.json

            "x-kubernetes-group-version-kind": {
              "group": "",
              "kind": "ConfigMap",
              "version": "v1"
            }
          }
        },
        "/api/v1/namespaces/{namespace}/configmaps/{name}": {
          "delete": {
            "description": "delete a ConfigMap",
            "operationId": "deleteCoreV1NamespacedConfigMap",
            "parameters": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          "description": "EnvFromSource represents the source of a set of ConfigMaps",
          "properties": {
            "configMapRef": {
              "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource",
              "description": "The ConfigMap to select from"
            },
            "prefix": {
              "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    			SchemaProps: spec.SchemaProps{
    				Description: "Adapts a ConfigMap into a projected volume.\n\nThe 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, 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:        []string{"object"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/generated.pb.go

    var xxx_messageInfo_ComponentStatusList proto.InternalMessageInfo
    
    func (m *ConfigMap) Reset()      { *m = ConfigMap{} }
    func (*ConfigMap) ProtoMessage() {}
    func (*ConfigMap) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{22}
    }
    func (m *ConfigMap) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ConfigMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    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