Sha256: a60ca36724abc5e65f83e2def7f1c0266e73b92658fe8887ff24a5f5a23b502f
Contents?: true
Size: 1.17 KB
Versions: 15
Compression:
Stored size: 1.17 KB
Contents
# PulpContainerClient::PatchedcontainerContainerRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | [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] **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::PatchedcontainerContainerRepository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null, manifest_signing_service: null) ```
Version data entries
15 entries across 15 versions & 1 rubygems