组件 component 清单

本文主要介绍云效 Flow 流水线提供的组件 component 清单,包括构建、部署、工具等丰富的组件。分类 组件 说明 构建 Emas 安卓构建 EmasAndroidBuild Emas 安卓构建步组件。部署 ACK Nginx Ingress 灰度发布 KubernetesIngressGrayDeploy ...

流水线组件 component

流水线组件component:流水线任务 job 可调用一个组件 component 执行相关操作。示例 以下为一个使用组件任务的配置示例:stages:manul_stage:name:人工卡点阶段 jobs:manul_job:name:人工卡点任务 component:ManualValidate with:...

PRODUCT_COMPONENT_VERSION

PRODUCT_COMPONENT_VERSION 视图提供产品版本兼容性的版本信息。名称 类型 说明 product CHARACTER VARYING(74)产品的名称。version CHARACTER VARYING(74)产品的版本号。status CHARACTER VARYING(74)为了实现兼容性而提供;始终为 ...

alicloud_ecs_image_component

Provides a Ecs Image Component resource.For information about Ecs Image Component and how to use it,see What is Image Component.->NOTE:Available since v1.159.0.Example Usage Basic Usage data"alicloud_resource_manager_...

ALIYUN:ECS:ImageComponent

Build.' Required:false Type:String Content:Description:en:The content of the image component.The content consists of up to 127 commands.Required:true Type:String Description:AssociationProperty:TextArea Description:en:The ...

ComponentInstanceSelector

COMPONENT:组件级别。COMPONENT_INSTANCE:组件实例级别。APPLICATION ApplicationName string 应用名称。HDFS Components object[]组件列表。RunActionScope 为 COPONENT 时使用。ApplicationName string 应用名称。HDFS ComponentName ...

Quick BI 内网环境的报表通过Nginx代理嵌入到外网环境...

只有api/v2/component/list报“403 Forbiden”错误:问题原因 api/v2/component/list是一个POST接口,会在应用侧进行CSRF校验,在客户侧系统网络转发的时候被跨域拦截导致。解决方案 需要联系Quick BI后台技术人员将api/v2/component/list...

alicloud_ecs_image_components

time-The time when the image component was created.description-The description of the image component.id-The ID of the Image Component.image_component_id-The ID of the image component.image_component_name-The name of the ...

各组件的健康检查

检查通过,在日志 common-default.log 中打印:component readiness check success.component name[DDCS]检查失败,在日志 common-error.log 中打印:component readiness check failed.component name[DDCS]Scheduler 配置检查 app 和 ...

组件监控告警说明

component:cpu_usage:sum 组件CPU使用量 组件中所有的容器组(Pod)当前CPU使用核数总和 component:cpu_utilisation:ratio 组件CPU使用率 组件当前CPU使用比率 component:memory_request:sum 组件内存请求量 组件中所有的容器组(Pod)声明...

CheckComponentsVersion

HADOOP&<公共请求参数>正常返回示例 XML 格式 HTTP/1.1 200 OK Content-Type:application/xml <Components> <Component><IsLatestVersion>true</IsLatestVersion><Component>HBASE</Component></Component><Component><IsLatestVersion>true...

alicloud_imp_app_template

