Files
k8s-docker-suite-app-murano/Kubernetes/KubernetesCluster/package/Resources/DeleteReplicationController.template

21 lines
372 B
Plaintext
Raw Normal View History

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