You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gen/models/licenseApiLicense.ts
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,6 @@ import { LicenseApiPlan } from '../models/licenseApiPlan';
25
25
exportclassLicenseApiLicense{
26
26
'analytics'?: LicenseApiAnalytics;
27
27
/**
28
-
* Annotations contains additional metadata about the license.
29
-
*/
30
-
'annotations'?: {[key: string]: string;};
31
-
/**
32
28
* Announcements is a map string/string such that we can easily add any additional data without needing to change types. For now, we will use the keys \"name\" and \"content\".
33
29
*/
34
30
'announcement'?: Array<LicenseApiAnnouncement>;
@@ -75,12 +71,6 @@ export class LicenseApiLicense {
* 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
23
24
*/
@@ -27,7 +28,8 @@ export class ManagementV1VirtualClusterResourceUsage {
Copy file name to clipboardExpand all lines: gen/models/managementV1NodeClaimSpec.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import { V1Taint } from '../models/V1Taint';
19
19
*/
20
20
exportclassManagementV1NodeClaimSpec{
21
21
/**
22
-
* ControlPlane indicates if the node claim is for a control plane node. This is intentionally not omitempty as we want to ensure that the control plane is always set for easier checking in for example terraform templates.
22
+
* ControlPlane indicates if the node claim is for a control plane node.
23
23
*/
24
24
'controlPlane'?: boolean;
25
25
/**
@@ -37,7 +37,7 @@ export class ManagementV1NodeClaimSpec {
37
37
/**
38
38
* ProviderRef is the name of the NodeProvider that this NodeClaim is based on.
39
39
*/
40
-
'providerRef': string;
40
+
'providerRef'?: string;
41
41
/**
42
42
* Requirements are the requirements for the NodeClaim.
0 commit comments