Sha256: d0095b6d00a12b324720e174be8612c23802b2b2f0855f31a7df7630e3af8760
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# PulpContainerClient::PatchedcontainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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] **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | [optional] **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(description: null, retain_repo_versions: null, pulp_labels: null, name: null, manifest_signing_service: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.14.0 | docs/PatchedcontainerContainerPushRepository.md |