Documentation ¶
Index ¶
- Constants
- func GetConfig() *rest.Config
- func GetHostAddress() (string, error)
- func GetKubeClient() *kubernetes.Clientset
- func GetKubeClusterDomain() (string, error)
- func ParseEnvString(envStr string) []corev1.EnvVar
- func StringSliceContains(needle string, haystack []string) bool
- func ToISO8601DateTimeString(dateTime time.Time) string
Constants ¶
View Source
const (
// DefaultKubeClusterDomain is the default value of KubeClusterDomain.
DefaultKubeClusterDomain = "cluster.local"
)
View Source
const (
// HostIPEnvVar is the environment variable to override host's chosen IP address.
HostIPEnvVar = "DAPR_HOST_IP"
)
Variables ¶
This section is empty.
Functions ¶
func GetHostAddress ¶ added in v0.8.0
GetHostAddress selects a valid outbound IP address for the host.
func GetKubeClient ¶
func GetKubeClient() *kubernetes.Clientset
GetKubeClient gets a kubernetes client.
func GetKubeClusterDomain ¶ added in v1.3.0
GetKubeClusterDomain search KubeClusterDomain value from /etc/resolv.conf file.
func ParseEnvString ¶ added in v1.1.0
add env-vars from annotations.
func StringSliceContains ¶ added in v1.1.0
StringSliceContains return true if an array containe the "str" string.
func ToISO8601DateTimeString ¶ added in v0.5.0
ToISO8601DateTimeString converts dateTime to ISO8601 Format ISO8601 Format: 2020-01-01T01:01:01.10101Z.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.