Sha256: 1a05faa30f66f2f5efd673dd696fbc73973525cbc289945ea1b97df4129ce001
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
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. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional] **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | [optional] **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null, manifest_signing_service: null, pulp_labels: null, name: null, description: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.13.2 | docs/PatchedcontainerContainerPushRepository.md |
pulp_container_client-2.13.1 | docs/PatchedcontainerContainerPushRepository.md |