Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RegisterProvider ¶
Types ¶
type EnvIdentOption ¶ added in v0.6.0
type EnvIdentOption func(*EnvIdentOptions)
func WithVariableName ¶ added in v0.6.0
func WithVariableName(name string) EnvIdentOption
type EnvIdentOptions ¶ added in v0.6.0
type EnvIdentOptions struct {
// contains filtered or unexported fields
}
type KubernetesIdentOption ¶
type KubernetesIdentOption func(*KubernetesIdentOptions)
func WithRestConfig ¶
func WithRestConfig(rc *rest.Config) KubernetesIdentOption
type KubernetesIdentOptions ¶
type KubernetesIdentOptions struct {
// contains filtered or unexported fields
}
type NamedProvider ¶
func GetProvider ¶
func GetProvider(name string) (NamedProvider, error)
type Provider ¶
func NewEnvProvider ¶ added in v0.6.0
func NewEnvProvider(opts ...EnvIdentOption) Provider
func NewKubernetesProvider ¶
func NewKubernetesProvider(opts ...KubernetesIdentOption) Provider
Click to show internal directories.
Click to hide internal directories.