书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 31639 个相关结果.
  • fault-injection

    fault-injection 参数 示例 启用插件 禁用插件 fault-injection 故障注入插件,该插件可以和其他插件一起使用,并且会在其他插件前被执行,配置 abort 参数将直接返回给客户端指定的响应码并且终止其他插件的执行,配置 delay 参数将延迟某个请求,并且还会执行配置的其他插件。 参数 名称 类型 必选项 默...
  • 使用 CronJob 运行自动化任务

    使用 CronJob 运行自动化任务 准备开始 创建 CronJob 删除 CronJob 使用 CronJob 运行自动化任务 本页演示如何使用 Kubernetes CronJob 对象运行自动化任务。 准备开始 你必须拥有一个 Kubernetes 的集群,同时你的 Kubernetes 集群必须带有 kubectl 命令行工具。 ...
  • 使用 CronJob 运行自动化任务

    使用 CronJob 运行自动化任务 准备开始 创建 CronJob 删除 CronJob 使用 CronJob 运行自动化任务 本页演示如何使用 Kubernetes CronJob 对象运行自动化任务。 准备开始 你必须拥有一个 Kubernetes 的集群,同时你必须配置 kubectl 命令行工具与你的集群通信。 建议在至少有两个...
  • event emitter

    event emitter Node.js Go event emitter Node.js const EventEmitter = require ( 'events' ) class MyEmitter extends EventEmitter {} const myEmitter = ne...
  • 使用 Minikube 在 Kubernetes 中运行应用

    目标 准备工作 创建Minikube集群 创建Node.js应用程序 创建Docker容器镜像 创建Deployment 创建Service 更新应用程序 清理删除 下一步 教程的目标是将简单的Hello World Node.js应用转换为在Kubernetes上运行的应用。本教程将学习如何使用自己开发的代码,将其转换为Docker容...
  • JSON, JSONP, XML, Markdown, YAML and MsgPack rendering

    JSON, JSONP, XML, Markdown, YAML and MsgPack rendering Protobuf JSON, JSONP, XML, Markdown, YAML and MsgPack rendering Detailed examples can be found here . func main () { ...
  • Setting up a custom domain per Service

    Setting up a custom domain per Service Edit using kubectl Edit the Service Verify the changes Feedback Setting up a custom domain per Service By default, Knative uses the {...
  • URI Paths

    URI Paths URI Paths The value of the @Controller annotation is a RFC-6570 URI template you can therefore embed URI variables within the path using the syntax defined by the U...
  • URI Paths

    URI Paths URI Paths The value of the @Controller annotation is a RFC-6570 URI template you can therefore embed URI variables within the path using the syntax defined by the U...
  • WHERE子句

    WHERE子句 语法格式 参数说明 示例 WHERE子句 当我们需要根据指定条件从表中查询数据时,就可以在SELECT语句中添加WHERE子句,从而过滤掉我们不需要数据。WHERE子句构成一个行选择表达式,用于指定条件而获取的数据,如果给定的条件满足,才返回从表中的具体数值。 语法格式 SELECT { * | [ colu...