Skip to content

Commit

Permalink
Fixes test spec lint
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jul 31, 2024
1 parent 092a1d6 commit 757b0ed
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions spec/schemas/security._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,19 @@ components:
type: string
description: Message returned as part of BAD_REQUEST response.

CertificateCountPerNode:
type: object
properties:
total:
type: number
description: Total number of nodes.
successful:
type: number
description: Number of nodes for which certificates could be fetched.
failed:
type: number
description: Number of nodes for which certificates could not be fetched.

CertificatesDetail:
type: object
properties:
Expand Down Expand Up @@ -240,15 +253,7 @@ components:
_nodes:
type: object
additionalProperties:
total:
type: number
description: Total number of nodes.
successful:
type: number
description: Number of nodes for which certificates could be fetched.
failed:
type: number
description: Number of nodes for which certificates could not be fetched.
$ref: '#/components/schemas/CertificateCountPerNode'
cluster_name:
type: string
description: Name of this cluster.
Expand Down

0 comments on commit 757b0ed

Please sign in to comment.