Sha256: d6d53540bff22b7399b74ff43073da473be34fca3d27c66e62dcd783d7dcff2b
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 Bytes
Contents
# Zilla::IoK8sApiCoreV1SecretReference ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | name is unique within a namespace to reference a secret resource. | [optional] | | **namespace** | **String** | namespace defines the space within which the secret name must be unique. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1SecretReference.new( name: null, namespace: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1SecretReference.md |