Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prependTo (0.17 sec)

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

      // List of endpoints.
      repeated Endpoints items = 2;
    }
    
    // EnvFromSource represents the source of a set of ConfigMaps
    message EnvFromSource {
      // An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
      // +optional
      optional string prefix = 1;
    
      // The ConfigMap to select from
      // +optional
      optional ConfigMapEnvSource configMapRef = 2;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top