Documentation ¶
Overview ¶
Package crdconversion implements OSM's CRD conversion facility. The crd-converter webhook server intercepts crd get/list/create/update requests to apply the required conversion logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConversionWebhook ¶
func NewConversionWebhook(config Config, kubeClient kubernetes.Interface, crdClient apiclient.ApiextensionsV1Interface, certManager certificate.Manager, osmNamespace string, enableReconciler bool, stop <-chan struct{}) error
NewConversionWebhook starts a new web server handling requests from the CRD's
Types ¶
Source Files ¶
- config_meshconfig_conversion.go
- config_multiclusterservice_conversion.go
- crdconversion.go
- framework.go
- policy_egress_conversion.go
- policy_ingressbackends_conversion.go
- smi_httproutegroup_conversion.go
- smi_tcproutes_conversion.go
- smi_trafficaccess_conversion.go
- smi_trafficsplit_conversion.go
- types.go
Click to show internal directories.
Click to hide internal directories.