Sha256: b288d550f84ec0b37a3ebd4275724910d9e40e751f3619956344ff95a97ea574
Contents?: true
Size: 1001 Bytes
Versions: 34
Compression:
Stored size: 1001 Bytes
Contents
# PulpContainerClient::ContainerContainerRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | **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] **remote** | **String** | An optional remote to use by default when syncing. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerRepository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems