Skip to content

Commit 0e4623d

Browse files
committed
[skip ci] repo-sync
1 parent fddb5f1 commit 0e4623d

File tree

76 files changed

+6010
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+6010
-56
lines changed

gen/models/V1Taint.ts

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
/**
2+
* Api
3+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4+
*
5+
* OpenAPI spec version: master
6+
*
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
15+
/**
16+
* The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.
17+
*/
18+
export class V1Taint {
19+
/**
20+
* Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. Possible enum values: - `\"NoExecute\"` Evict any already-running pods that do not tolerate the taint. Currently enforced by NodeController. - `\"NoSchedule\"` Do not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler. - `\"PreferNoSchedule\"` Like TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
21+
*/
22+
'effect': V1TaintEffectEnum;
23+
/**
24+
* Required. The taint key to be applied to a node.
25+
*/
26+
'key': string;
27+
/**
28+
* TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.
29+
*/
30+
'timeAdded'?: Date;
31+
/**
32+
* The taint value corresponding to the taint key.
33+
*/
34+
'value'?: string;
35+
36+
static readonly discriminator: string | undefined = undefined;
37+
38+
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
39+
{
40+
"name": "effect",
41+
"baseName": "effect",
42+
"type": "V1TaintEffectEnum",
43+
"format": ""
44+
},
45+
{
46+
"name": "key",
47+
"baseName": "key",
48+
"type": "string",
49+
"format": ""
50+
},
51+
{
52+
"name": "timeAdded",
53+
"baseName": "timeAdded",
54+
"type": "Date",
55+
"format": "date-time"
56+
},
57+
{
58+
"name": "value",
59+
"baseName": "value",
60+
"type": "string",
61+
"format": ""
62+
} ];
63+
64+
static getAttributeTypeMap() {
65+
return V1Taint.attributeTypeMap;
66+
}
67+
68+
public constructor() {
69+
}
70+
}
71+
72+
73+
export enum V1TaintEffectEnum {
74+
NoExecute = 'NoExecute',
75+
NoSchedule = 'NoSchedule',
76+
PreferNoSchedule = 'PreferNoSchedule'
77+
}
78+

