Sha256: 794af329ac3ef32c23d569c9601eb98ceab0da6d9b0fc73b406ea6ff50847e5a
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
# PulpContainerClient::ContainerContainerPushRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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] **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPushRepository.new(retain_repo_versions: null, pulp_labels: null, name: null, description: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.9.1 | docs/ContainerContainerPushRepository.md |