@flightctl/types 1.1.0-rc1 → 1.1.0-rc4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/imagebuilder/index.d.ts +2 -0
- package/dist/imagebuilder/index.d.ts.map +1 -1
- package/dist/imagebuilder/index.js +1 -0
- package/dist/imagebuilder/index.js.map +1 -1
- package/dist/imagebuilder/models/ApiVersion.d.ts +8 -0
- package/dist/imagebuilder/models/ApiVersion.d.ts.map +1 -0
- package/dist/imagebuilder/models/ApiVersion.js +13 -0
- package/dist/imagebuilder/models/ApiVersion.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuild.d.ts +2 -4
- package/dist/imagebuilder/models/ImageBuild.d.ts.map +1 -1
- package/dist/imagebuilder/models/ImageBuildList.d.ts +2 -4
- package/dist/imagebuilder/models/ImageBuildList.d.ts.map +1 -1
- package/dist/imagebuilder/models/ImageExport.d.ts +2 -4
- package/dist/imagebuilder/models/ImageExport.d.ts.map +1 -1
- package/dist/imagebuilder/models/ImageExportList.d.ts +2 -4
- package/dist/imagebuilder/models/ImageExportList.d.ts.map +1 -1
- package/dist/imagebuilder/models/Status.d.ts +28 -0
- package/dist/imagebuilder/models/Status.d.ts.map +1 -0
- package/dist/imagebuilder/models/Status.js +2 -0
- package/dist/imagebuilder/models/Status.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models/ApiVersion.d.ts +9 -0
- package/dist/models/ApiVersion.d.ts.map +1 -0
- package/dist/models/ApiVersion.js +14 -0
- package/dist/models/ApiVersion.js.map +1 -0
- package/dist/models/ApplicationProviderBase.d.ts +12 -0
- package/dist/models/ApplicationProviderBase.d.ts.map +1 -0
- package/dist/models/ApplicationProviderBase.js +2 -0
- package/dist/models/ApplicationProviderBase.js.map +1 -0
- package/dist/models/ApplicationProviderSpec.d.ts +5 -15
- package/dist/models/ApplicationProviderSpec.d.ts.map +1 -1
- package/dist/models/ApplicationUser.d.ts +7 -0
- package/dist/models/ApplicationUser.d.ts.map +1 -0
- package/dist/models/ApplicationUser.js +2 -0
- package/dist/models/ApplicationUser.js.map +1 -0
- package/dist/models/AuthConfig.d.ts +2 -4
- package/dist/models/AuthConfig.d.ts.map +1 -1
- package/dist/models/AuthProvider.d.ts +2 -4
- package/dist/models/AuthProvider.d.ts.map +1 -1
- package/dist/models/AuthProviderList.d.ts +2 -4
- package/dist/models/AuthProviderList.d.ts.map +1 -1
- package/dist/models/CertificateSigningRequest.d.ts +2 -4
- package/dist/models/CertificateSigningRequest.d.ts.map +1 -1
- package/dist/models/CertificateSigningRequestList.d.ts +2 -4
- package/dist/models/CertificateSigningRequestList.d.ts.map +1 -1
- package/dist/models/ComposeApplication.d.ts +7 -0
- package/dist/models/ComposeApplication.d.ts.map +1 -0
- package/dist/models/ComposeApplication.js +2 -0
- package/dist/models/ComposeApplication.js.map +1 -0
- package/dist/models/ContainerApplication.d.ts +18 -0
- package/dist/models/ContainerApplication.d.ts.map +1 -0
- package/dist/models/ContainerApplication.js +2 -0
- package/dist/models/ContainerApplication.js.map +1 -0
- package/dist/models/ContainerApplicationProperties.d.ts +13 -0
- package/dist/models/ContainerApplicationProperties.d.ts.map +1 -0
- package/dist/models/ContainerApplicationProperties.js +2 -0
- package/dist/models/ContainerApplicationProperties.js.map +1 -0
- package/dist/models/Device.d.ts +2 -4
- package/dist/models/Device.d.ts.map +1 -1
- package/dist/models/DeviceList.d.ts +2 -4
- package/dist/models/DeviceList.d.ts.map +1 -1
- package/dist/models/EnrollmentRequest.d.ts +2 -4
- package/dist/models/EnrollmentRequest.d.ts.map +1 -1
- package/dist/models/EnrollmentRequestList.d.ts +2 -4
- package/dist/models/EnrollmentRequestList.d.ts.map +1 -1
- package/dist/models/Event.d.ts +2 -4
- package/dist/models/Event.d.ts.map +1 -1
- package/dist/models/Event.js.map +1 -1
- package/dist/models/EventList.d.ts +2 -4
- package/dist/models/EventList.d.ts.map +1 -1
- package/dist/models/Fleet.d.ts +2 -4
- package/dist/models/Fleet.d.ts.map +1 -1
- package/dist/models/FleetList.d.ts +2 -4
- package/dist/models/FleetList.d.ts.map +1 -1
- package/dist/models/HelmApplication.d.ts +20 -0
- package/dist/models/HelmApplication.d.ts.map +1 -0
- package/dist/models/HelmApplication.js +2 -0
- package/dist/models/HelmApplication.js.map +1 -0
- package/dist/models/ImageApplicationProviderSpec.d.ts +2 -22
- package/dist/models/ImageApplicationProviderSpec.d.ts.map +1 -1
- package/dist/models/InlineApplicationProviderSpec.d.ts +2 -3
- package/dist/models/InlineApplicationProviderSpec.d.ts.map +1 -1
- package/dist/models/Organization.d.ts +2 -4
- package/dist/models/Organization.d.ts.map +1 -1
- package/dist/models/OrganizationList.d.ts +2 -4
- package/dist/models/OrganizationList.d.ts.map +1 -1
- package/dist/models/QuadletApplication.d.ts +8 -0
- package/dist/models/QuadletApplication.d.ts.map +1 -0
- package/dist/models/QuadletApplication.js +2 -0
- package/dist/models/QuadletApplication.js.map +1 -0
- package/dist/models/Repository.d.ts +2 -4
- package/dist/models/Repository.d.ts.map +1 -1
- package/dist/models/RepositoryList.d.ts +2 -4
- package/dist/models/RepositoryList.d.ts.map +1 -1
- package/dist/models/ResourceSync.d.ts +2 -4
- package/dist/models/ResourceSync.d.ts.map +1 -1
- package/dist/models/ResourceSyncList.d.ts +2 -4
- package/dist/models/ResourceSyncList.d.ts.map +1 -1
- package/dist/models/Status.d.ts +2 -4
- package/dist/models/Status.d.ts.map +1 -1
- package/dist/models/TemplateVersion.d.ts +2 -4
- package/dist/models/TemplateVersion.d.ts.map +1 -1
- package/dist/models/TemplateVersionList.d.ts +2 -4
- package/dist/models/TemplateVersionList.d.ts.map +1 -1
- package/dist/scripts/openapi-typescript.js +8 -5
- package/dist/scripts/openapi-typescript.js.map +1 -1
- package/dist/scripts/openapi-utils.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/imagebuilder/index.ts +2 -0
- package/imagebuilder/models/ApiVersion.ts +11 -0
- package/imagebuilder/models/ImageBuild.ts +2 -4
- package/imagebuilder/models/ImageBuildList.ts +2 -4
- package/imagebuilder/models/ImageExport.ts +2 -4
- package/imagebuilder/models/ImageExportList.ts +2 -4
- package/imagebuilder/models/Status.ts +32 -0
- package/index.ts +8 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openapi-typescript.js","sourceRoot":"","sources":["../../scripts/openapi-typescript.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,IAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AACzB,IAAM,UAAU,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;AAC1C,IAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;AAC7B,IAAM,OAAO,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC;AACtD,IAAM,IAAI,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AAE1B,IAAA,KAAqD,OAAO,CAAC,iBAAiB,CAAC,EAA7E,MAAM,YAAA,EAAE,OAAO,aAAA,EAAE,6BAA6B,mCAA+B,CAAC;AAEtF,IAAM,QAAQ,GAAG,MAAM,CAAC;AACxB,IAAM,gBAAgB,GAAG,cAAc,CAAC;AAExC,IAAM,aAAa,GAAG,UAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"openapi-typescript.js","sourceRoot":"","sources":["../../scripts/openapi-typescript.js"],"names":[],"mappings":"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"}
|
|
@@ -10,8 +10,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
});
|
|
11
11
|
};
|
|
12
12
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
13
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
14
|
-
return g =
|
|
13
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
14
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
15
15
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
16
16
|
function step(op) {
|
|
17
17
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"root":["../index.ts","../imagebuilder/index.ts","../imagebuilder/models/ApiVersion.ts","../imagebuilder/models/BindingType.ts","../imagebuilder/models/EarlyBinding.ts","../imagebuilder/models/ExportFormatType.ts","../imagebuilder/models/ImageBuild.ts","../imagebuilder/models/ImageBuildBinding.ts","../imagebuilder/models/ImageBuildCondition.ts","../imagebuilder/models/ImageBuildConditionReason.ts","../imagebuilder/models/ImageBuildConditionType.ts","../imagebuilder/models/ImageBuildDestination.ts","../imagebuilder/models/ImageBuildList.ts","../imagebuilder/models/ImageBuildRefSource.ts","../imagebuilder/models/ImageBuildSource.ts","../imagebuilder/models/ImageBuildSpec.ts","../imagebuilder/models/ImageBuildStatus.ts","../imagebuilder/models/ImageBuildUserConfiguration.ts","../imagebuilder/models/ImageExport.ts","../imagebuilder/models/ImageExportCondition.ts","../imagebuilder/models/ImageExportConditionReason.ts","../imagebuilder/models/ImageExportConditionType.ts","../imagebuilder/models/ImageExportFormatPhase.ts","../imagebuilder/models/ImageExportList.ts","../imagebuilder/models/ImageExportSource.ts","../imagebuilder/models/ImageExportSourceType.ts","../imagebuilder/models/ImageExportSpec.ts","../imagebuilder/models/ImageExportStatus.ts","../imagebuilder/models/LateBinding.ts","../imagebuilder/models/ResourceKind.ts","../imagebuilder/models/Status.ts","../models/AapProviderSpec.ts","../models/AbsolutePath.ts","../models/ApiVersion.ts","../models/AppType.ts","../models/ApplicationContent.ts","../models/ApplicationEnvVars.ts","../models/ApplicationPort.ts","../models/ApplicationProviderBase.ts","../models/ApplicationProviderSpec.ts","../models/ApplicationResourceLimits.ts","../models/ApplicationResources.ts","../models/ApplicationStatusType.ts","../models/ApplicationUser.ts","../models/ApplicationVolume.ts","../models/ApplicationVolumeProviderSpec.ts","../models/ApplicationVolumeReclaimPolicy.ts","../models/ApplicationVolumeStatus.ts","../models/ApplicationsSummaryStatusType.ts","../models/AuthConfig.ts","../models/AuthDynamicOrganizationAssignment.ts","../models/AuthDynamicRoleAssignment.ts","../models/AuthOrganizationAssignment.ts","../models/AuthPerUserOrganizationAssignment.ts","../models/AuthProvider.ts","../models/AuthProviderList.ts","../models/AuthProviderSpec.ts","../models/AuthRoleAssignment.ts","../models/AuthStaticOrganizationAssignment.ts","../models/AuthStaticRoleAssignment.ts","../models/Batch.ts","../models/BatchSequence.ts","../models/CertificateSigningRequest.ts","../models/CertificateSigningRequestList.ts","../models/CertificateSigningRequestSpec.ts","../models/CertificateSigningRequestStatus.ts","../models/ComposeApplication.ts","../models/Condition.ts","../models/ConditionBase.ts","../models/ConditionStatus.ts","../models/ConditionType.ts","../models/ConfigProviderSpec.ts","../models/ContainerApplication.ts","../models/ContainerApplicationProperties.ts","../models/CpuResourceMonitorSpec.ts","../models/CronExpression.ts","../models/CustomDeviceInfo.ts","../models/Device.ts","../models/DeviceApplicationStatus.ts","../models/DeviceApplicationsSummaryStatus.ts","../models/DeviceConfigStatus.ts","../models/DeviceConsole.ts","../models/DeviceDecommission.ts","../models/DeviceDecommissionTargetType.ts","../models/DeviceIntegrityCheckStatus.ts","../models/DeviceIntegrityCheckStatusType.ts","../models/DeviceIntegrityStatus.ts","../models/DeviceIntegrityStatusSummaryType.ts","../models/DeviceLastSeen.ts","../models/DeviceLifecycleHookType.ts","../models/DeviceLifecycleStatus.ts","../models/DeviceLifecycleStatusType.ts","../models/DeviceList.ts","../models/DeviceMultipleOwnersDetectedDetails.ts","../models/DeviceMultipleOwnersResolvedDetails.ts","../models/DeviceOsSpec.ts","../models/DeviceOsStatus.ts","../models/DeviceOwnershipChangedDetails.ts","../models/DeviceResourceStatus.ts","../models/DeviceResourceStatusType.ts","../models/DeviceResumeRequest.ts","../models/DeviceResumeResponse.ts","../models/DeviceSpec.ts","../models/DeviceStatus.ts","../models/DeviceSummaryStatus.ts","../models/DeviceSummaryStatusType.ts","../models/DeviceSystemInfo.ts","../models/DeviceUpdatePolicySpec.ts","../models/DeviceUpdatedStatus.ts","../models/DeviceUpdatedStatusType.ts","../models/DevicesSummary.ts","../models/DiskResourceMonitorSpec.ts","../models/DisruptionBudget.ts","../models/DockerAuth.ts","../models/Duration.ts","../models/EncodingType.ts","../models/EnrollmentConfig.ts","../models/EnrollmentRequest.ts","../models/EnrollmentRequestApproval.ts","../models/EnrollmentRequestApprovalStatus.ts","../models/EnrollmentRequestList.ts","../models/EnrollmentRequestSpec.ts","../models/EnrollmentRequestStatus.ts","../models/EnrollmentService.ts","../models/EnrollmentServiceAuth.ts","../models/EnrollmentServiceService.ts","../models/Event.ts","../models/EventDetails.ts","../models/EventList.ts","../models/EventSource.ts","../models/FileContent.ts","../models/FileMetadata.ts","../models/FileOperation.ts","../models/FileSpec.ts","../models/Fleet.ts","../models/FleetList.ts","../models/FleetRolloutBatchCompletedDetails.ts","../models/FleetRolloutBatchDispatchedDetails.ts","../models/FleetRolloutCompletedDetails.ts","../models/FleetRolloutDeviceSelectedDetails.ts","../models/FleetRolloutFailedDetails.ts","../models/FleetRolloutStartedDetails.ts","../models/FleetRolloutStatus.ts","../models/FleetSpec.ts","../models/FleetStatus.ts","../models/GitConfigProviderSpec.ts","../models/GitHubIntrospectionSpec.ts","../models/GitRepoSpec.ts","../models/HelmApplication.ts","../models/HookAction.ts","../models/HookActionRun.ts","../models/HookCondition.ts","../models/HookConditionExpression.ts","../models/HookConditionPathOp.ts","../models/HttpConfig.ts","../models/HttpConfigProviderSpec.ts","../models/HttpRepoSpec.ts","../models/ImageApplicationProviderSpec.ts","../models/ImageMountVolumeProviderSpec.ts","../models/ImagePullPolicy.ts","../models/ImageVolumeProviderSpec.ts","../models/ImageVolumeSource.ts","../models/InlineApplicationProviderSpec.ts","../models/InlineConfigProviderSpec.ts","../models/InternalTaskFailedDetails.ts","../models/InternalTaskPermanentlyFailedDetails.ts","../models/JwtIntrospectionSpec.ts","../models/K8sProviderSpec.ts","../models/KubernetesSecretProviderSpec.ts","../models/LabelList.ts","../models/LabelSelector.ts","../models/ListMeta.ts","../models/MatchExpression.ts","../models/MatchExpressions.ts","../models/MemoryResourceMonitorSpec.ts","../models/MountVolumeProviderSpec.ts","../models/OAuth2Introspection.ts","../models/OAuth2ProviderSpec.ts","../models/OIDCProviderSpec.ts","../models/ObjectMeta.ts","../models/ObjectReference.ts","../models/OciAuth.ts","../models/OciAuthType.ts","../models/OciRepoSpec.ts","../models/OpenShiftProviderSpec.ts","../models/Organization.ts","../models/OrganizationList.ts","../models/OrganizationSpec.ts","../models/PatchRequest.ts","../models/Percentage.ts","../models/Permission.ts","../models/PermissionList.ts","../models/QuadletApplication.ts","../models/ReferencedRepositoryUpdatedDetails.ts","../models/RelativePath.ts","../models/RepoSpecType.ts","../models/Repository.ts","../models/RepositoryList.ts","../models/RepositorySpec.ts","../models/RepositoryStatus.ts","../models/ResourceAlertRule.ts","../models/ResourceAlertSeverityType.ts","../models/ResourceKind.ts","../models/ResourceMonitor.ts","../models/ResourceMonitorSpec.ts","../models/ResourceSync.ts","../models/ResourceSyncCompletedDetails.ts","../models/ResourceSyncList.ts","../models/ResourceSyncSpec.ts","../models/ResourceSyncStatus.ts","../models/ResourceUpdatedDetails.ts","../models/Rfc7662IntrospectionSpec.ts","../models/RolloutDeviceSelection.ts","../models/RolloutPolicy.ts","../models/RolloutStrategy.ts","../models/SshConfig.ts","../models/Status.ts","../models/SystemdActiveStateType.ts","../models/SystemdEnableStateType.ts","../models/SystemdLoadStateType.ts","../models/SystemdUnitStatus.ts","../models/TemplateVersion.ts","../models/TemplateVersionList.ts","../models/TemplateVersionSpec.ts","../models/TemplateVersionStatus.ts","../models/TimeZone.ts","../models/TokenRequest.ts","../models/TokenResponse.ts","../models/UpdateSchedule.ts","../models/UserInfoResponse.ts","../models/Version.ts","../models/VolumeMount.ts","../scripts/openapi-typescript.js","../scripts/openapi-utils.js"],"version":"5.9.3"}
|
package/imagebuilder/index.ts
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
|
|
6
|
+
export { ApiVersion } from './models/ApiVersion';
|
|
6
7
|
export { BindingType } from './models/BindingType';
|
|
7
8
|
export type { EarlyBinding } from './models/EarlyBinding';
|
|
8
9
|
export { ExportFormatType } from './models/ExportFormatType';
|
|
@@ -30,3 +31,4 @@ export type { ImageExportSpec } from './models/ImageExportSpec';
|
|
|
30
31
|
export type { ImageExportStatus } from './models/ImageExportStatus';
|
|
31
32
|
export type { LateBinding } from './models/LateBinding';
|
|
32
33
|
export { ResourceKind } from './models/ResourceKind';
|
|
34
|
+
export type { Status } from './models/Status';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* 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.
|
|
7
|
+
*/
|
|
8
|
+
export enum ApiVersion {
|
|
9
|
+
ApiVersionV1alpha1 = 'v1alpha1',
|
|
10
|
+
ApiVersionFlightctlIoV1alpha1 = 'flightctl.io/v1alpha1',
|
|
11
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
|
+
import type { ApiVersion } from './ApiVersion';
|
|
5
6
|
import type { ObjectMeta } from '../../models/ObjectMeta';
|
|
6
7
|
import type { ImageBuildSpec } from './ImageBuildSpec';
|
|
7
8
|
import type { ImageBuildStatus } from './ImageBuildStatus';
|
|
@@ -10,10 +11,7 @@ import type { ImageExport } from './ImageExport';
|
|
|
10
11
|
* ImageBuild represents a build request for a container image.
|
|
11
12
|
*/
|
|
12
13
|
export type ImageBuild = {
|
|
13
|
-
|
|
14
|
-
* 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.
|
|
15
|
-
*/
|
|
16
|
-
apiVersion: string;
|
|
14
|
+
apiVersion: ApiVersion;
|
|
17
15
|
/**
|
|
18
16
|
* 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.
|
|
19
17
|
*/
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
|
+
import type { ApiVersion } from './ApiVersion';
|
|
5
6
|
import type { ListMeta } from '../../models/ListMeta';
|
|
6
7
|
import type { ImageBuild } from './ImageBuild';
|
|
7
8
|
/**
|
|
8
9
|
* ImageBuildList is a list of ImageBuild resources.
|
|
9
10
|
*/
|
|
10
11
|
export type ImageBuildList = {
|
|
11
|
-
|
|
12
|
-
* 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.
|
|
13
|
-
*/
|
|
14
|
-
apiVersion: string;
|
|
12
|
+
apiVersion: ApiVersion;
|
|
15
13
|
/**
|
|
16
14
|
* 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.
|
|
17
15
|
*/
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
|
+
import type { ApiVersion } from './ApiVersion';
|
|
5
6
|
import type { ObjectMeta } from '../../models/ObjectMeta';
|
|
6
7
|
import type { ImageExportSpec } from './ImageExportSpec';
|
|
7
8
|
import type { ImageExportStatus } from './ImageExportStatus';
|
|
@@ -9,10 +10,7 @@ import type { ImageExportStatus } from './ImageExportStatus';
|
|
|
9
10
|
* ImageExport represents an export request to convert and push images to different formats.
|
|
10
11
|
*/
|
|
11
12
|
export type ImageExport = {
|
|
12
|
-
|
|
13
|
-
* 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.
|
|
14
|
-
*/
|
|
15
|
-
apiVersion: string;
|
|
13
|
+
apiVersion: ApiVersion;
|
|
16
14
|
/**
|
|
17
15
|
* 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.
|
|
18
16
|
*/
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
|
+
import type { ApiVersion } from './ApiVersion';
|
|
5
6
|
import type { ListMeta } from '../../models/ListMeta';
|
|
6
7
|
import type { ImageExport } from './ImageExport';
|
|
7
8
|
/**
|
|
8
9
|
* ImageExportList is a list of ImageExport resources.
|
|
9
10
|
*/
|
|
10
11
|
export type ImageExportList = {
|
|
11
|
-
|
|
12
|
-
* 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.
|
|
13
|
-
*/
|
|
14
|
-
apiVersion: string;
|
|
12
|
+
apiVersion: ApiVersion;
|
|
15
13
|
/**
|
|
16
14
|
* 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.
|
|
17
15
|
*/
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
import type { ApiVersion } from './ApiVersion';
|
|
6
|
+
/**
|
|
7
|
+
* Status is a return value for calls that don't return other objects.
|
|
8
|
+
*/
|
|
9
|
+
export type Status = {
|
|
10
|
+
apiVersion: ApiVersion;
|
|
11
|
+
/**
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
kind: string;
|
|
15
|
+
/**
|
|
16
|
+
* Suggested HTTP return code for this status, 0 if not set.
|
|
17
|
+
*/
|
|
18
|
+
code: number;
|
|
19
|
+
/**
|
|
20
|
+
* A human-readable description of the status of this operation.
|
|
21
|
+
*/
|
|
22
|
+
message: string;
|
|
23
|
+
/**
|
|
24
|
+
* A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
|
|
25
|
+
*/
|
|
26
|
+
reason: string;
|
|
27
|
+
/**
|
|
28
|
+
* Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
|
|
29
|
+
*/
|
|
30
|
+
status: string;
|
|
31
|
+
};
|
|
32
|
+
|
package/index.ts
CHANGED
|
@@ -5,14 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
export type { AapProviderSpec } from './models/AapProviderSpec';
|
|
7
7
|
export type { AbsolutePath } from './models/AbsolutePath';
|
|
8
|
+
export { ApiVersion } from './models/ApiVersion';
|
|
8
9
|
export type { ApplicationContent } from './models/ApplicationContent';
|
|
9
10
|
export type { ApplicationEnvVars } from './models/ApplicationEnvVars';
|
|
10
11
|
export type { ApplicationPort } from './models/ApplicationPort';
|
|
12
|
+
export type { ApplicationProviderBase } from './models/ApplicationProviderBase';
|
|
11
13
|
export type { ApplicationProviderSpec } from './models/ApplicationProviderSpec';
|
|
12
14
|
export type { ApplicationResourceLimits } from './models/ApplicationResourceLimits';
|
|
13
15
|
export type { ApplicationResources } from './models/ApplicationResources';
|
|
14
16
|
export { ApplicationsSummaryStatusType } from './models/ApplicationsSummaryStatusType';
|
|
15
17
|
export { ApplicationStatusType } from './models/ApplicationStatusType';
|
|
18
|
+
export type { ApplicationUser } from './models/ApplicationUser';
|
|
16
19
|
export type { ApplicationVolume } from './models/ApplicationVolume';
|
|
17
20
|
export type { ApplicationVolumeProviderSpec } from './models/ApplicationVolumeProviderSpec';
|
|
18
21
|
export { ApplicationVolumeReclaimPolicy } from './models/ApplicationVolumeReclaimPolicy';
|
|
@@ -35,11 +38,14 @@ export type { CertificateSigningRequest } from './models/CertificateSigningReque
|
|
|
35
38
|
export type { CertificateSigningRequestList } from './models/CertificateSigningRequestList';
|
|
36
39
|
export type { CertificateSigningRequestSpec } from './models/CertificateSigningRequestSpec';
|
|
37
40
|
export type { CertificateSigningRequestStatus } from './models/CertificateSigningRequestStatus';
|
|
41
|
+
export type { ComposeApplication } from './models/ComposeApplication';
|
|
38
42
|
export type { Condition } from './models/Condition';
|
|
39
43
|
export type { ConditionBase } from './models/ConditionBase';
|
|
40
44
|
export { ConditionStatus } from './models/ConditionStatus';
|
|
41
45
|
export { ConditionType } from './models/ConditionType';
|
|
42
46
|
export type { ConfigProviderSpec } from './models/ConfigProviderSpec';
|
|
47
|
+
export type { ContainerApplication } from './models/ContainerApplication';
|
|
48
|
+
export type { ContainerApplicationProperties } from './models/ContainerApplicationProperties';
|
|
43
49
|
export type { CpuResourceMonitorSpec } from './models/CpuResourceMonitorSpec';
|
|
44
50
|
export type { CronExpression } from './models/CronExpression';
|
|
45
51
|
export type { CustomDeviceInfo } from './models/CustomDeviceInfo';
|
|
@@ -114,6 +120,7 @@ export type { FleetStatus } from './models/FleetStatus';
|
|
|
114
120
|
export type { GitConfigProviderSpec } from './models/GitConfigProviderSpec';
|
|
115
121
|
export type { GitHubIntrospectionSpec } from './models/GitHubIntrospectionSpec';
|
|
116
122
|
export type { GitRepoSpec } from './models/GitRepoSpec';
|
|
123
|
+
export type { HelmApplication } from './models/HelmApplication';
|
|
117
124
|
export type { HookAction } from './models/HookAction';
|
|
118
125
|
export type { HookActionRun } from './models/HookActionRun';
|
|
119
126
|
export type { HookCondition } from './models/HookCondition';
|
|
@@ -157,6 +164,7 @@ export type { PatchRequest } from './models/PatchRequest';
|
|
|
157
164
|
export type { Percentage } from './models/Percentage';
|
|
158
165
|
export type { Permission } from './models/Permission';
|
|
159
166
|
export type { PermissionList } from './models/PermissionList';
|
|
167
|
+
export type { QuadletApplication } from './models/QuadletApplication';
|
|
160
168
|
export type { ReferencedRepositoryUpdatedDetails } from './models/ReferencedRepositoryUpdatedDetails';
|
|
161
169
|
export type { RelativePath } from './models/RelativePath';
|
|
162
170
|
export type { Repository } from './models/Repository';
|
package/package.json
CHANGED