Sha256: 794976651b18709f7fcdba046b1254386745028986b917ce29d5bf3a898207f4
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 Bytes
Contents
# Zilla::IoK8sApiCoreV1EnvVarSource ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config_map_key_ref** | [**IoK8sApiCoreV1ConfigMapKeySelector**](IoK8sApiCoreV1ConfigMapKeySelector.md) | | [optional] | | **field_ref** | [**IoK8sApiCoreV1ObjectFieldSelector**](IoK8sApiCoreV1ObjectFieldSelector.md) | | [optional] | | **resource_field_ref** | [**IoK8sApiCoreV1ResourceFieldSelector**](IoK8sApiCoreV1ResourceFieldSelector.md) | | [optional] | | **secret_key_ref** | [**IoK8sApiCoreV1SecretKeySelector**](IoK8sApiCoreV1SecretKeySelector.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1EnvVarSource.new( config_map_key_ref: null, field_ref: null, resource_field_ref: null, secret_key_ref: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1EnvVarSource.md |