ApiGenerateCleanupDockerArgs

Properties

Name Type Description Notes
remote_repo_url str The url of the remote repository where the private cloud artifacts manifest is hosted [optional]
docker_registry str Optional. The url of the Docker Registry from which images will be cleaned up [optional]
control_plane_uuid str Optional. The uuid of the control plane, if cleaning up docker images for an upgrade [optional]
old_manifest_content str Optional. The old manifest.json content from the currently installed version. If controlPlaneUuid is provided, this will be automatically fetched from the database. [optional]
new_manifest_content str The new manifest.json content from the version being upgraded to. Required for delta-based cleanup to determine which images are no longer needed. [optional]
selected_features str Optional. The name of the feature(s) in a comma separated list that container images are associated with. When it is null, cleanup all the images from manifest. [optional]
selected_features_only bool Optional. If true, then only images that belong to the selected features will be processed. If false, then images that don't belong to any features will also be processed in addition to the ones that belong to the selected features.

[Back to Model list] [Back to API list] [Back to README]