gen/models/licenseApiResourceCount.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export class LicenseApiResourceCount {
2121
*/
2222
'active'?: number;
2323
/**
24+
* Committed specifies the amount of resource consumption customers have committed to for a given billing period. It can be exceeded and will then be charged with overage fees.
25+
*/
26+
'committed'?: number;
27+
/**
2428
* TotalCreated is a continuous counter of the amount of resources ever created.
2529
*/
2630
'created'?: number;
@@ -38,6 +42,12 @@ export class LicenseApiResourceCount {
3842
"type": "number",
3943
"format": "int64"
4044
},
45+
{
46+
"name": "committed",
47+
"baseName": "committed",
48+
"type": "number",
49+
"format": "int64"
50+
},
4151
{
4252
"name": "created",
4353
"baseName": "created",

gen/models/managementV1ConfigStatus.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { ManagementV1Cloud } from '../models/managementV1Cloud';
1717
import { ManagementV1CostControl } from '../models/managementV1CostControl';
1818
import { ManagementV1ImageBuilder } from '../models/managementV1ImageBuilder';
1919
import { ManagementV1OIDC } from '../models/managementV1OIDC';
20+
import { ManagementV1PlatformDB } from '../models/managementV1PlatformDB';
2021
import { StorageV1VaultIntegrationSpec } from '../models/storageV1VaultIntegrationSpec';
2122
import { UiV1UISettingsConfig } from '../models/uiV1UISettingsConfig';
2223

@@ -44,6 +45,7 @@ export class ManagementV1ConfigStatus {
4445
*/
4546
'loftHost'?: string;
4647
'oidc'?: ManagementV1OIDC;
48+
'platformDB'?: ManagementV1PlatformDB;
4749
/**
4850
* ProjectNamespacePrefix holds the prefix for loft project namespaces. Omitted defaults to \"p-\"
4951
*/
@@ -114,6 +116,12 @@ export class ManagementV1ConfigStatus {
114116
"type": "ManagementV1OIDC",
115117
"format": ""
116118
},
119+
{
120+
"name": "platformDB",
121+
"baseName": "platformDB",
122+
"type": "ManagementV1PlatformDB",
123+
"format": ""
124+
},
117125
{
118126
"name": "projectNamespacePrefix",
119127
"baseName": "projectNamespacePrefix",

gen/models/managementV1KioskSpec.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ import { ClusterV1HelmRelease } from '../models/clusterV1HelmRelease';
1515
import { ClusterV1SleepModeConfig } from '../models/clusterV1SleepModeConfig';
1616
import { StorageV1ClusterQuota } from '../models/agentstorageV1ClusterQuota';
1717
import { ManagementV1License } from '../models/managementV1License';
18+
import { ManagementV1NodeProviderBCMGetResourcesResult } from '../models/managementV1NodeProviderBCMGetResourcesResult';
19+
import { ManagementV1NodeProviderBCMNodeWithResources } from '../models/managementV1NodeProviderBCMNodeWithResources';
20+
import { ManagementV1NodeProviderBCMTestConnectionResult } from '../models/managementV1NodeProviderBCMTestConnectionResult';
21+
import { ManagementV1NodeProviderCalculateCostResult } from '../models/managementV1NodeProviderCalculateCostResult';
22+
import { ManagementV1NodeProviderExecResult } from '../models/managementV1NodeProviderExecResult';
23+
import { ManagementV1NodeProviderTerraformValidateResult } from '../models/managementV1NodeProviderTerraformValidateResult';
1824
import { UiV1UISettings } from '../models/uiV1UISettings';
1925

2026

@@ -23,6 +29,12 @@ export class ManagementV1KioskSpec {
2329
'chartInfo'?: ClusterV1ChartInfo;
2430
'helmRelease'?: ClusterV1HelmRelease;
2531
'license'?: ManagementV1License;
32+
'nodeProviderBCMGetResourcesResult'?: ManagementV1NodeProviderBCMGetResourcesResult;
33+
'nodeProviderBCMNodeWithResources'?: ManagementV1NodeProviderBCMNodeWithResources;
34+
'nodeProviderBCMTestConnectionResult'?: ManagementV1NodeProviderBCMTestConnectionResult;
35+
'nodeProviderCalculateCostResult'?: ManagementV1NodeProviderCalculateCostResult;
36+
'nodeProviderExecResult'?: ManagementV1NodeProviderExecResult;
37+
'nodeProviderTerraformValidateResult'?: ManagementV1NodeProviderTerraformValidateResult;
2638
'sleepModeConfig'?: ClusterV1SleepModeConfig;
2739
'storageClusterQuota'?: StorageV1ClusterQuota;
2840

@@ -53,6 +65,42 @@ export class ManagementV1KioskSpec {
5365
"type": "ManagementV1License",
5466
"format": ""
5567
},
68+
{
69+
"name": "nodeProviderBCMGetResourcesResult",
70+
"baseName": "nodeProviderBCMGetResourcesResult",
71+
"type": "ManagementV1NodeProviderBCMGetResourcesResult",
72+
"format": ""
73+
},
74+
{
75+
"name": "nodeProviderBCMNodeWithResources",
76+
"baseName": "nodeProviderBCMNodeWithResources",
77+
"type": "ManagementV1NodeProviderBCMNodeWithResources",
78+
"format": ""
79+
},
80+
{
81+
"name": "nodeProviderBCMTestConnectionResult",
82+
"baseName": "nodeProviderBCMTestConnectionResult",
83+
"type": "ManagementV1NodeProviderBCMTestConnectionResult",
84+
"format": ""
85+
},
86+
{
87+
"name": "nodeProviderCalculateCostResult",
88+
"baseName": "nodeProviderCalculateCostResult",
89+
"type": "ManagementV1NodeProviderCalculateCostResult",
90+
"format": ""
91+
},
92+
{
93+
"name": "nodeProviderExecResult",
94+
"baseName": "nodeProviderExecResult",
95+
"type": "ManagementV1NodeProviderExecResult",
96+
"format": ""
97+
},
98+
{
99+
"name": "nodeProviderTerraformValidateResult",
100+
"baseName": "nodeProviderTerraformValidateResult",
101+
"type": "ManagementV1NodeProviderTerraformValidateResult",
102+
"format": ""
103+
},
56104
{
57105
"name": "sleepModeConfig",
58106
"baseName": "sleepModeConfig",
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/**
2+
* Api
3+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4+
*
5+
* OpenAPI spec version: master
6+
*
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
import { ManagementV1NodeClaimSpec } from '../models/managementV1NodeClaimSpec';
14+
import { ManagementV1NodeClaimStatus } from '../models/managementV1NodeClaimStatus';
15+
import { V1ObjectMeta } from '../models/V1ObjectMeta';
16+
17+
18+
/**
19+
* NodeClaim holds the node claim for vCluster.
20+
*/
21+
export class ManagementV1NodeClaim {
22+
/**
23+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24+
*/
25+
'apiVersion'?: string;
26+
/**
27+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
28+
*/
29+
'kind'?: string;
30+
'metadata'?: V1ObjectMeta;
31+
'spec'?: ManagementV1NodeClaimSpec;
32+
'status'?: ManagementV1NodeClaimStatus;
33+
34+
static readonly discriminator: string | undefined = undefined;
35+
36+
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
37+
{
38+
"name": "apiVersion",
39+
"baseName": "apiVersion",
40+
"type": "string",
41+
"format": ""
42+
},
43+
{
44+
"name": "kind",
45+
"baseName": "kind",
46+
"type": "string",
47+
"format": ""
48+
},
49+
{
50+
"name": "metadata",
51+
"baseName": "metadata",
52+
"type": "V1ObjectMeta",
53+
"format": ""
54+
},
55+
{
56+
"name": "spec",
57+
"baseName": "spec",
58+
"type": "ManagementV1NodeClaimSpec",
59+
"format": ""
60+
},
61+
{
62+
"name": "status",
63+
"baseName": "status",
64+
"type": "ManagementV1NodeClaimStatus",
65+
"format": ""
66+
} ];
67+
68+
static getAttributeTypeMap() {
69+
return ManagementV1NodeClaim.attributeTypeMap;
70+
}
71+
72+
public constructor() {
73+
}
74+
}
75+
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
/**
2+
* Api
3+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4+
*
5+
* OpenAPI spec version: master
6+
*
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
import { ManagementV1NodeClaim } from '../models/managementV1NodeClaim';
14+
import { V1ListMeta } from '../models/V1ListMeta';
15+
16+
17+
export class ManagementV1NodeClaimList {
18+
/**
19+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
20+
*/
21+
'apiVersion'?: string;
22+
'items': Array<ManagementV1NodeClaim>;
23+
/**
24+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
25+
*/
26+
'kind'?: string;
27+
'metadata'?: V1ListMeta;
28+
29+
static readonly discriminator: string | undefined = undefined;
30+
31+
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
32+
{
33+
"name": "apiVersion",
34+
"baseName": "apiVersion",
35+
"type": "string",
36+
"format": ""
37+
},
38+
{
39+
"name": "items",
40+
"baseName": "items",
41+
"type": "Array<ManagementV1NodeClaim>",
42+
"format": ""
43+
},
44+
{
45+
"name": "kind",
46+
"baseName": "kind",
47+
"type": "string",
48+
"format": ""
49+
},
50+
{
51+
"name": "metadata",
52+
"baseName": "metadata",
53+
"type": "V1ListMeta",
54+
"format": ""
55+
} ];
56+
57+
static getAttributeTypeMap() {
58+
return ManagementV1NodeClaimList.attributeTypeMap;
59+
}
60+
61+
public constructor() {
62+
}
63+
}
64+

0 commit comments

Comments
 (0)