Change-Id: I217144c9e84e3e97b61a512571f07272f8be160c
Signed-off-by: Gabriel Cuba <gcuba@whitestack.com>
type: array
items:
type: object
- additionalProperties: true
+ additionalProperties: false
+ K8sClusterDeploymentMethods:
+ type: object
+ properties:
+ helm-chart:
+ type: boolean
+ juju-bundle:
+ type: boolean
+ helm-chart-v3:
+ type: boolean
+ additionalProperties: false
+ minProperties: 3
K8sClusterInfo:
type: object
properties:
type: string
nets:
$ref: '#/components/schemas/K8sClusterNetList'
+ deployment_methods:
+ $ref: '#/components/schemas/K8sClusterDeploymentMethods'
namespace:
type: string
cni: