Skip to content

Commit 6a3309c

Browse files
authored
Merge pull request #339 from hzoppetti/dep-kernel-field
[New] Deprecated field for Kernel schema object
2 parents 7fc2cee + 7ba86b8 commit 6a3309c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16572,6 +16572,13 @@ components:
1657216572
description: If this Kernel is suitable for paravirtualized operations.
1657316573
example: false
1657416574
readOnly: true
16575+
deprecated:
16576+
x-linode-filterable: true
16577+
type: boolean
16578+
description: If this Kernel is marked as deprecated, this field has a value of true;
16579+
otherwise, this field is false.
16580+
example: false
16581+
readOnly: true
1657516582
Linode:
1657616583
type: object
1657716584
allOf:

0 commit comments

Comments
 (0)