// With the explicit --wait flag we need extra validation for backward compatibility
returnfmt.Errorf("--grace-period=0 must have either --force specified, or --wait to be set to true")
}
switch{
caseo.GracePeriod==0&&o.ForceDeletion:
fmt.Fprintf(o.ErrOut,"warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.\n")