Sha256: 059bd66b13d3d6b48fd5cd5964b9d8b4b1f510e7515729f69f11900f7a8976a9

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

# PulpContainerClient::ContainerContainerPushRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**manifest_signing_service** | **String** | A reference to an associated signing service. | [optional] 
**name** | **String** | A unique name for this repository. | 
**pulp_labels** | [**Object**](.md) |  | [optional] 

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::ContainerContainerPushRepository.new(description: null,
                                 retain_repo_versions: null,
                                 manifest_signing_service: null,
                                 name: null,
                                 pulp_labels: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.11.1 docs/ContainerContainerPushRepository.md