Sha256: 8add8091dc44ca4cf44b11c81d0c13165a5e1cc34ac7aeea9aef578fd97741d4
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# PulpContainerClient::PatchedcontainerContainerDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **repository_version** | **String** | RepositoryVersion to be served | [optional] **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::PatchedcontainerContainerDistribution.new(repository: null, repository_version: null, base_path: null, name: null, content_guard: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.0.1 | docs/PatchedcontainerContainerDistribution.md |