Menu Close
6.6.2. 定义产品应用程序计划
将 Openshift Container Platform 与新创建的 3scale 租户一起使用,使用 applicationPlans
对象在您的产品自定义资源中定义所需的应用计划。
请考虑以下观察:
-
applicationPlans
map 键名称将用作system_name
。在以下示例中:plan01
和plan02
。
步骤
在新的 3scale 产品中添加应用程序计划,如下例所示:
apiVersion: capabilities.3scale.net/v1beta1 kind: Product metadata: name: product1 spec: name: "OperatedProduct 1" applicationPlans: plan01: name: "My Plan 01" setupFee: "14.56" plan02: name: "My Plan 02" trialPeriod: 3 costMonth: 3