Sha256: 9c448e71d1790980b3cb6cc6063444d933ada65847f586b8668481d4275566f8
Contents?: true
Size: 1003 Bytes
Versions: 1
Compression:
Stored size: 1003 Bytes
Contents
# PulpContainerClient::PatchedcontainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] **pulp_labels** | **Hash<String, String>** | | [optional] **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] **name** | **String** | A unique name for this repository. | [optional] **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerPushRepository.new(retain_repo_versions: null, pulp_labels: null, manifest_signing_service: null, name: null, description: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.15.2 | docs/PatchedcontainerContainerPushRepository.md |