Stan Lagun e9a04c4db0 Fixes replication controller deletion
KubernetesCluster method to delete RC was using incorrect
property and there was a typo in execution plan making it
fail on validation

Also renames destroy* methods to delete* methods to match
Kubernetes terms

Change-Id: I2ff71679deeb5ad3692fcc1a5fcfed8fa0e8d94f
Closes-Bug: #1443857
2015-04-15 03:15:58 +03:00

21 lines
344 B
Plaintext

FormatVersion: 2.0.0
Version: 1.0.0
Name: Delete Service
Parameters:
serviceId: $serviceId
Body: |
return deleteService('{0}'.format(args.serviceId)).stdout
Scripts:
deleteService:
Type: Application
Version: 1.0.0
EntryPoint: deleteService.sh
Files: []
Options:
captureStdout: true
captureStderr: true