Sha256: a65819484bd513f60a6060bc1e3cb072be300f7964c19110a7b8aef87a2ac506
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. | **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] **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPushRepository.new(pulp_labels: null, name: null, manifest_signing_service: null, retain_repo_versions: null, description: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.14.5 | docs/ContainerContainerPushRepository.md |