...
Code Block | ||||
---|---|---|---|---|
| ||||
tosca.datatypes.asd.paramMappings: version: 0.1 derived_from: tosca.datatypes.Root description: "Describes the datatype for parameter mapping" properties: loadbalancer_IP: description: > When present, this attribute specifies the name of the deployment artifact input parameter through which the orchestrator can configure the loadbalancerIP parameter of the K8s service or ingress controller that the ExtCpd represents. required: false type: string external_IPs: description: > When present, this attribute specifies the name of the deployment artifact input parameter through which the orchestrator can configure the extermalIPs parameter of the K8s service or ingress controller, or the pod network interface annotation, that the ExtCpd represents. required: false type: list entry_schema: type: string nad_names: description: > Specifies, for an ExtCpdextCpdData respesenting a secondary network interface, the name(s) of the NetworkAttachmentDefinitions the orchestrator has created as base for the network interface the ExtCpd represents. required: false type: list entry_schema: type: string nad_namespace: description: > Specifies, for an asdExtCpdextCpdData respesenting a secondary network interface, the namespace where the NetworkAttachmentDefinitions (NADs) are located. Attribute may be omitted if the namespace is same as the application namespace. required: false type: string |
...