Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for configmaps (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    ### Immutable Secrets and ConfigMaps (beta)
    
    Secret and ConfigMap volumes can be marked as immutable, which significantly reduces load on the API server if there are many Secret and ConfigMap volumes in the cluster.
    See [ConfigMap](https://kubernetes.io/docs/concepts/configuration/configmap/) and [Secret](https://kubernetes.io/docs/concepts/configuration/secret/) for more information.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

              {{- if eq .Values.global.pilotCertProvider "istiod" }}
              - name: istiod-ca-cert
                configMap:
                  name: istio-ca-root-cert
              {{- end }}
              {{- if eq .Values.global.pilotCertProvider "kubernetes" }}
              - name: kube-ca-cert
                configMap:
                  name: kube-root-ca.crt
              {{- end }}
              {{- if .Values.global.mountMtlsCerts }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "optional": {
                "description": "optional specify whether the ConfigMap or its keys must be defined",
                "type": "boolean"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.ConfigMapVolumeSource": {
    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. pkg/apis/core/validation/validation_test.go

    		name   string
    		newCfg core.ConfigMap
    		oldCfg core.ConfigMap
    		valid  bool
    	}{{
    		name:   "valid",
    		newCfg: configMap,
    		oldCfg: configMap,
    		valid:  true,
    	}, {
    		name:   "invalid",
    		newCfg: noVersion,
    		oldCfg: configMap,
    		valid:  false,
    	}, {
    		name:   "mark configmap immutable",
    		oldCfg: configMap,
    		newCfg: immutableConfigMap,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                          A single CACertificateRef to a Kubernetes ConfigMap kind has "Core" support.
                          Implementations MAY choose to support attaching multiple certificates to
                          a backend, but this behavior is implementation-specific.
    
    
                          Support: Core - An optional single reference to a Kubernetes ConfigMap,
                          with the CA certificate in a key named `ca.crt`.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              },
              "kind": {
                "default": "",
                "description": "Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example \"ConfigMap\".",
                "type": "string"
              },
              "name": {
                "default": "",
                "description": "Name is the name of resource being referenced.",
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top