Sha256: 518d631c60cf22114b4f3d782ac0b51faa046b28d6a73b1775f54f358e38271b
Contents?: true
Size: 871 Bytes
Versions: 2
Compression:
Stored size: 871 Bytes
Contents
# PulpContainerClient::ContainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **description** | **String** | An optional description. | [optional] **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional] **name** | **String** | A unique name for this repository. | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPushRepository.new(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.10.5 | docs/ContainerContainerPushRepository.md |
pulp_container_client-2.10.4 | docs/ContainerContainerPushRepository.md |