name-(Required)The name of the resource.component_list-(Required,ForceNew)List of components.Its element valid values:["component.live","component.liveRecord","component.liveBeauty","component.rtc","component.rtcRecord",...

组件

Component 扩充自 Vue 的组件,提供了 Vue 组件对等的输入参数能力。在代码书写时提供类 class 的装饰器 Decorator 风格。代码引入 import { Component,Watch } from '@ali/kylin-framework';组件声明结构 一个组件可以包含数据、JSX 渲染...

组件模板和样式

pages/index/index.axml-><my-component><view slot-scope="props"><view>component data:{{props.x}}</view><view>page data:{{y}}</view></view></my-component>页面输出:component data:1 page data:2 body 如上所示,自定义组件通过...

自定义 View

组件主动发送消息给页面(Native->Page)*@param message 消息名称(内部不处理message)*@param component 要发送消息的组件*@param data 消息内容*@param callback 页面处理完消息后的回调*@return void*/-(void)sendCustomEventMessage:...

iOS 小程序支持自定义 View

组件主动发送消息给页面(Native->Page)*@param message 消息名称(内部不处理message)*@param component 要发送消息的组件*@param data 消息内容*@param callback 页面处理完消息后的回调*@return void*/-(void)sendCustomEventMessage:...

my.onComponentError

component Component 异常发生所在的自定义组件实例。代码示例 my.onComponentError(Function listener)Page({ onLoad(){ my.onComponentError(this.errorHandler);},errorHandler(error,method,component){ console.log('onComponentError...

my.offComponentError

component Component 异常发生所在的自定义组件实例。代码示例 my.offComponentError(Function listener)Page({ onLoad(){ my.onComponentError(this.errorHandler);},errorHandler(error,method,component){ console.log('...

日志服务

target_label:component action:replace-job_name:kubernetes-pods-logdir-csi relabel_configs:source_labels:[_meta_kubernetes_pod_label_app_kubernetes_io_component,_meta_kubernetes_pod_label_component,_meta_kubernetes_pod_...

步骤 Yaml 描述语言场景补充

1、使用 java构建或者docker构建等前置任务的输出 在step.yaml中items 下添加如下内容-label:外部输入 name:INPUT type:upstream_component_output autoComplete:true input_type:artifacts description:前序输入 type upstream_component......

高级应用:扩展程序选项配置

x-component":"Input.TextArea","x-decorator-props":{"tooltip":"描述文件"},"x-component-props":{ },"default":"这是默认值"},"select":{"type":"string","title":"单选选择下拉","x-decorator":"FormItem","x-component":"Select","x-...

API

ComponentApi 通用的API接口。获取方式 通过代码模块导入获取。示例:import api from './api';if(api.isPreview()){/} else {/} 说明 通过脚手架创建的自定义组件项目,自带 src/api 目录。isPreview 判断当前运行环境。定义:interface ...

组件对象

Component 构造器 参数说明如下表所示:参数 类型 是否必填 说明 最低版本 data Object 否 组件内部状态-props Object 否 为外部传入的数据设置默认值-onInit Function 否 组件生命周期函数,组件创建时触发 1.14.0 deriveDataFromProps ...

错误编码:HSF-0019

[WhiteListRuleParser Component]Invalid rule:${ruleContent}[WhiteListRuleParser Component]Parsing failed,raw rule:${ruleContent},parser:${parser}.TPS限流规则配置出错。[TPSRule Component]Invalid rule:${ruleContent}[TPSRule ...

业务组件开发

schema 如下:"xxx":{"type":"array","x-component":"ArrayCards","x-component-props":{"title":"列表"/这里的标题为显示在编辑器中的,此时的“列表”仅为示例 },"items":{/这里的“items”为固定的"type":"object","properties":{"title...

生命周期

prevData)组件更新完毕时触发-didUnmount 无 组件删除时触发-说明:onInit、deriveDataFromProps 自基础库 1.14.0 才支持,可以使用 my.canIUse('component2')做兼容。onInit onInit 在组件创建时触发。在onInit中,可以:访问 this.is、...

使用自定义组件

自定义组件支持事件具体方法请参见 component 构造器。使用方法 自定义组件的使用和基础组件类似。在页面 JSON 文件中指定使用的自定义组件。pages/index/index.json {"usingComponents":{"customer":"/components/customer/index"} } 在...

自定义 OAM 模板

sofaboot-helloworld 模板 Component apiVersion:core.oam.dev/v1alpha2 kind:Component#组件类型:必须为Component metadata:name:"{{.Release.Name }}-component"#组件名称:用于在appconfig中component[].componentName处选择组件 spec:#...

命令行工具

本文介绍初始化及构建命令行工具的步骤。初始化 当工程脚手架初始化完后,如果需要新增页面,除了单纯的复制粘贴以外,提供了以下命令来添加页面定义和组件定义:init-page init-component init-page...fastclick FastClick as.alipayobjects....

组件配置

在[component].json 中声明自定义组件。如果该自定义组件还依赖了其它组件,则还需要额外声明依赖哪些自定义组件。{"component":true,/必选,自定义组件的值必须是 true"usingComponents":{"other":"./other/index"/依赖的组件 } } 参数...

流水线任务 jobs

流水线任务jobs:流水线任务 job 可以为多个步骤 steps 的组合(多个步骤共享工作空间,共同完成指定任务),或一个组件 component 的调用(调用组件执行指定任务,组件任务支持重试、跳过等更多操作)。示例 以下为一个任务添加多个步骤的...

Web可视化分析使用文档

{ cssSelector:'.component-category-industry',logkey:'category-clk',props:['categorytype','title'],spmC:"component-category",spmD:"industry"},{ cssSelector:'.component-category-common',logkey:'category-clk',props:['...

快速上手

云效 Flow 流水线支持 Pipeline as code,您可通过...steps 流水线组件 component 流水线插件 plugins 步骤产物 artifacts 步骤 steps 清单 步骤 steps 清单 组件 component 清单 组件 component 清单 插件 plugins 清单 插件 plugins 清单

查询组件列表

header-1</HostName></Component><Component><Status>STARTED</Status><ComponentDisplayName>Tomcat</ComponentDisplayName><PublicIp>47.97.106.27</PublicIp><HostInstanceId>i-xxx2</HostInstanceId><HostId>124903</HostId>...

查询服务信息

AlertInfo":""},{"Status":"OK","Value":"1/1 Started","Key":"WebAppProxyServer","Type":"COMPONENT","DisplayName":"WebAppProxyServer","AlertInfo":""},{"Status":"OK","Value":"2/2 Started","Key":"ResourceManager","Type":...

UpdateComponentIndex

name String Path 是 component-openstore-index-template 模板名称。Object Body 否 RequestBody参数。template Object Body 否 组合模板信息。settings Map Body 否 {"index.number_of_replicas":0 } 模板settings配置。mappings Map ...

错误编码:HSF-0023

问题描述 启动HSF应用时,hsf.log 日志文件中出现以下错误:[Weighting Component]Grouping rule xxx parsed failed 或者[Weighting Component]Invalid grouping rules received.问题原因 权重规则配置出错,权重规则解析失败、应用规则...

创建自定义组件

以下为一个基本的组件示例:/app.json {"component":true }/components/customer/index.js Component({ mixins:[],/minxin 方便复用代码 data:{ x:1 },/组件内部数据 props:{ y:1 },/可给外部传入的属性添加默认值 didMount(){},/生命周期...

运维操作

latency:517#步骤执行耗时 phase:Succeeded retried:1#步骤重试次数 functionRef:name:adp-aliyun-component-patch namespace:acs-system input:|#输入数据 {"productName":"demo","productNamespace":"default","componentName":"web",...

组件检查项错误修复

错误及其修复方法 错误消息示例:[镜像检查结果]chart中使用的 docker.io/library/nginx 镜像,未包含在component.yaml中[helm lint结果][INFO]Chart.yaml:icon is recommended[helm template结果]Error:cannot load values.yaml[非预期错误...
共有19条 < 1 2 3 4 ... 19 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
弹性公网IP 短信服务 人工智能平台 PAI 金融分布式架构 对象存储 物联网平台
新人特惠 爆款特惠 最新活动 免费试用