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