summaryrefslogtreecommitdiffstats
path: root/k8s/k8s-node-type.yaml
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-02-27 11:38:13 -0500
committerJack Lucas <jflucas@research.att.com>2019-02-28 16:06:09 -0500
commit059ebc5469200911b901fe41cab29447fa9a9705 (patch)
treefabd4bf5ca00addc3e0c08304347bf24807149ff /k8s/k8s-node-type.yaml
parentc5964da80a46e45dac50832c5d2cd83077d26736 (diff)
Add k8sclient unit tests
Change-Id: I4b664865618bf87822af325e2c2dd43e71c0bdac Issue-ID: DCAEGEN2-1261 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/k8s-node-type.yaml')
-rw-r--r--k8s/k8s-node-type.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/k8s/k8s-node-type.yaml b/k8s/k8s-node-type.yaml
index f63f822..166e430 100644
--- a/k8s/k8s-node-type.yaml
+++ b/k8s/k8s-node-type.yaml
@@ -19,13 +19,13 @@
tosca_definitions_version: cloudify_dsl_1_3
imports:
- - http://www.getcloudify.org/spec/cloudify/4.2/types.yaml
+ - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
plugins:
k8s:
executor: 'central_deployment_agent'
package_name: k8splugin
- package_version: 1.4.6
+ package_version: 1.4.7
data_types:
@@ -123,9 +123,9 @@ node_types:
default: {}
description: >
This is used to specify the cpu and memory request and limit for container.
- Please specify "requests" property and/or a "limits" property, with subproproperties
+ Please specify "requests" property and/or a "limits" property, with subproproperties
for cpu and memory. (https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/)
-
+
log_info:
type: dcae.types.LoggingInfo