Sha256: 23fa9a818335ff7909529f65b1e0ee45db6a92d10be150556bd7d84d0f54c64f
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
# Zilla::IoK8sApiCoreV1ConfigMapKeySelector ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **key** | **String** | The key to select. | | | **name** | **String** | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | [optional] | | **optional** | **Boolean** | Specify whether the ConfigMap or its key must be defined | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ConfigMapKeySelector.new( key: null, name: null, optional: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1ConfigMapKeySelector.md |