Sha256: 8c47f79c78f093b2d0c000042dbb22f533011dc6a6f5a401ac8a30f23e7f037c
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# PulpContainerClient::PatchedcontainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name for this repository. | [optional] **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null, name: null, manifest_signing_service: null, retain_repo_versions: null, description: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.14.5 | docs/PatchedcontainerContainerPushRepository.md |