Sha256: 771332dd62452fc2e07ab06aadac3260c8fa70f8a39cd8da3dbe9dae63584cd3
Contents?: true
Size: 1.08 KB
Versions: 48
Compression:
Stored size: 1.08 KB
Contents
# PulpContainerClient::ContainerContainerRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [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. | [optional] **remote** | **String** | An optional remote to use by default when syncing. | [optional] **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerRepository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null, manifest_signing_service: null) ```
Version data entries
48 entries across 48 versions & 1 rubygems