Skip to content

Commit f5c09f4

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

File tree

85 files changed

+6859
-235
lines changed

Some content is hidden

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

85 files changed

+6859
-235
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+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
* PlatformDatabase contains information about the local platform database installation
17+
*/
18+
export class LicenseApiPlatformDatabase {
19+
'creationTimestamp': string;
20+
'isReady': boolean;
21+
22+
static readonly discriminator: string | undefined = undefined;
23+
24+
static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
25+
{
26+
"name": "creationTimestamp",
27+
"baseName": "creationTimestamp",
28+
"type": "string",
29+
"format": ""
30+
},
31+
{
32+
"name": "isReady",
33+
"baseName": "isReady",
34+
"type": "boolean",
35+
"format": ""
36+
} ];
37+
38+
static getAttributeTypeMap() {
39+
return LicenseApiPlatformDatabase.attributeTypeMap;
40+
}
41+
42+
public constructor() {
43+
}
44+
}
45+

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/managementV1ClusterAgentConfig.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ export class ManagementV1ClusterAgentConfig {
2727
'apiVersion'?: string;
2828
'audit'?: ManagementV1AgentAuditConfig;
2929
/**
30+
* AuthenticateVersionEndpoint will force authentication for the \'/version\' endpoint. Will only work with vCluster v0.27 & later
31+
*/
32+
'authenticateVersionEndpoint'?: boolean;
33+
/**
3034
* Cluster is the cluster the agent is running in.
3135
*/
3236
'cluster'?: string;
@@ -78,6 +82,12 @@ export class ManagementV1ClusterAgentConfig {
7882
"type": "ManagementV1AgentAuditConfig",
7983
"format": ""
8084
},
85+
{
86+
"name": "authenticateVersionEndpoint",
87+
"baseName": "authenticateVersionEndpoint",
88+
"type": "boolean",
89+
"format": ""
90+
},
8191
{
8292
"name": "cluster",
8393
"baseName": "cluster",

gen/models/managementV1ConfigStatus.ts

Lines changed: 18 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

@@ -28,6 +29,10 @@ export class ManagementV1ConfigStatus {
2829
'apps'?: ManagementV1Apps;
2930
'audit'?: ManagementV1Audit;
3031
'auth'?: ManagementV1Authentication;
32+
/**
33+
* AuthenticateVersionEndpoint will force authentication for the \'/version\' endpoint. Will only work with vCluster v0.27 & later
34+
*/
35+
'authenticateVersionEndpoint'?: boolean;
3136
'cloud'?: ManagementV1Cloud;
3237
'costControl'?: ManagementV1CostControl;
3338
/**
@@ -44,6 +49,7 @@ export class ManagementV1ConfigStatus {
4449
*/
4550
'loftHost'?: string;
4651
'oidc'?: ManagementV1OIDC;
52+
'platformDB'?: ManagementV1PlatformDB;
4753
/**
4854
* ProjectNamespacePrefix holds the prefix for loft project namespaces. Omitted defaults to \"p-\"
4955
*/
@@ -72,6 +78,12 @@ export class ManagementV1ConfigStatus {
7278
"type": "ManagementV1Authentication",
7379
"format": ""
7480
},
81+
{
82+
"name": "authenticateVersionEndpoint",
83+
"baseName": "authenticateVersionEndpoint",
84+
"type": "boolean",
85+
"format": ""
86+
},
7587
{
7688
"name": "cloud",
7789
"baseName": "cloud",
@@ -114,6 +126,12 @@ export class ManagementV1ConfigStatus {
114126
"type": "ManagementV1OIDC",
115127
"format": ""
116128
},
129+
{
130+
"name": "platformDB",
131+
"baseName": "platformDB",
132+
"type": "ManagementV1PlatformDB",
133+
"format": ""
134+
},
117135
{
118136
"name": "projectNamespacePrefix",
119137
"baseName": "projectNamespacePrefix",

gen/models/managementV1KioskSpec.ts

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ 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 { ManagementV1NodeClaimData } from '../models/managementV1NodeClaimData';
19+
import { ManagementV1NodeEnvironmentData } from '../models/managementV1NodeEnvironmentData';
20+
import { ManagementV1NodeProviderBCMGetResourcesResult } from '../models/managementV1NodeProviderBCMGetResourcesResult';
21+
import { ManagementV1NodeProviderBCMNodeWithResources } from '../models/managementV1NodeProviderBCMNodeWithResources';
22+
import { ManagementV1NodeProviderBCMTestConnectionResult } from '../models/managementV1NodeProviderBCMTestConnectionResult';
23+
import { ManagementV1NodeProviderCalculateCostResult } from '../models/managementV1NodeProviderCalculateCostResult';
24+
import { ManagementV1NodeProviderExecResult } from '../models/managementV1NodeProviderExecResult';
25+
import { ManagementV1NodeProviderTerraformValidateResult } from '../models/managementV1NodeProviderTerraformValidateResult';
1826
import { UiV1UISettings } from '../models/uiV1UISettings';
1927

2028

@@ -23,6 +31,14 @@ export class ManagementV1KioskSpec {
2331
'chartInfo'?: ClusterV1ChartInfo;
2432
'helmRelease'?: ClusterV1HelmRelease;
2533
'license'?: ManagementV1License;
34+
'nodeClaimData'?: ManagementV1NodeClaimData;
35+
'nodeEnvironmentData'?: ManagementV1NodeEnvironmentData;
36+
'nodeProviderBCMGetResourcesResult'?: ManagementV1NodeProviderBCMGetResourcesResult;
37+
'nodeProviderBCMNodeWithResources'?: ManagementV1NodeProviderBCMNodeWithResources;
38+
'nodeProviderBCMTestConnectionResult'?: ManagementV1NodeProviderBCMTestConnectionResult;
39+
'nodeProviderCalculateCostResult'?: ManagementV1NodeProviderCalculateCostResult;
40+
'nodeProviderExecResult'?: ManagementV1NodeProviderExecResult;
41+
'nodeProviderTerraformValidateResult'?: ManagementV1NodeProviderTerraformValidateResult;
2642
'sleepModeConfig'?: ClusterV1SleepModeConfig;
2743
'storageClusterQuota'?: StorageV1ClusterQuota;
2844

@@ -53,6 +69,54 @@ export class ManagementV1KioskSpec {
5369
"type": "ManagementV1License",
5470
"format": ""
5571
},
72+
{
73+
"name": "nodeClaimData",
74+
"baseName": "nodeClaimData",
75+
"type": "ManagementV1NodeClaimData",
76+
"format": ""
77+
},
78+
{
79+
"name": "nodeEnvironmentData",
80+
"baseName": "nodeEnvironmentData",
81+
"type": "ManagementV1NodeEnvironmentData",
82+
"format": ""
83+
},
84+
{
85+
"name": "nodeProviderBCMGetResourcesResult",
86+
"baseName": "nodeProviderBCMGetResourcesResult",
87+
"type": "ManagementV1NodeProviderBCMGetResourcesResult",
88+
"format": ""
89+
},
90+
{
91+
"name": "nodeProviderBCMNodeWithResources",
92+
"baseName": "nodeProviderBCMNodeWithResources",
93+
"type": "ManagementV1NodeProviderBCMNodeWithResources",
94+
"format": ""
95+
},
96+
{
97+
"name": "nodeProviderBCMTestConnectionResult",
98+
"baseName": "nodeProviderBCMTestConnectionResult",
99+
"type": "ManagementV1NodeProviderBCMTestConnectionResult",
100+
"format": ""
101+
},
102+
{
103+
"name": "nodeProviderCalculateCostResult",
104+
"baseName": "nodeProviderCalculateCostResult",
105+
"type": "ManagementV1NodeProviderCalculateCostResult",
106+
"format": ""
107+
},
108+
{
109+
"name": "nodeProviderExecResult",
110+
"baseName": "nodeProviderExecResult",
111+
"type": "ManagementV1NodeProviderExecResult",
112+
"format": ""
113+
},
114+
{
115+
"name": "nodeProviderTerraformValidateResult",
116+
"baseName": "nodeProviderTerraformValidateResult",
117+
"type": "ManagementV1NodeProviderTerraformValidateResult",
118+
"format": ""
119+
},
56120
{
57121
"name": "sleepModeConfig",
58122
"baseName": "sleepModeConfig",

gen/models/managementV1LicenseStatus.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
*/
1212

1313
import { LicenseApiLicense } from '../models/licenseApiLicense';
14+
import { LicenseApiPlatformDatabase } from '../models/licenseApiPlatformDatabase';
1415
import { LicenseApiResourceCount } from '../models/licenseApiResourceCount';
1516

1617

1718
export class ManagementV1LicenseStatus {
1819
'license'?: LicenseApiLicense;
20+
'platformDatabase'?: LicenseApiPlatformDatabase;
1921
/**
2022
* ResourceUsage shows the current usage of license limit.
2123
*/
@@ -30,6 +32,12 @@ export class ManagementV1LicenseStatus {
3032
"type": "LicenseApiLicense",
3133
"format": ""
3234
},
35+
{
36+
"name": "platformDatabase",
37+
"baseName": "platformDatabase",
38+
"type": "LicenseApiPlatformDatabase",
39+
"format": ""
40+
},
3341
{
3442
"name": "resourceUsage",
3543
"baseName": "resourceUsage",

0 commit comments

Comments
 (0)