https://github.com/cilium/cilium
Raw File
Tip revision: 380b9f24e6271a826287e39ccf33f176f8b09210 authored by Tom Hadlaw on 21 March 2024, 23:36:25 UTC
.github: eks: switch from ca-west-1 to ca-central-1 for 1.24 tuple.
Tip revision: 380b9f2
main.go
// SPDX-License-Identifier: Apache-2.0
// Copyright Authors of Cilium

package main

import "github.com/cilium/cilium/operator/cmd"

func main() {
	cmd.Execute()
}
back to top