Sha256: d0e4bfd214c8645f2056404d46b27521ab0cb8504223695bd068079f7ace9646
Contents?: true
Size: 978 Bytes
Versions: 1
Compression:
Stored size: 978 Bytes
Contents
# PulpContainerClient::ContainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [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::ContainerContainerPushRepository.new(pulp_labels: null, name: null, description: 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.16.5 | docs/ContainerContainerPushRepository.md |