Sha256: b86937ef57ce0c865e605be18e0a1532482e61ec3d337e10cbf0c0db4d1f6f8b
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 Bytes
Contents
# Zilla::IoK8sApiCoreV1SecretKeySelector ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **key** | **String** | The key of the secret to select from. Must be a valid secret key. | | | **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 Secret or its key must be defined | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1SecretKeySelector.new( key: null, name: null, optional: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1SecretKeySelector.md |