Method: PulpContainerClient::ContainerRepositorySyncURL#mirror
- Defined in:
- lib/pulp_container_client/models/container_repository_sync_url.rb
#mirror ⇒ Object
If “True“, synchronization will remove all content that is not present in the remote repository. If “False“, sync will be additive only.
23 24 25 |
# File 'lib/pulp_container_client/models/container_repository_sync_url.rb', line 23 def mirror @mirror end |