- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AddToScheme (0.06 sec)
-
istioctl/pkg/multicluster/remote_secret.go
"istio.io/istio/pkg/log" ) var ( codec runtime.Codec scheme *runtime.Scheme tokenWaitBackoff = time.Second ) func init() { scheme = runtime.NewScheme() utilruntime.Must(v1.AddToScheme(scheme)) opt := json.SerializerOptions{ Yaml: true, Pretty: false, Strict: false, } yamlSerializer := json.NewSerializerWithOptions(json.DefaultMetaFactory, scheme, scheme, opt)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0)