Back to index
Summary
Modifies an existing cluster configuration object for a microservice application.projectNameStringrequiredThe name for the project that must be unique among all projects. clusterNameStringrequiredThe name of the cluster. definitionParameterArrayoptionalCluster definition parameter. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. environmentNameStringoptionalName of the environment which owns this cluster. newNameStringoptionalNew name for an existing object that is being renamed. pluginConfigurationNameStringoptionalName of the plugin configuration. pluginKeyStringoptionalName of the plugin key. pluginProjectNameStringoptionalPlugin project name. providerClusterNameStringoptionalName of the cluster on the provider platform. providerProjectNameStringoptionalName of the project on the provider platform. provisionParameterArrayoptionalProvision parameter. provisionProcedureStringoptionalProvision procedure name. |
Usage
Perl
$cmdr->modifyCluster( "test-projectName", # projectName "test-clusterName" # clusterName # optionals );
ectool
ectool modifyCluster \ "test-projectName" `# projectName` \ "test-clusterName" `# clusterName` \ # optionals