Sha256: c0b881a1e83c15ce54de308abc0f929b26043909fbaed3394b48ab327a6432ec
Contents?: true
Size: 896 Bytes
Versions: 2
Compression:
Stored size: 896 Bytes
Contents
# PulpContainerClient::PatchedcontainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **description** | **String** | An optional description. | [optional] **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] **name** | **String** | A unique name for this repository. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(pulp_labels: null, description: null, retain_repo_versions: null, name: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.10.5 | docs/PatchedcontainerContainerPushRepository.md |
pulp_container_client-2.10.4 | docs/PatchedcontainerContainerPushRepository.md |