Sha256: ef0b983709f9fcd30bb2bdeab40759d5bce13a9e996d2e0adbca615fcfa0123f
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Zilla::IoK8sApiCoreV1SecretProjection ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<IoK8sApiCoreV1KeyToPath>**](IoK8sApiCoreV1KeyToPath.md) | items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. | [optional] | | **name** | **String** | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | [optional] | | **optional** | **Boolean** | optional field specify whether the Secret or its key must be defined | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1SecretProjection.new( items: null, name: null, optional: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1SecretProjection.md |