List<String> typeWithoutName(String type) { return [ 'kubectl', 'get', type, '-o', 'custom-columns=:.metadata.name', ]; }