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