Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for secretKey (0.07 sec)

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

      // +optional
      optional string secretFile = 4;
    
      // secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty.
      // More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
      // +optional
      optional SecretReference secretRef = 5;
    
      // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - `CSINodeExpandSecret` feature has been promoted to `GA` in this release and is enabled
      by default. The CSI drivers can make use of the `secretRef` values passed in `NodeExpansion`
      request optionally sent by the CSI Client from this release onwards. ([#121303](https://github.com/kubernetes/kubernetes/pull/121303), [@humblec](https://github.com/humblec))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.7.md

        * validate the name of the ConfigMap in a ConfigMapRef
        * validate the name of the Secret in a SecretRef
    
      * Fix the bug where StartedAt time is not reported for exited containers. ([#45977](https://github.com/kubernetes/kubernetes/pull/45977), [@yujuhong](https://github.com/yujuhong))
    
    * Changes/deprecations
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (1)
Back to top