Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ThreeScaleSchemeAnnotation --. ThreeScaleSchemeAnnotation = "discovery.3scale.net/scheme" // ThreeScaleSchemeDefaultValue --. ThreeScaleSchemeDefaultValue = "http" // ThreeScalePortAnnotation --. ThreeScalePortAnnotation = "discovery.3scale.net/port" // ThreeScalePortDefaultValue --. ThreeScalePortDefaultValue = 80 // ThreeScalePathAnnotation --. ThreeScalePathAnnotation = "discovery.3scale.net/path" // ThreeScalePathDefaultValue --. ThreeScalePathDefaultValue = "/" // ThreeScaleDescriptionPathAnnotation --. ThreeScaleDescriptionPathAnnotation = "discovery.3scale.net/description-path" // ThreeScaleDescriptionPathDefaultValue --. ThreeScaleDescriptionPathDefaultValue = "/openapi.json" // ThreeScaleDiscoveryLabel --. ThreeScaleDiscoveryLabel = "discovery.3scale.net" // ThreeScaleDiscoveryLabelEnabled --. ThreeScaleDiscoveryLabelEnabled = "true" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Trait ¶
type Trait struct { traitv1.Trait `property:",squash" json:",inline"` // Enables automatic configuration of the trait. Auto *bool `property:"auto" json:"auto,omitempty"` // The scheme to use to contact the service (default `http`) Scheme string `property:"scheme" json:"scheme,omitempty"` // The path where the API is published (default `/`) Path string `property:"path" json:"path,omitempty"` // The port where the service is exposed (default `80`) Port int `property:"port" json:"port,omitempty"` // The path where the Open-API specification is published (default `/openapi.json`) DescriptionPath *string `property:"description-path" json:"descriptionPath,omitempty"` }
The 3scale trait can be used to automatically create annotations that allow 3scale to discover the generated service and make it available for API management.
The 3scale trait is disabled by default.
WARNING: The trait is **deprecated** and will removed in future release versions: configure directly the Camel properties as required by the component instead.
+camel-k:trait=3scale. +camel-k:deprecated=2.5.0.
Click to show internal directories.
Click to hide internal directories.