
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
21 lines
372 B
Plaintext
21 lines
372 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Delete Replication Controller
|
|
|
|
Parameters:
|
|
rcId: $rcId
|
|
|
|
Body: |
|
|
return deleteReplicationController(args.rcId).stdout
|
|
|
|
Scripts:
|
|
deleteReplicationController:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: deleteReplicationController.sh
|
|
Files: []
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: true
|
|
|