Sha256: 6d55bbd9a1531eb62bd05320403171ffb50c37bf578478ca9d289b32fe9aac03
Contents?: true
Size: 753 Bytes
Versions: 67
Compression:
Stored size: 753 Bytes
Contents
# PulpContainerClient::RepositorySign ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **manifest_signing_service** | **String** | A signing service to sign with. This will override a signing service set on the repo. | [optional] **future_base_path** | **String** | Future base path content will be distributed at for sync repos | [optional] **tags_list** | [**Array<AnyType>**](AnyType.md) | A list of tags to sign. | [optional] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::RepositorySign.new(manifest_signing_service: null, future_base_path: null, tags_list: null) ```
Version data entries
67 entries across 67 versions & 1 rubygems