@flightctl/types 1.0.2 → 1.1.0-rc3
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 +30 -0
- package/dist/imagebuilder/index.d.ts.map +1 -0
- package/dist/imagebuilder/index.js +15 -0
- package/dist/imagebuilder/index.js.map +1 -0
- 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/BindingType.d.ts +8 -0
- package/dist/imagebuilder/models/BindingType.d.ts.map +1 -0
- package/dist/imagebuilder/models/BindingType.js +13 -0
- package/dist/imagebuilder/models/BindingType.js.map +1 -0
- package/dist/imagebuilder/models/EarlyBinding.d.ts +10 -0
- package/dist/imagebuilder/models/EarlyBinding.d.ts.map +1 -0
- package/dist/imagebuilder/models/EarlyBinding.js +2 -0
- package/dist/imagebuilder/models/EarlyBinding.js.map +1 -0
- package/dist/imagebuilder/models/ExportFormatType.d.ts +10 -0
- package/dist/imagebuilder/models/ExportFormatType.d.ts.map +1 -0
- package/dist/imagebuilder/models/ExportFormatType.js +15 -0
- package/dist/imagebuilder/models/ExportFormatType.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuild.d.ts +23 -0
- package/dist/imagebuilder/models/ImageBuild.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuild.js +2 -0
- package/dist/imagebuilder/models/ImageBuild.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildBinding.d.ts +7 -0
- package/dist/imagebuilder/models/ImageBuildBinding.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildBinding.js +2 -0
- package/dist/imagebuilder/models/ImageBuildBinding.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildCondition.d.ts +9 -0
- package/dist/imagebuilder/models/ImageBuildCondition.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildCondition.js +2 -0
- package/dist/imagebuilder/models/ImageBuildCondition.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildConditionReason.d.ts +13 -0
- package/dist/imagebuilder/models/ImageBuildConditionReason.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildConditionReason.js +18 -0
- package/dist/imagebuilder/models/ImageBuildConditionReason.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildConditionType.d.ts +7 -0
- package/dist/imagebuilder/models/ImageBuildConditionType.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildConditionType.js +12 -0
- package/dist/imagebuilder/models/ImageBuildConditionType.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildDestination.d.ts +18 -0
- package/dist/imagebuilder/models/ImageBuildDestination.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildDestination.js +2 -0
- package/dist/imagebuilder/models/ImageBuildDestination.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildList.d.ts +19 -0
- package/dist/imagebuilder/models/ImageBuildList.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildList.js +2 -0
- package/dist/imagebuilder/models/ImageBuildList.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildRefSource.d.ts +14 -0
- package/dist/imagebuilder/models/ImageBuildRefSource.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildRefSource.js +2 -0
- package/dist/imagebuilder/models/ImageBuildRefSource.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildSource.d.ts +18 -0
- package/dist/imagebuilder/models/ImageBuildSource.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildSource.js +2 -0
- package/dist/imagebuilder/models/ImageBuildSource.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildSpec.d.ts +14 -0
- package/dist/imagebuilder/models/ImageBuildSpec.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildSpec.js +2 -0
- package/dist/imagebuilder/models/ImageBuildSpec.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildStatus.d.ts +27 -0
- package/dist/imagebuilder/models/ImageBuildStatus.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildStatus.js +2 -0
- package/dist/imagebuilder/models/ImageBuildStatus.js.map +1 -0
- package/dist/imagebuilder/models/ImageBuildUserConfiguration.d.ts +14 -0
- package/dist/imagebuilder/models/ImageBuildUserConfiguration.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageBuildUserConfiguration.js +2 -0
- package/dist/imagebuilder/models/ImageBuildUserConfiguration.js.map +1 -0
- package/dist/imagebuilder/models/ImageExport.d.ts +18 -0
- package/dist/imagebuilder/models/ImageExport.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExport.js +2 -0
- package/dist/imagebuilder/models/ImageExport.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportCondition.d.ts +9 -0
- package/dist/imagebuilder/models/ImageExportCondition.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportCondition.js +2 -0
- package/dist/imagebuilder/models/ImageExportCondition.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportConditionReason.d.ts +13 -0
- package/dist/imagebuilder/models/ImageExportConditionReason.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportConditionReason.js +18 -0
- package/dist/imagebuilder/models/ImageExportConditionReason.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportConditionType.d.ts +7 -0
- package/dist/imagebuilder/models/ImageExportConditionType.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportConditionType.js +12 -0
- package/dist/imagebuilder/models/ImageExportConditionType.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportFormatPhase.d.ts +11 -0
- package/dist/imagebuilder/models/ImageExportFormatPhase.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportFormatPhase.js +16 -0
- package/dist/imagebuilder/models/ImageExportFormatPhase.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportList.d.ts +19 -0
- package/dist/imagebuilder/models/ImageExportList.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportList.js +2 -0
- package/dist/imagebuilder/models/ImageExportList.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportSource.d.ts +6 -0
- package/dist/imagebuilder/models/ImageExportSource.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportSource.js +2 -0
- package/dist/imagebuilder/models/ImageExportSource.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportSourceType.d.ts +7 -0
- package/dist/imagebuilder/models/ImageExportSourceType.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportSourceType.js +12 -0
- package/dist/imagebuilder/models/ImageExportSourceType.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportSpec.d.ts +10 -0
- package/dist/imagebuilder/models/ImageExportSpec.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportSpec.js +2 -0
- package/dist/imagebuilder/models/ImageExportSpec.js.map +1 -0
- package/dist/imagebuilder/models/ImageExportStatus.d.ts +19 -0
- package/dist/imagebuilder/models/ImageExportStatus.d.ts.map +1 -0
- package/dist/imagebuilder/models/ImageExportStatus.js +2 -0
- package/dist/imagebuilder/models/ImageExportStatus.js.map +1 -0
- package/dist/imagebuilder/models/LateBinding.d.ts +10 -0
- package/dist/imagebuilder/models/LateBinding.d.ts.map +1 -0
- package/dist/imagebuilder/models/LateBinding.js +2 -0
- package/dist/imagebuilder/models/LateBinding.js.map +1 -0
- package/dist/imagebuilder/models/ResourceKind.d.ts +8 -0
- package/dist/imagebuilder/models/ResourceKind.d.ts.map +1 -0
- package/dist/imagebuilder/models/ResourceKind.js +13 -0
- package/dist/imagebuilder/models/ResourceKind.js.map +1 -0
- 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 +15 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -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/AppType.d.ts +2 -1
- package/dist/models/AppType.d.ts.map +1 -1
- package/dist/models/AppType.js +1 -0
- package/dist/models/AppType.js.map +1 -1
- 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 -11
- 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/ApplicationVolume.d.ts +2 -0
- package/dist/models/ApplicationVolume.d.ts.map +1 -1
- package/dist/models/ApplicationVolumeReclaimPolicy.d.ts +7 -0
- package/dist/models/ApplicationVolumeReclaimPolicy.d.ts.map +1 -0
- package/dist/models/ApplicationVolumeReclaimPolicy.js +12 -0
- package/dist/models/ApplicationVolumeReclaimPolicy.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/Condition.d.ts +3 -20
- package/dist/models/Condition.d.ts.map +1 -1
- package/dist/models/ConditionBase.d.ts +24 -0
- package/dist/models/ConditionBase.d.ts.map +1 -0
- package/dist/models/ConditionBase.js +2 -0
- package/dist/models/ConditionBase.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/DeviceApplicationStatus.d.ts +4 -0
- package/dist/models/DeviceApplicationStatus.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/DockerAuth.d.ts +15 -0
- package/dist/models/DockerAuth.d.ts.map +1 -0
- package/dist/models/DockerAuth.js +2 -0
- package/dist/models/DockerAuth.js.map +1 -0
- 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/GitRepoSpec.d.ts +18 -0
- package/dist/models/GitRepoSpec.d.ts.map +1 -0
- package/dist/models/GitRepoSpec.js +2 -0
- package/dist/models/GitRepoSpec.js.map +1 -0
- 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/HttpRepoSpec.d.ts +9 -4
- package/dist/models/HttpRepoSpec.d.ts.map +1 -1
- package/dist/models/ImageApplicationProviderSpec.d.ts +2 -10
- 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/K8sProviderSpec.d.ts +4 -0
- package/dist/models/K8sProviderSpec.d.ts.map +1 -1
- package/dist/models/KubernetesSecretProviderSpec.d.ts +8 -0
- package/dist/models/KubernetesSecretProviderSpec.d.ts.map +1 -1
- package/dist/models/OciAuth.d.ts +6 -0
- package/dist/models/OciAuth.d.ts.map +1 -0
- package/dist/models/OciAuth.js +2 -0
- package/dist/models/OciAuth.js.map +1 -0
- package/dist/models/OciAuthType.d.ts +7 -0
- package/dist/models/OciAuthType.d.ts.map +1 -0
- package/dist/models/OciAuthType.js +12 -0
- package/dist/models/OciAuthType.js.map +1 -0
- package/dist/models/OciRepoSpec.d.ts +48 -0
- package/dist/models/OciRepoSpec.d.ts.map +1 -0
- package/dist/models/OciRepoSpec.js +20 -0
- package/dist/models/OciRepoSpec.js.map +1 -0
- package/dist/models/OpenShiftProviderSpec.d.ts +8 -0
- package/dist/models/OpenShiftProviderSpec.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/RepoSpecType.d.ts +3 -2
- package/dist/models/RepoSpecType.d.ts.map +1 -1
- package/dist/models/RepoSpecType.js +3 -2
- package/dist/models/RepoSpecType.js.map +1 -1
- 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/RepositorySpec.d.ts +3 -3
- package/dist/models/RepositorySpec.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 +127 -17
- package/dist/scripts/openapi-typescript.js.map +1 -1
- package/dist/scripts/openapi-utils.d.ts +23 -0
- package/dist/scripts/openapi-utils.d.ts.map +1 -0
- package/dist/scripts/openapi-utils.js +213 -0
- package/dist/scripts/openapi-utils.js.map +1 -0
- package/imagebuilder/index.ts +34 -0
- package/imagebuilder/models/ApiVersion.ts +11 -0
- package/imagebuilder/models/BindingType.ts +11 -0
- package/imagebuilder/models/EarlyBinding.ts +14 -0
- package/imagebuilder/models/ExportFormatType.ts +13 -0
- package/imagebuilder/models/ImageBuild.ts +27 -0
- package/imagebuilder/models/ImageBuildBinding.ts +11 -0
- package/imagebuilder/models/ImageBuildCondition.ts +13 -0
- package/imagebuilder/models/ImageBuildConditionReason.ts +16 -0
- package/imagebuilder/models/ImageBuildConditionType.ts +10 -0
- package/imagebuilder/models/ImageBuildDestination.ts +22 -0
- package/imagebuilder/models/ImageBuildList.ts +23 -0
- package/imagebuilder/models/ImageBuildRefSource.ts +18 -0
- package/imagebuilder/models/ImageBuildSource.ts +22 -0
- package/imagebuilder/models/ImageBuildSpec.ts +18 -0
- package/imagebuilder/models/ImageBuildStatus.ts +31 -0
- package/imagebuilder/models/ImageBuildUserConfiguration.ts +18 -0
- package/imagebuilder/models/ImageExport.ts +22 -0
- package/imagebuilder/models/ImageExportCondition.ts +13 -0
- package/imagebuilder/models/ImageExportConditionReason.ts +16 -0
- package/imagebuilder/models/ImageExportConditionType.ts +10 -0
- package/imagebuilder/models/ImageExportFormatPhase.ts +14 -0
- package/imagebuilder/models/ImageExportList.ts +23 -0
- package/imagebuilder/models/ImageExportSource.ts +10 -0
- package/imagebuilder/models/ImageExportSourceType.ts +10 -0
- package/imagebuilder/models/ImageExportSpec.ts +14 -0
- package/imagebuilder/models/ImageExportStatus.ts +23 -0
- package/imagebuilder/models/LateBinding.ts +14 -0
- package/imagebuilder/models/ResourceKind.ts +11 -0
- package/imagebuilder/models/Status.ts +32 -0
- package/index.ts +15 -2
- package/package.json +9 -3
- package/dist/models/GenericRepoSpec.d.ts +0 -9
- package/dist/models/GenericRepoSpec.d.ts.map +0 -1
- package/dist/models/GenericRepoSpec.js +0 -2
- package/dist/models/GenericRepoSpec.js.map +0 -1
- package/dist/models/SshRepoSpec.d.ts +0 -11
- package/dist/models/SshRepoSpec.d.ts.map +0 -1
- package/dist/models/SshRepoSpec.js +0 -2
- package/dist/models/SshRepoSpec.js.map +0 -1
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
5
|
-
export type ApplicationProviderSpec = (
|
|
6
|
-
/**
|
|
7
|
-
* The application name must be 1–253 characters long, start with a letter or number, and contain no whitespace.
|
|
8
|
-
*/
|
|
9
|
-
name?: string;
|
|
10
|
-
appType: AppType;
|
|
11
|
-
} & (ImageApplicationProviderSpec | InlineApplicationProviderSpec));
|
|
1
|
+
import type { ComposeApplication } from './ComposeApplication';
|
|
2
|
+
import type { ContainerApplication } from './ContainerApplication';
|
|
3
|
+
import type { HelmApplication } from './HelmApplication';
|
|
4
|
+
import type { QuadletApplication } from './QuadletApplication';
|
|
5
|
+
export type ApplicationProviderSpec = (ComposeApplication | QuadletApplication | ContainerApplication | HelmApplication);
|
|
12
6
|
//# sourceMappingURL=ApplicationProviderSpec.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../models/ApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"ApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../models/ApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,MAAM,MAAM,uBAAuB,GAAG,CAAC,kBAAkB,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type ApplicationUser = {
|
|
2
|
+
/**
|
|
3
|
+
* The username of the system user this application should be run under. This is not the same as the user within any containers of the application (if applicable). Defaults to the user that the agent runs as (generally root) if not specified.
|
|
4
|
+
*/
|
|
5
|
+
runAs?: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=ApplicationUser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationUser.d.ts","sourceRoot":"","sources":["../../models/ApplicationUser.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationUser.js","sourceRoot":"","sources":["../../models/ApplicationUser.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApplicationVolumeReclaimPolicy } from './ApplicationVolumeReclaimPolicy';
|
|
1
2
|
import type { ImageMountVolumeProviderSpec } from './ImageMountVolumeProviderSpec';
|
|
2
3
|
import type { ImageVolumeProviderSpec } from './ImageVolumeProviderSpec';
|
|
3
4
|
import type { MountVolumeProviderSpec } from './MountVolumeProviderSpec';
|
|
@@ -6,5 +7,6 @@ export type ApplicationVolume = ({
|
|
|
6
7
|
* Unique name of the volume used within the application.
|
|
7
8
|
*/
|
|
8
9
|
name: string;
|
|
10
|
+
reclaimPolicy?: ApplicationVolumeReclaimPolicy;
|
|
9
11
|
} & (ImageVolumeProviderSpec | MountVolumeProviderSpec | ImageMountVolumeProviderSpec));
|
|
10
12
|
//# sourceMappingURL=ApplicationVolume.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationVolume.d.ts","sourceRoot":"","sources":["../../models/ApplicationVolume.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,MAAM,MAAM,iBAAiB,GAAG,CAAC;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ApplicationVolume.d.ts","sourceRoot":"","sources":["../../models/ApplicationVolume.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,MAAM,MAAM,iBAAiB,GAAG,CAAC;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,8BAA8B,CAAC;CAChD,GAAG,CAAC,uBAAuB,GAAG,uBAAuB,GAAG,4BAA4B,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationVolumeReclaimPolicy.d.ts","sourceRoot":"","sources":["../../models/ApplicationVolumeReclaimPolicy.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,8BAA8B;IACxC,MAAM,WAAW;CAClB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* Defines how the agent handles a volume when the owning application is removed.
|
|
7
|
+
*/
|
|
8
|
+
export var ApplicationVolumeReclaimPolicy;
|
|
9
|
+
(function (ApplicationVolumeReclaimPolicy) {
|
|
10
|
+
ApplicationVolumeReclaimPolicy["RETAIN"] = "Retain";
|
|
11
|
+
})(ApplicationVolumeReclaimPolicy || (ApplicationVolumeReclaimPolicy = {}));
|
|
12
|
+
//# sourceMappingURL=ApplicationVolumeReclaimPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationVolumeReclaimPolicy.js","sourceRoot":"","sources":["../../models/ApplicationVolumeReclaimPolicy.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,MAAM,CAAN,IAAY,8BAEX;AAFD,WAAY,8BAA8B;IACxC,mDAAiB,CAAA;AACnB,CAAC,EAFW,8BAA8B,KAA9B,8BAA8B,QAEzC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { AuthProvider } from './AuthProvider';
|
|
2
3
|
export type AuthConfig = {
|
|
3
|
-
|
|
4
|
-
* 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.
|
|
5
|
-
*/
|
|
6
|
-
apiVersion: string;
|
|
4
|
+
apiVersion: ApiVersion;
|
|
7
5
|
/**
|
|
8
6
|
* List of all available authentication providers.
|
|
9
7
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthConfig.d.ts","sourceRoot":"","sources":["../../models/AuthConfig.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,UAAU,GAAG;IACvB
|
|
1
|
+
{"version":3,"file":"AuthConfig.d.ts","sourceRoot":"","sources":["../../models/AuthConfig.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAChC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { AuthProviderSpec } from './AuthProviderSpec';
|
|
2
3
|
import type { ObjectMeta } from './ObjectMeta';
|
|
3
4
|
/**
|
|
4
5
|
* AuthProvider represents an authentication provider configuration supporting both OIDC and OAuth2.
|
|
5
6
|
*/
|
|
6
7
|
export type AuthProvider = {
|
|
7
|
-
|
|
8
|
-
* 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.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* 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
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.ts","sourceRoot":"","sources":["../../models/AuthProvider.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.ts","sourceRoot":"","sources":["../../models/AuthProvider.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;CACxB,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { AuthProvider } from './AuthProvider';
|
|
2
3
|
import type { ListMeta } from './ListMeta';
|
|
3
4
|
/**
|
|
4
5
|
* AuthProviderList is a list of auth providers.
|
|
5
6
|
*/
|
|
6
7
|
export type AuthProviderList = {
|
|
7
|
-
|
|
8
|
-
* 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.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* 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
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProviderList.d.ts","sourceRoot":"","sources":["../../models/AuthProviderList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B
|
|
1
|
+
{"version":3,"file":"AuthProviderList.d.ts","sourceRoot":"","sources":["../../models/AuthProviderList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC5B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { CertificateSigningRequestSpec } from './CertificateSigningRequestSpec';
|
|
2
3
|
import type { CertificateSigningRequestStatus } from './CertificateSigningRequestStatus';
|
|
3
4
|
import type { ObjectMeta } from './ObjectMeta';
|
|
@@ -5,10 +6,7 @@ import type { ObjectMeta } from './ObjectMeta';
|
|
|
5
6
|
* CertificateSigningRequest represents a request for a signed certificate from the CA.
|
|
6
7
|
*/
|
|
7
8
|
export type CertificateSigningRequest = {
|
|
8
|
-
|
|
9
|
-
* 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.
|
|
10
|
-
*/
|
|
11
|
-
apiVersion: string;
|
|
9
|
+
apiVersion: ApiVersion;
|
|
12
10
|
/**
|
|
13
11
|
* 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.
|
|
14
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CertificateSigningRequest.d.ts","sourceRoot":"","sources":["../../models/CertificateSigningRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC
|
|
1
|
+
{"version":3,"file":"CertificateSigningRequest.d.ts","sourceRoot":"","sources":["../../models/CertificateSigningRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,6BAA6B,CAAC;IACpC,MAAM,CAAC,EAAE,+BAA+B,CAAC;CAC1C,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { CertificateSigningRequest } from './CertificateSigningRequest';
|
|
2
3
|
import type { ListMeta } from './ListMeta';
|
|
3
4
|
/**
|
|
4
5
|
* CertificateSigningRequestList is a list of CertificateSigningRequest.
|
|
5
6
|
*/
|
|
6
7
|
export type CertificateSigningRequestList = {
|
|
7
|
-
|
|
8
|
-
* 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.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* 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
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CertificateSigningRequestList.d.ts","sourceRoot":"","sources":["../../models/CertificateSigningRequestList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C
|
|
1
|
+
{"version":3,"file":"CertificateSigningRequestList.d.ts","sourceRoot":"","sources":["../../models/CertificateSigningRequestList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CACzC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ApplicationEnvVars } from './ApplicationEnvVars';
|
|
2
|
+
import type { ApplicationProviderBase } from './ApplicationProviderBase';
|
|
3
|
+
import type { ApplicationVolumeProviderSpec } from './ApplicationVolumeProviderSpec';
|
|
4
|
+
import type { ImageApplicationProviderSpec } from './ImageApplicationProviderSpec';
|
|
5
|
+
import type { InlineApplicationProviderSpec } from './InlineApplicationProviderSpec';
|
|
6
|
+
export type ComposeApplication = (ApplicationProviderBase & ApplicationEnvVars & ApplicationVolumeProviderSpec & (ImageApplicationProviderSpec | InlineApplicationProviderSpec));
|
|
7
|
+
//# sourceMappingURL=ComposeApplication.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComposeApplication.d.ts","sourceRoot":"","sources":["../../models/ComposeApplication.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,MAAM,MAAM,kBAAkB,GAAG,CAAC,uBAAuB,GAAG,kBAAkB,GAAG,6BAA6B,GAAG,CAAC,4BAA4B,GAAG,6BAA6B,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComposeApplication.js","sourceRoot":"","sources":["../../models/ComposeApplication.ts"],"names":[],"mappings":""}
|
|
@@ -1,26 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ConditionBase } from './ConditionBase';
|
|
2
2
|
import type { ConditionType } from './ConditionType';
|
|
3
3
|
/**
|
|
4
4
|
* Condition contains details for one aspect of the current state of this API Resource.
|
|
5
5
|
*/
|
|
6
|
-
export type Condition = {
|
|
6
|
+
export type Condition = (ConditionBase & {
|
|
7
7
|
type: ConditionType;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* The .metadata.generation that the condition was set based upon.
|
|
11
|
-
*/
|
|
12
|
-
observedGeneration?: number;
|
|
13
|
-
/**
|
|
14
|
-
* The last time the condition transitioned from one status to another.
|
|
15
|
-
*/
|
|
16
|
-
lastTransitionTime: string;
|
|
17
|
-
/**
|
|
18
|
-
* Human readable message indicating details about last transition.
|
|
19
|
-
*/
|
|
20
|
-
message: string;
|
|
21
|
-
/**
|
|
22
|
-
* A (brief) reason for the condition's last transition.
|
|
23
|
-
*/
|
|
24
|
-
reason: string;
|
|
25
|
-
};
|
|
8
|
+
});
|
|
26
9
|
//# sourceMappingURL=Condition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Condition.d.ts","sourceRoot":"","sources":["../../models/Condition.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Condition.d.ts","sourceRoot":"","sources":["../../models/Condition.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,aAAa,GAAG;IACvC,IAAI,EAAE,aAAa,CAAC;CACrB,CAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { ConditionStatus } from './ConditionStatus';
|
|
2
|
+
/**
|
|
3
|
+
* Base condition structure following Kubernetes API conventions. Use with allOf to add a specific type enum.
|
|
4
|
+
*/
|
|
5
|
+
export type ConditionBase = {
|
|
6
|
+
status: ConditionStatus;
|
|
7
|
+
/**
|
|
8
|
+
* The .metadata.generation that the condition was set based upon.
|
|
9
|
+
*/
|
|
10
|
+
observedGeneration?: number;
|
|
11
|
+
/**
|
|
12
|
+
* The last time the condition transitioned from one status to another.
|
|
13
|
+
*/
|
|
14
|
+
lastTransitionTime: string;
|
|
15
|
+
/**
|
|
16
|
+
* Human readable message indicating details about last transition.
|
|
17
|
+
*/
|
|
18
|
+
message: string;
|
|
19
|
+
/**
|
|
20
|
+
* A (brief) reason for the condition's last transition.
|
|
21
|
+
*/
|
|
22
|
+
reason: string;
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=ConditionBase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConditionBase.d.ts","sourceRoot":"","sources":["../../models/ConditionBase.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConditionBase.js","sourceRoot":"","sources":["../../models/ConditionBase.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ApplicationEnvVars } from './ApplicationEnvVars';
|
|
2
|
+
import type { ApplicationPort } from './ApplicationPort';
|
|
3
|
+
import type { ApplicationProviderBase } from './ApplicationProviderBase';
|
|
4
|
+
import type { ApplicationResources } from './ApplicationResources';
|
|
5
|
+
import type { ApplicationUser } from './ApplicationUser';
|
|
6
|
+
import type { ApplicationVolumeProviderSpec } from './ApplicationVolumeProviderSpec';
|
|
7
|
+
export type ContainerApplication = (ApplicationProviderBase & ApplicationEnvVars & ApplicationUser & ApplicationVolumeProviderSpec & {
|
|
8
|
+
/**
|
|
9
|
+
* Reference to the image for this container.
|
|
10
|
+
*/
|
|
11
|
+
image: string;
|
|
12
|
+
/**
|
|
13
|
+
* Port mappings.
|
|
14
|
+
*/
|
|
15
|
+
ports?: Array<ApplicationPort>;
|
|
16
|
+
resources?: ApplicationResources;
|
|
17
|
+
});
|
|
18
|
+
//# sourceMappingURL=ContainerApplication.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerApplication.d.ts","sourceRoot":"","sources":["../../models/ContainerApplication.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,MAAM,MAAM,oBAAoB,GAAG,CAAC,uBAAuB,GAAG,kBAAkB,GAAG,eAAe,GAAG,6BAA6B,GAAG;IACnI;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerApplication.js","sourceRoot":"","sources":["../../models/ContainerApplication.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ApplicationPort } from './ApplicationPort';
|
|
2
|
+
import type { ApplicationResources } from './ApplicationResources';
|
|
3
|
+
/**
|
|
4
|
+
* Properties for container application deployments.
|
|
5
|
+
*/
|
|
6
|
+
export type ContainerApplicationProperties = {
|
|
7
|
+
/**
|
|
8
|
+
* Port mappings.
|
|
9
|
+
*/
|
|
10
|
+
ports?: Array<ApplicationPort>;
|
|
11
|
+
resources?: ApplicationResources;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=ContainerApplicationProperties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerApplicationProperties.d.ts","sourceRoot":"","sources":["../../models/ContainerApplicationProperties.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,oBAAoB,CAAC;CAClC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContainerApplicationProperties.js","sourceRoot":"","sources":["../../models/ContainerApplicationProperties.ts"],"names":[],"mappings":""}
|
package/dist/models/Device.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { DeviceSpec } from './DeviceSpec';
|
|
2
3
|
import type { DeviceStatus } from './DeviceStatus';
|
|
3
4
|
import type { ObjectMeta } from './ObjectMeta';
|
|
@@ -5,10 +6,7 @@ import type { ObjectMeta } from './ObjectMeta';
|
|
|
5
6
|
* Device represents a physical device.
|
|
6
7
|
*/
|
|
7
8
|
export type Device = {
|
|
8
|
-
|
|
9
|
-
* 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.
|
|
10
|
-
*/
|
|
11
|
-
apiVersion: string;
|
|
9
|
+
apiVersion: ApiVersion;
|
|
12
10
|
/**
|
|
13
11
|
* 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.
|
|
14
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Device.d.ts","sourceRoot":"","sources":["../../models/Device.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB
|
|
1
|
+
{"version":3,"file":"Device.d.ts","sourceRoot":"","sources":["../../models/Device.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,MAAM,CAAC,EAAE,YAAY,CAAC;CACvB,CAAC"}
|
|
@@ -20,6 +20,10 @@ export type DeviceApplicationStatus = {
|
|
|
20
20
|
*/
|
|
21
21
|
embedded: boolean;
|
|
22
22
|
appType: AppType;
|
|
23
|
+
/**
|
|
24
|
+
* The username of the system user this application is runing under. If blank, the application is run as the same user as the agent (generally root).
|
|
25
|
+
*/
|
|
26
|
+
runAs?: string;
|
|
23
27
|
/**
|
|
24
28
|
* Status of volumes used by this application.
|
|
25
29
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceApplicationStatus.d.ts","sourceRoot":"","sources":["../../models/DeviceApplicationStatus.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,qBAAqB,CAAC;IAC9B;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CAC1C,CAAC"}
|
|
1
|
+
{"version":3,"file":"DeviceApplicationStatus.d.ts","sourceRoot":"","sources":["../../models/DeviceApplicationStatus.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,qBAAqB,CAAC;IAC9B;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CAC1C,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { Device } from './Device';
|
|
2
3
|
import type { DevicesSummary } from './DevicesSummary';
|
|
3
4
|
import type { ListMeta } from './ListMeta';
|
|
@@ -5,10 +6,7 @@ import type { ListMeta } from './ListMeta';
|
|
|
5
6
|
* DeviceList is a list of Devices.
|
|
6
7
|
*/
|
|
7
8
|
export type DeviceList = {
|
|
8
|
-
|
|
9
|
-
* 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.
|
|
10
|
-
*/
|
|
11
|
-
apiVersion: string;
|
|
9
|
+
apiVersion: ApiVersion;
|
|
12
10
|
/**
|
|
13
11
|
* 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.
|
|
14
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceList.d.ts","sourceRoot":"","sources":["../../models/DeviceList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB
|
|
1
|
+
{"version":3,"file":"DeviceList.d.ts","sourceRoot":"","sources":["../../models/DeviceList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Docker-style authentication for OCI registries.
|
|
3
|
+
*/
|
|
4
|
+
export type DockerAuth = {
|
|
5
|
+
authType: 'docker';
|
|
6
|
+
/**
|
|
7
|
+
* The username for registry authentication.
|
|
8
|
+
*/
|
|
9
|
+
username: string;
|
|
10
|
+
/**
|
|
11
|
+
* The password or token for registry authentication.
|
|
12
|
+
*/
|
|
13
|
+
password: string;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=DockerAuth.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DockerAuth.d.ts","sourceRoot":"","sources":["../../models/DockerAuth.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DockerAuth.js","sourceRoot":"","sources":["../../models/DockerAuth.ts"],"names":[],"mappings":""}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { EnrollmentRequestSpec } from './EnrollmentRequestSpec';
|
|
2
3
|
import type { EnrollmentRequestStatus } from './EnrollmentRequestStatus';
|
|
3
4
|
import type { ObjectMeta } from './ObjectMeta';
|
|
@@ -5,10 +6,7 @@ import type { ObjectMeta } from './ObjectMeta';
|
|
|
5
6
|
* EnrollmentRequest represents a request for approval to enroll a device.
|
|
6
7
|
*/
|
|
7
8
|
export type EnrollmentRequest = {
|
|
8
|
-
|
|
9
|
-
* 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.
|
|
10
|
-
*/
|
|
11
|
-
apiVersion: string;
|
|
9
|
+
apiVersion: ApiVersion;
|
|
12
10
|
/**
|
|
13
11
|
* 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.
|
|
14
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollmentRequest.d.ts","sourceRoot":"","sources":["../../models/EnrollmentRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B
|
|
1
|
+
{"version":3,"file":"EnrollmentRequest.d.ts","sourceRoot":"","sources":["../../models/EnrollmentRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,MAAM,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { EnrollmentRequest } from './EnrollmentRequest';
|
|
2
3
|
import type { ListMeta } from './ListMeta';
|
|
3
4
|
/**
|
|
4
5
|
* EnrollmentRequestList is a list of EnrollmentRequest.
|
|
5
6
|
*/
|
|
6
7
|
export type EnrollmentRequestList = {
|
|
7
|
-
|
|
8
|
-
* 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.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* 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
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnrollmentRequestList.d.ts","sourceRoot":"","sources":["../../models/EnrollmentRequestList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC
|
|
1
|
+
{"version":3,"file":"EnrollmentRequestList.d.ts","sourceRoot":"","sources":["../../models/EnrollmentRequestList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACjC,CAAC"}
|
package/dist/models/Event.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { EventDetails } from './EventDetails';
|
|
2
3
|
import type { EventSource } from './EventSource';
|
|
3
4
|
import type { ObjectMeta } from './ObjectMeta';
|
|
@@ -6,10 +7,7 @@ import type { ObjectReference } from './ObjectReference';
|
|
|
6
7
|
* Event represents a single event that occurred in the system.
|
|
7
8
|
*/
|
|
8
9
|
export type Event = {
|
|
9
|
-
|
|
10
|
-
* 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.
|
|
11
|
-
*/
|
|
12
|
-
apiVersion: string;
|
|
10
|
+
apiVersion: ApiVersion;
|
|
13
11
|
/**
|
|
14
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.
|
|
15
13
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.d.ts","sourceRoot":"","sources":["../../models/Event.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB
|
|
1
|
+
{"version":3,"file":"Event.d.ts","sourceRoot":"","sources":["../../models/Event.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,cAAc,EAAE,eAAe,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;IACjB,MAAM,EAAE,WAAW,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,yBAAiB,KAAK,CAAC;IACrB;;OAEG;IACH,KAAY,MAAM;QAChB,gBAAgB,oBAAoB;QACpC,wBAAwB,2BAA2B;QACnD,gBAAgB,oBAAoB;QACpC,sBAAsB,yBAAyB;QAC/C,gBAAgB,oBAAoB;QACpC,wBAAwB,2BAA2B;QACnD,qBAAqB,yBAAyB;QAC9C,0BAA0B,6BAA6B;QACvD,kBAAkB,sBAAsB;QACxC,iBAAiB,qBAAqB;QACtC,gBAAgB,oBAAoB;QACpC,sBAAsB,yBAAyB;QAC/C,qBAAqB,wBAAwB;QAC7C,oBAAoB,uBAAuB;QAC3C,oBAAoB,uBAAuB;QAC3C,mBAAmB,sBAAsB;QACzC,kBAAkB,qBAAqB;QACvC,wBAAwB,2BAA2B;QACnD,2BAA2B,8BAA8B;QACzD,0BAA0B,6BAA6B;QACvD,mBAAmB,uBAAuB;QAC1C,mBAAmB,sBAAsB;QACzC,sBAAsB,yBAAyB;QAC/C,wBAAwB,2BAA2B;QACnD,gBAAgB,oBAAoB;QACpC,yBAAyB,0BAA0B;QACnD,0BAA0B,2BAA2B;QACrD,uBAAuB,0BAA0B;QACjD,oBAAoB,uBAAuB;QAC3C,2BAA2B,8BAA8B;QACzD,kCAAkC,oCAAoC;QACtE,+BAA+B,iCAAiC;QAChE,+BAA+B,iCAAiC;QAChE,iBAAiB,oBAAoB;QACrC,mBAAmB,sBAAsB;QACzC,oBAAoB,uBAAuB;QAC3C,gCAAgC,kCAAkC;QAClE,qBAAqB,yBAAyB;QAC9C,uBAAuB,2BAA2B;QAClD,6BAA6B,gCAAgC;QAC7D,WAAW,eAAe;QAC1B,aAAa,iBAAiB;QAC9B,qBAAqB,wBAAwB;QAC7C,qBAAqB,wBAAwB;QAC7C,oBAAoB,uBAAuB;QAC3C,uBAAuB,0BAA0B;QACjD,8BAA8B,gCAAgC;QAC9D,6BAA6B,+BAA+B;QAC5D,6BAA6B,+BAA+B;QAC5D,6BAA6B,+BAA+B;QAC5D,wBAAwB,2BAA2B;QACnD,0BAA0B,6BAA6B;QACvD,oBAAoB,uBAAuB;QAC3C,4BAA4B,8BAA8B;QAC1D,oBAAoB,uBAAuB;QAC3C,yBAAyB,2BAA2B;QACpD,eAAe,mBAAmB;KACnC;IACD;;OAEG;IACH,KAAY,IAAI;QACd,MAAM,WAAW;QACjB,OAAO,YAAY;KACpB;CACF"}
|
package/dist/models/Event.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../models/Event.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../models/Event.ts"],"names":[],"mappings":"AAuCA,MAAM,KAAW,KAAK,CAsErB;AAtED,WAAiB,KAAK;IACpB;;OAEG;IACH,IAAY,MA0DX;IA1DD,WAAY,MAAM;QAChB,8CAAoC,CAAA;QACpC,6DAAmD,CAAA;QACnD,8CAAoC,CAAA;QACpC,yDAA+C,CAAA;QAC/C,8CAAoC,CAAA;QACpC,6DAAmD,CAAA;QACnD,wDAA8C,CAAA;QAC9C,iEAAuD,CAAA;QACvD,kDAAwC,CAAA;QACxC,gDAAsC,CAAA;QACtC,8CAAoC,CAAA;QACpC,yDAA+C,CAAA;QAC/C,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,qDAA2C,CAAA;QAC3C,mDAAyC,CAAA;QACzC,iDAAuC,CAAA;QACvC,6DAAmD,CAAA;QACnD,mEAAyD,CAAA;QACzD,iEAAuD,CAAA;QACvD,oDAA0C,CAAA;QAC1C,mDAAyC,CAAA;QACzC,yDAA+C,CAAA;QAC/C,6DAAmD,CAAA;QACnD,8CAAoC,CAAA;QACpC,6DAAmD,CAAA;QACnD,+DAAqD,CAAA;QACrD,2DAAiD,CAAA;QACjD,qDAA2C,CAAA;QAC3C,mEAAyD,CAAA;QACzD,gFAAsE,CAAA;QACtE,0EAAgE,CAAA;QAChE,0EAAgE,CAAA;QAChE,+CAAqC,CAAA;QACrC,mDAAyC,CAAA;QACzC,qDAA2C,CAAA;QAC3C,4EAAkE,CAAA;QAClE,wDAA8C,CAAA;QAC9C,4DAAkD,CAAA;QAClD,uEAA6D,CAAA;QAC7D,oCAA0B,CAAA;QAC1B,wCAA8B,CAAA;QAC9B,uDAA6C,CAAA;QAC7C,uDAA6C,CAAA;QAC7C,qDAA2C,CAAA;QAC3C,2DAAiD,CAAA;QACjD,wEAA8D,CAAA;QAC9D,sEAA4D,CAAA;QAC5D,sEAA4D,CAAA;QAC5D,sEAA4D,CAAA;QAC5D,6DAAmD,CAAA;QACnD,iEAAuD,CAAA;QACvD,qDAA2C,CAAA;QAC3C,oEAA0D,CAAA;QAC1D,qDAA2C,CAAA;QAC3C,8DAAoD,CAAA;QACpD,4CAAkC,CAAA;IACpC,CAAC,EA1DW,MAAM,GAAN,YAAM,KAAN,YAAM,QA0DjB;IACD;;OAEG;IACH,IAAY,IAGX;IAHD,WAAY,IAAI;QACd,yBAAiB,CAAA;QACjB,2BAAmB,CAAA;IACrB,CAAC,EAHW,IAAI,GAAJ,UAAI,KAAJ,UAAI,QAGf;AACH,CAAC,EAtEgB,KAAK,KAAL,KAAK,QAsErB"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { Event } from './Event';
|
|
2
3
|
import type { ListMeta } from './ListMeta';
|
|
3
4
|
/**
|
|
4
5
|
* EventList is a list of Events.
|
|
5
6
|
*/
|
|
6
7
|
export type EventList = {
|
|
7
|
-
|
|
8
|
-
* 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.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* 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
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventList.d.ts","sourceRoot":"","sources":["../../models/EventList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB
|
|
1
|
+
{"version":3,"file":"EventList.d.ts","sourceRoot":"","sources":["../../models/EventList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;CACrB,CAAC"}
|
package/dist/models/Fleet.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { FleetSpec } from './FleetSpec';
|
|
2
3
|
import type { FleetStatus } from './FleetStatus';
|
|
3
4
|
import type { ObjectMeta } from './ObjectMeta';
|
|
@@ -5,10 +6,7 @@ import type { ObjectMeta } from './ObjectMeta';
|
|
|
5
6
|
* Fleet represents a set of devices.
|
|
6
7
|
*/
|
|
7
8
|
export type Fleet = {
|
|
8
|
-
|
|
9
|
-
* 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.
|
|
10
|
-
*/
|
|
11
|
-
apiVersion: string;
|
|
9
|
+
apiVersion: ApiVersion;
|
|
12
10
|
/**
|
|
13
11
|
* 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.
|
|
14
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Fleet.d.ts","sourceRoot":"","sources":["../../models/Fleet.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB
|
|
1
|
+
{"version":3,"file":"Fleet.d.ts","sourceRoot":"","sources":["../../models/Fleet.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,SAAS,CAAC;IAChB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB,CAAC"}
|