Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultConfigNamespace holds istio wide configuration. DefaultConfigNamespace = "istio-system" // RulesKind defines the config kind Name of mixer Rules. RulesKind = "rule" // AdapterKind defines the config kind Name of adapter infos (name, templates is consumes, and its own configuration). AdapterKind = "adapter" // TemplateKind defines the config kind Name of mixer templates. TemplateKind = "template" // HandlerKind defines the config kind Name of mixer handlers HandlerKind = "handler" // InstanceKind defines the config kind Name of mixer instances InstanceKind = "instance" // AttributeManifestKind define the config kind Name of attribute manifests. AttributeManifestKind = "attributemanifest" )
TODO merge all the mixer wide constants in this file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.