Documentation ¶
Index ¶
- Constants
- func GetCertDir() string
- func GetCertWriter() string
- func GetHost() string
- func GetNamespace() string
- func GetSecretName() string
- func GetServiceName() string
- func GetWebHookPort() int
- func IsWebhookDisabled(name string, webhooks []string) bool
- func RegisterWebhook(mgr ctrl.Manager, obj runtime.Object, webhook interface{}) (string, string, error)
- func SetNamespace(ns string)
Constants ¶
View Source
const ( MutatingWebhookConfigurationName = "yurt-manager-mutating-webhook-configuration" ValidatingWebhookConfigurationName = "yurt-manager-validating-webhook-configuration" )
Variables ¶
This section is empty.
Functions ¶
func GetCertDir ¶
func GetCertDir() string
func GetCertWriter ¶
func GetCertWriter() string
func GetNamespace ¶
func GetNamespace() string
func GetSecretName ¶
func GetSecretName() string
func GetServiceName ¶
func GetServiceName() string
func GetWebHookPort ¶
func GetWebHookPort() int
func IsWebhookDisabled ¶
IsWebhookDisabled check if a specified webhook disabled or not.
func RegisterWebhook ¶ added in v1.5.0
func SetNamespace ¶
func SetNamespace(ns string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.