Need guidance with Spinnaker API for deleting a Spinnaker pipeline

I am using Spinnaker to create a deployment of application on Kubernetes cluster. This is done using C# code, which already exists. Now, I want to create a delete manifest stage and use selector to delete multiple resources: https://www.spinnaker.io/reference/pipeline/stages/#delete-manifest

So, need the following:

Any references and snippets will be appreciated.

Upvotes: 1

Views: 1256

Answers (1)

Related Questions