kubectl-az/main.go

11 строки
164 B
Go
Исходник Обычный вид История

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
package main
2023-04-20 12:16:57 +03:00
import "github.com/Azure/kubectl-aks/cmd"
func main() {
cmd.Execute()
}