Sha256: bd0b057b844a6d11bf4085c876e1f6a82dd9e9b968883ada1a71b4257a8899f0
Contents?: true
Size: 978 Bytes
Versions: 1
Compression:
Stored size: 978 Bytes
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. | [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.13 | docs/ContainerContainerPushRepository.md |