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