@kumori.systems/components-apisix 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/componentref.cue +1 -1
- package/kumori.systems/components/apisix/@0.0.3/cue.mod/module.cue +1 -0
- package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/kmodule.cue +1 -1
- package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/manifest.cue +2 -2
- package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/serviceref.cue +1 -1
- package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/apisix_settings.cue +1 -1
- package/package.json +1 -1
- package/kumori.systems/components/apisix/@0.0.2/cue.mod/module.cue +0 -1
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/README.adoc +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/assets/images/routing_diagram.png +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/openid-connect.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/entrypoint.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/connections.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/consumer.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/globalrule.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/healthcheck.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/plugin.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/pluginmetadata.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/route.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/service.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/ssl.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/streamroute.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/upstream.cue +0 -0
- /package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/utils.cue +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
module: kumori.systems/components/apisix/@0.0.3
|
@@ -1,7 +1,7 @@
|
|
1
1
|
package component
|
2
2
|
|
3
3
|
import (
|
4
|
-
Settings "kumori.systems/components/apisix/@0.0.
|
4
|
+
Settings "kumori.systems/components/apisix/@0.0.3/settings"
|
5
5
|
k "kumori.systems/kumori/@1.1.6:kumori"
|
6
6
|
)
|
7
7
|
|
@@ -104,7 +104,7 @@ import (
|
|
104
104
|
name: "docker.io"
|
105
105
|
secret: ""
|
106
106
|
}
|
107
|
-
tag: "apache/apisix:3.
|
107
|
+
tag: "apache/apisix:3.13.0-debian"
|
108
108
|
}
|
109
109
|
|
110
110
|
entrypoint: ["/bin/entrypoint.sh"]
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"@kumori.systems/components-apisix","files":["kumori.systems/components/apisix/@0.0.
|
1
|
+
{"name":"@kumori.systems/components-apisix","files":["kumori.systems/components/apisix/@0.0.3"],"version":"0.0.3","keywords":["kpaas-module"],"kumori":{"domain":"kumori.systems","module":"components/apisix","cue":"0.4.2","version":[0,0,3],"dependencies":{"kumori.systems/kumori":{"target":"kumori.systems/kumori/@1.1.6","query":"1.1.6"},"kumori.systems/builtins/inbound":{"target":"kumori.systems/builtins/inbound/@1.3.0","query":"1.3.0"}},"sums":{"kumori.systems/kumori/@1.1.6":"jsXEYdYtlen2UgwDYbUCGWULqQIigC6HmkexXkyp/Mo=","kumori.systems/builtins/inbound/@1.3.0":"F3nipPPUCZ4YpsAh+Xnh9t8W1Tu98eX6SHRVM3BbRYs="},"spec":[1,0],"sum":"tv8N7TLeQBdUEcGn0qQrAylAHx3G1itnggC9p/VNErE="}}
|
@@ -1 +0,0 @@
|
|
1
|
-
module: kumori.systems/components/apisix/@0.0.2
|
File without changes
|
/package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/assets/images/routing_diagram.png
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/kumori.systems/components/apisix/{@0.0.2 → @0.0.3}/settings/types/pluginmetadata.cue
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|