mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-07-19 19:41:22 +02:00
Initial v1.0.0 commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package flect
|
||||
|
||||
type ruleFn func(string) string
|
||||
|
||||
type rule struct {
|
||||
suffix string
|
||||
fn ruleFn
|
||||
}
|
||||
|
||||
func noop(s string) string { return s }
|
||||
Reference in New Issue
Block a user