Sha256: 1f4bbc8fd2fbdec1f2adcd79279ee88fa23ecf0df84e32a365341d73168dd3eb
Contents?: true
Size: 639 Bytes
Versions: 1
Compression:
Stored size: 639 Bytes
Contents
# Zilla::IoK8sApiCoreV1EnvFromSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config_map_ref** | [**IoK8sApiCoreV1ConfigMapEnvSource**](IoK8sApiCoreV1ConfigMapEnvSource.md) | | [optional] | | **prefix** | **String** | An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. | [optional] | | **secret_ref** | [**IoK8sApiCoreV1SecretEnvSource**](IoK8sApiCoreV1SecretEnvSource.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1EnvFromSource.new( config_map_ref: null, prefix: null, secret_ref: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1EnvFromSource.md |