X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm-openapi.yaml;h=b056edea2d2bc5c965f6437d502a6aa76a471c2a;hb=refs%2Fchanges%2F77%2F11777%2F3;hp=ac6791ab43702c7402c0c6e48ba276e05d1d64fb;hpb=4b120f1dd1782f97eb6027fa37f363f0df5cf7f4;p=osm%2FSOL005.git diff --git a/osm-openapi.yaml b/osm-openapi.yaml index ac6791a..b056ede 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -8603,7 +8603,18 @@ components: 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: @@ -8629,6 +8640,8 @@ components: type: string nets: $ref: '#/components/schemas/K8sClusterNetList' + deployment_methods: + $ref: '#/components/schemas/K8sClusterDeploymentMethods' namespace: type: string cni: