From 7a181c2e94f121bc80dd6e6ab1a91a4e413108b9 Mon Sep 17 00:00:00 2001 From: Phil Andrews Date: Fri, 13 Oct 2023 14:51:52 -0400 Subject: [PATCH] run make generate-sdk --- castai/sdk/api.gen.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/castai/sdk/api.gen.go b/castai/sdk/api.gen.go index 23bc6e21..a3c5b89d 100644 --- a/castai/sdk/api.gen.go +++ b/castai/sdk/api.gen.go @@ -392,6 +392,7 @@ type CastaiInventoryV1beta1InstanceType struct { // Describes the network settings for the instance type. NetworkInfo *CastaiInventoryV1beta1NetworkInfo `json:"networkInfo,omitempty"` Obsolete *bool `json:"obsolete,omitempty"` + Os *string `json:"os,omitempty"` // Price of the instance type. $/hour. Price *string `json:"price,omitempty"` @@ -913,6 +914,7 @@ type ExternalclusterV1Node struct { Network *ExternalclusterV1NodeNetwork `json:"network,omitempty"` NodeConfigurationId *string `json:"nodeConfigurationId"` NodeInfo *ExternalclusterV1NodeInfo `json:"nodeInfo,omitempty"` + ProviderId *string `json:"providerId"` Resources *ExternalclusterV1Resources `json:"resources,omitempty"` // NodeType defines the role of the VM when joining the Kubernetes cluster. Default value is not allowed.