Skip to content

Instantly share code, notes, and snippets.

View wscheep's full-sized avatar

Wout Scheepers wscheep

View GitHub Profile
@wscheep
wscheep / expand.go
Created December 17, 2021 10:01
Filter fn to modify kustomize structure
package main
import (
"fmt"
"ghe.spotify.net/datainfra/gabito-functions/pkg/types"
as "github.com/GoogleContainerTools/kpt-functions-catalog/functions/go/apply-setters/applysetters"
"path/filepath"
"sigs.k8s.io/kustomize/kyaml/kio/kioutil"
kyaml "sigs.k8s.io/kustomize/kyaml/yaml"
"strings"
@wscheep
wscheep / ElasticsearchIO.java
Created July 27, 2018 12:18
ElasticsearchIO with 'delete' action
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
@wscheep
wscheep / ElasticsearchIO.java
Created July 27, 2018 12:17
ElasticsearchIO with 'delete' action
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0