Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ClusterScheme is the scheme used in garden runtime and unmanaged seed clusters. ClusterScheme = runtime.NewScheme() // ClusterSerializer is a YAML serializer using the 'ClusterScheme'. ClusterSerializer = json.NewSerializerWithOptions(json.DefaultMetaFactory, ClusterScheme, ClusterScheme, json.SerializerOptions{Yaml: true, Pretty: false, Strict: false}) // ClusterCodec is a codec factory using the 'ClusterScheme'. ClusterCodec = serializer.NewCodecFactory(ClusterScheme) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.