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