Delete an application from a Kubernetes cluster. If any of the
application resources do not exist in the cluster, they are
ignored. In other words, it is not an error to try to delete
something that does not exist. If a sync repo is configured, the
corresponding resource specs are deleted from the sync repo.
Safely remove all resources related to a Kubernetes application.
If the SDM configuration says this packs commands should be added,
i.e., sdm.configuration.sdm.k8s.options.addCommands is true,
the command will have the intent kube undeploy SDM_NAME.
Otherwise the command will be registered without an intent.
Delete an application from a Kubernetes cluster. If any of the application resources do not exist in the cluster, they are ignored. In other words, it is not an error to try to delete something that does not exist. If a sync repo is configured, the corresponding resource specs are deleted from the sync repo.