Files
kamaji/internal/resources/constants.go
T
2022-05-26 10:16:02 +02:00

10 lines
169 B
Go

// Copyright 2022 Clastix Labs
// SPDX-License-Identifier: Apache-2.0
package resources
const (
kubeconfigAdminKeyName = "admin.conf"
defaultIngressPort = 443
)