File tree Expand file tree Collapse file tree 7 files changed +51
-6
lines changed Expand file tree Collapse file tree 7 files changed +51
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export type {
2424 RebootServerRequest ,
2525 ReinstallServerRequest ,
2626 Server ,
27+ ServerPrivateNetworkStatus ,
2728 ServerStatus ,
2829 ServerType ,
2930 ServerTypeCPU ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import * as Function from './function/index.gen'
2020import * as Iam from './iam/index.gen'
2121import * as Inference from './inference/index.gen'
2222import * as Instance from './instance/index.gen'
23+ import * as Interlink from './interlink/index.gen'
2324import * as Iot from './iot/index.gen'
2425import * as Ipam from './ipam/index.gen'
2526import * as Ipfs from './ipfs/index.gen'
@@ -62,6 +63,7 @@ export {
6263 Iam ,
6364 Inference ,
6465 Instance ,
66+ Interlink ,
6567 Iot ,
6668 Ipam ,
6769 Ipfs ,
Original file line number Diff line number Diff line change 1+ /**
2+ * This file is automatically generated from /scripts/generate.js PLEASE DO NOT
3+ * EDIT HERE
4+ */
5+
6+ export * as v1beta1 from './v1beta1/index.gen'
Original file line number Diff line number Diff line change 1+ // This file was automatically generated. DO NOT EDIT.
2+ // If you have any remark or suggestion do not hesitate to open an issue.
3+ export { API } from './api.gen'
4+ export type {
5+ AttachRoutingPolicyRequest ,
6+ AttachVpcRequest ,
7+ BgpStatus ,
8+ CreateLinkRequest ,
9+ CreateRoutingPolicyRequest ,
10+ DeleteLinkRequest ,
11+ DeleteRoutingPolicyRequest ,
12+ DetachRoutingPolicyRequest ,
13+ DetachVpcRequest ,
14+ DisableRoutePropagationRequest ,
15+ EnableRoutePropagationRequest ,
16+ GetLinkRequest ,
17+ GetPartnerRequest ,
18+ GetPopRequest ,
19+ GetRoutingPolicyRequest ,
20+ Link ,
21+ LinkStatus ,
22+ ListLinksRequest ,
23+ ListLinksRequestOrderBy ,
24+ ListLinksResponse ,
25+ ListPartnersRequest ,
26+ ListPartnersRequestOrderBy ,
27+ ListPartnersResponse ,
28+ ListPopsRequest ,
29+ ListPopsRequestOrderBy ,
30+ ListPopsResponse ,
31+ ListRoutingPoliciesRequest ,
32+ ListRoutingPoliciesRequestOrderBy ,
33+ ListRoutingPoliciesResponse ,
34+ Partner ,
35+ Pop ,
36+ RoutingPolicy ,
37+ UpdateLinkRequest ,
38+ UpdateRoutingPolicyRequest ,
39+ } from './types.gen'
40+ export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change @@ -521,10 +521,8 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
521521 clusterUrl : data . cluster_url ,
522522 credentialProviderConfig : data . credential_provider_config ,
523523 externalIp : data . external_ip ,
524- fullIsolation : data . full_isolation ,
525524 hasGpu : data . has_gpu ,
526525 id : data . id ,
527- kapsuleIfaceMac : data . kapsule_iface_mac ,
528526 kubeletConfig : data . kubelet_config ,
529527 name : data . name ,
530528 nodeLabels : data . node_labels ,
@@ -533,7 +531,6 @@ export const unmarshalNodeMetadata = (data: unknown): NodeMetadata => {
533531 unmarshalNodeMetadataCoreV1Taint ,
534532 ) ,
535533 poolVersion : data . pool_version ,
536- privateNetworkMode : data . private_network_mode ,
537534 repoUri : data . repo_uri ,
538535 } as NodeMetadata
539536}
Original file line number Diff line number Diff line change @@ -1247,9 +1247,6 @@ export interface NodeMetadata {
12471247 kubeletConfig : string
12481248 nodeLabels : Record < string , string >
12491249 nodeTaints : NodeMetadataCoreV1Taint [ ]
1250- privateNetworkMode : string
1251- kapsuleIfaceMac : string
1252- fullIsolation : boolean
12531250 hasGpu : boolean
12541251 externalIp : string
12551252 repoUri : string
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export type {
3232 DatabaseUser ,
3333 DnsApiCheckUserOwnsDomainRequest ,
3434 DnsApiGetDomainDnsRecordsRequest ,
35+ DnsApiSyncDomainDnsRecordsRequest ,
3536 DnsRecord ,
3637 DnsRecordStatus ,
3738 DnsRecordType ,
@@ -90,6 +91,7 @@ export type {
9091 ResetHostingPasswordResponse ,
9192 ResourceSummary ,
9293 Session ,
94+ SyncDomainDnsRecordsRequestRecord ,
9395 Website ,
9496 WebsiteApiListWebsitesRequest ,
9597} from './types.gen'
You can’t perform that action at this time.
0 commit comments