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