Back to index
Summary
Modifies an existing microservice.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. microserviceNameStringrequiredThe name of the microservice. definitionSourceStringoptionalEnum representing the source of the microservice definition. Possible values: "git" , "helm_repository" , "yaml_content" definitionSourceParameterArrayoptionalParameters to resolve the source of the artifact representing the microservice definition. definitionTypeStringoptionalMicroservice definition type. Possible values: "helm" , "yaml" deployParameterArrayoptionalParameters to supply to deploy procedure of microservice definition type provider. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. newNameStringoptionalThe new name for an existing object that is being renamed. rollbackParameterArrayoptionalParameters to store microservice definition rollback parameters. |
Usage
Perl
$cmdr->modifyMicroservice( "test-projectName", # projectName "test-applicationName", # applicationName "test-microserviceName" # microserviceName # optionals );
ectool
ectool modifyMicroservice \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ "test-microserviceName" `# microserviceName` \ # optionals