ApiGenerateCleanupDockerArgs

Properties

Name Type Description Notes
remoteRepoUrl String The url of the remote repository where the private cloud artifacts manifest is hosted [optional]
dockerRegistry String Optional. The url of the Docker Registry from which images will be cleaned up [optional]
controlPlaneUuid String Optional. The uuid of the control plane, if cleaning up docker images for an upgrade [optional]
oldManifestContent String Optional. The old manifest.json content from the currently installed version. If controlPlaneUuid is provided, this will be automatically fetched from the database. [optional]
newManifestContent String 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]
selectedFeatures String 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]
selectedFeaturesOnly Boolean 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.