Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildDeleteTagConfirmation (0.13 sec)

  1. istioctl/pkg/tag/tag.go

    			return fmt.Errorf("error while marshaling to YAML: %v", err)
    		}
    	}
    	fmt.Fprintln(w, string(out))
    	return nil
    }
    
    // buildDeleteTagConfirmation takes a list of webhooks and creates a message prompting confirmation for their deletion.
    func buildDeleteTagConfirmation(tag string, taggedNamespaces []string) string {
    	var sb strings.Builder
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Jul 22 15:40:30 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top