Sha256: 0d236516a3181d67191b671eec77dd5f6dc7bb1418311a4648b39456b5e7d7b6
Contents?: true
Size: 978 Bytes
Versions: 3
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] **manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] **pulp_labels** | **Hash<String, String>** | | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null, manifest_signing_service: null, name: null, description: null, pulp_labels: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems