@komputer-ai/sdk 0.11.3 → 0.11.6
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/.openapi-generator/FILES +298 -1
- package/README.md +121 -150
- package/dist/esm/models/AgentResponse.d.ts +32 -0
- package/dist/esm/models/AgentResponse.js +12 -0
- package/dist/esm/models/CreateAgentRequest.d.ts +20 -0
- package/dist/esm/models/CreateAgentRequest.js +8 -0
- package/dist/esm/models/IntstrIntOrString.d.ts +45 -0
- package/dist/esm/models/IntstrIntOrString.js +46 -0
- package/dist/esm/models/IntstrType.d.ts +31 -0
- package/dist/esm/models/IntstrType.js +49 -0
- package/dist/esm/models/K8sIoApiCoreV1ResourceClaim.d.ts +44 -0
- package/dist/esm/models/K8sIoApiCoreV1ResourceClaim.js +43 -0
- package/dist/esm/models/PatchAgentRequest.d.ts +20 -0
- package/dist/esm/models/PatchAgentRequest.js +8 -0
- package/dist/esm/models/ResourceQuantity.d.ts +41 -0
- package/dist/esm/models/ResourceQuantity.js +49 -0
- package/dist/esm/models/V1AWSElasticBlockStoreVolumeSource.d.ts +62 -0
- package/dist/esm/models/V1AWSElasticBlockStoreVolumeSource.js +47 -0
- package/dist/esm/models/V1Affinity.d.ts +50 -0
- package/dist/esm/models/V1Affinity.js +48 -0
- package/dist/esm/models/V1AppArmorProfile.d.ts +48 -0
- package/dist/esm/models/V1AppArmorProfile.js +44 -0
- package/dist/esm/models/V1AppArmorProfileType.d.ts +26 -0
- package/dist/esm/models/V1AppArmorProfileType.js +44 -0
- package/dist/esm/models/V1AzureDataDiskCachingMode.d.ts +26 -0
- package/dist/esm/models/V1AzureDataDiskCachingMode.js +44 -0
- package/dist/esm/models/V1AzureDataDiskKind.d.ts +26 -0
- package/dist/esm/models/V1AzureDataDiskKind.js +44 -0
- package/dist/esm/models/V1AzureDiskVolumeSource.d.ts +74 -0
- package/dist/esm/models/V1AzureDiskVolumeSource.js +53 -0
- package/dist/esm/models/V1AzureFileVolumeSource.d.ts +46 -0
- package/dist/esm/models/V1AzureFileVolumeSource.js +45 -0
- package/dist/esm/models/V1CSIVolumeSource.d.ts +72 -0
- package/dist/esm/models/V1CSIVolumeSource.js +50 -0
- package/dist/esm/models/V1Capabilities.d.ts +42 -0
- package/dist/esm/models/V1Capabilities.js +43 -0
- package/dist/esm/models/V1CephFSVolumeSource.d.ts +75 -0
- package/dist/esm/models/V1CephFSVolumeSource.js +52 -0
- package/dist/esm/models/V1CinderVolumeSource.d.ts +61 -0
- package/dist/esm/models/V1CinderVolumeSource.js +48 -0
- package/dist/esm/models/V1ClusterTrustBundleProjection.d.ts +71 -0
- package/dist/esm/models/V1ClusterTrustBundleProjection.js +50 -0
- package/dist/esm/models/V1ConfigMapEnvSource.d.ts +47 -0
- package/dist/esm/models/V1ConfigMapEnvSource.js +43 -0
- package/dist/esm/models/V1ConfigMapKeySelector.d.ts +53 -0
- package/dist/esm/models/V1ConfigMapKeySelector.js +45 -0
- package/dist/esm/models/V1ConfigMapProjection.d.ts +62 -0
- package/dist/esm/models/V1ConfigMapProjection.js +46 -0
- package/dist/esm/models/V1ConfigMapVolumeSource.d.ts +75 -0
- package/dist/esm/models/V1ConfigMapVolumeSource.js +48 -0
- package/dist/esm/models/V1Container.d.ts +340 -0
- package/dist/esm/models/V1Container.js +103 -0
- package/dist/esm/models/V1ContainerPort.d.ts +69 -0
- package/dist/esm/models/V1ContainerPort.js +50 -0
- package/dist/esm/models/V1ContainerResizePolicy.d.ts +42 -0
- package/dist/esm/models/V1ContainerResizePolicy.js +45 -0
- package/dist/esm/models/V1ContainerRestartPolicy.d.ts +26 -0
- package/dist/esm/models/V1ContainerRestartPolicy.js +44 -0
- package/dist/esm/models/V1ContainerRestartRule.d.ts +45 -0
- package/dist/esm/models/V1ContainerRestartRule.js +45 -0
- package/dist/esm/models/V1ContainerRestartRuleAction.d.ts +25 -0
- package/dist/esm/models/V1ContainerRestartRuleAction.js +43 -0
- package/dist/esm/models/V1ContainerRestartRuleOnExitCodes.d.ts +48 -0
- package/dist/esm/models/V1ContainerRestartRuleOnExitCodes.js +44 -0
- package/dist/esm/models/V1ContainerRestartRuleOnExitCodesOperator.d.ts +25 -0
- package/dist/esm/models/V1ContainerRestartRuleOnExitCodesOperator.js +43 -0
- package/dist/esm/models/V1DNSPolicy.d.ts +27 -0
- package/dist/esm/models/V1DNSPolicy.js +45 -0
- package/dist/esm/models/V1DownwardAPIProjection.d.ts +35 -0
- package/dist/esm/models/V1DownwardAPIProjection.js +42 -0
- package/dist/esm/models/V1DownwardAPIVolumeFile.d.ts +61 -0
- package/dist/esm/models/V1DownwardAPIVolumeFile.js +49 -0
- package/dist/esm/models/V1DownwardAPIVolumeSource.d.ts +49 -0
- package/dist/esm/models/V1DownwardAPIVolumeSource.js +44 -0
- package/dist/esm/models/V1EmptyDirVolumeSource.d.ts +50 -0
- package/dist/esm/models/V1EmptyDirVolumeSource.js +45 -0
- package/dist/esm/models/V1EnvFromSource.d.ts +50 -0
- package/dist/esm/models/V1EnvFromSource.js +47 -0
- package/dist/esm/models/V1EnvVar.d.ts +56 -0
- package/dist/esm/models/V1EnvVar.js +46 -0
- package/dist/esm/models/V1EnvVarSource.d.ts +71 -0
- package/dist/esm/models/V1EnvVarSource.js +54 -0
- package/dist/esm/models/V1EphemeralContainer.d.ts +306 -0
- package/dist/esm/models/V1EphemeralContainer.js +105 -0
- package/dist/esm/models/V1EphemeralVolumeSource.d.ts +53 -0
- package/dist/esm/models/V1EphemeralVolumeSource.js +42 -0
- package/dist/esm/models/V1ExecAction.d.ts +38 -0
- package/dist/esm/models/V1ExecAction.js +41 -0
- package/dist/esm/models/V1FCVolumeSource.d.ts +68 -0
- package/dist/esm/models/V1FCVolumeSource.js +49 -0
- package/dist/esm/models/V1FileKeySelector.d.ts +64 -0
- package/dist/esm/models/V1FileKeySelector.js +47 -0
- package/dist/esm/models/V1FlexVolumeSource.d.ts +70 -0
- package/dist/esm/models/V1FlexVolumeSource.js +50 -0
- package/dist/esm/models/V1FlockerVolumeSource.d.ts +41 -0
- package/dist/esm/models/V1FlockerVolumeSource.js +43 -0
- package/dist/esm/models/V1GCEPersistentDiskVolumeSource.d.ts +64 -0
- package/dist/esm/models/V1GCEPersistentDiskVolumeSource.js +47 -0
- package/dist/esm/models/V1GRPCAction.d.ts +43 -0
- package/dist/esm/models/V1GRPCAction.js +43 -0
- package/dist/esm/models/V1GitRepoVolumeSource.d.ts +49 -0
- package/dist/esm/models/V1GitRepoVolumeSource.js +45 -0
- package/dist/esm/models/V1GlusterfsVolumeSource.d.ts +48 -0
- package/dist/esm/models/V1GlusterfsVolumeSource.js +45 -0
- package/dist/esm/models/V1HTTPGetAction.d.ts +68 -0
- package/dist/esm/models/V1HTTPGetAction.js +52 -0
- package/dist/esm/models/V1HTTPHeader.d.ts +39 -0
- package/dist/esm/models/V1HTTPHeader.js +43 -0
- package/dist/esm/models/V1HostAlias.d.ts +40 -0
- package/dist/esm/models/V1HostAlias.js +43 -0
- package/dist/esm/models/V1HostPathType.d.ts +31 -0
- package/dist/esm/models/V1HostPathType.js +49 -0
- package/dist/esm/models/V1HostPathVolumeSource.d.ts +44 -0
- package/dist/esm/models/V1HostPathVolumeSource.js +44 -0
- package/dist/esm/models/V1ISCSIVolumeSource.d.ts +113 -0
- package/dist/esm/models/V1ISCSIVolumeSource.js +62 -0
- package/dist/esm/models/V1ImageVolumeSource.d.ts +50 -0
- package/dist/esm/models/V1ImageVolumeSource.js +44 -0
- package/dist/esm/models/V1KeyToPath.d.ts +53 -0
- package/dist/esm/models/V1KeyToPath.js +45 -0
- package/dist/esm/models/V1LabelSelector.d.ts +46 -0
- package/dist/esm/models/V1LabelSelector.js +44 -0
- package/dist/esm/models/V1LabelSelectorOperator.d.ts +27 -0
- package/dist/esm/models/V1LabelSelectorOperator.js +45 -0
- package/dist/esm/models/V1LabelSelectorRequirement.d.ts +51 -0
- package/dist/esm/models/V1LabelSelectorRequirement.js +46 -0
- package/dist/esm/models/V1Lifecycle.d.ts +62 -0
- package/dist/esm/models/V1Lifecycle.js +47 -0
- package/dist/esm/models/V1LifecycleHandler.d.ts +60 -0
- package/dist/esm/models/V1LifecycleHandler.js +51 -0
- package/dist/esm/models/V1LocalObjectReference.d.ts +40 -0
- package/dist/esm/models/V1LocalObjectReference.js +41 -0
- package/dist/esm/models/V1ManagedFieldsEntry.d.ts +86 -0
- package/dist/esm/models/V1ManagedFieldsEntry.js +54 -0
- package/dist/esm/models/V1ManagedFieldsOperationType.d.ts +25 -0
- package/dist/esm/models/V1ManagedFieldsOperationType.js +43 -0
- package/dist/esm/models/V1MountPropagationMode.d.ts +26 -0
- package/dist/esm/models/V1MountPropagationMode.js +44 -0
- package/dist/esm/models/V1NFSVolumeSource.d.ts +49 -0
- package/dist/esm/models/V1NFSVolumeSource.js +45 -0
- package/dist/esm/models/V1NodeAffinity.d.ts +55 -0
- package/dist/esm/models/V1NodeAffinity.js +45 -0
- package/dist/esm/models/V1NodeInclusionPolicy.d.ts +25 -0
- package/dist/esm/models/V1NodeInclusionPolicy.js +43 -0
- package/dist/esm/models/V1NodeSelector.d.ts +34 -0
- package/dist/esm/models/V1NodeSelector.js +42 -0
- package/dist/esm/models/V1NodeSelectorOperator.d.ts +29 -0
- package/dist/esm/models/V1NodeSelectorOperator.js +47 -0
- package/dist/esm/models/V1NodeSelectorRequirement.d.ts +52 -0
- package/dist/esm/models/V1NodeSelectorRequirement.js +46 -0
- package/dist/esm/models/V1NodeSelectorTerm.d.ts +43 -0
- package/dist/esm/models/V1NodeSelectorTerm.js +44 -0
- package/dist/esm/models/V1OSName.d.ts +25 -0
- package/dist/esm/models/V1OSName.js +43 -0
- package/dist/esm/models/V1ObjectFieldSelector.d.ts +39 -0
- package/dist/esm/models/V1ObjectFieldSelector.js +43 -0
- package/dist/esm/models/V1ObjectMeta.d.ts +238 -0
- package/dist/esm/models/V1ObjectMeta.js +71 -0
- package/dist/esm/models/V1OwnerReference.d.ts +74 -0
- package/dist/esm/models/V1OwnerReference.js +51 -0
- package/dist/esm/models/V1PersistentVolumeAccessMode.d.ts +27 -0
- package/dist/esm/models/V1PersistentVolumeAccessMode.js +45 -0
- package/dist/esm/models/V1PersistentVolumeClaimSpec.d.ts +142 -0
- package/dist/esm/models/V1PersistentVolumeClaimSpec.js +63 -0
- package/dist/esm/models/V1PersistentVolumeClaimTemplate.d.ts +47 -0
- package/dist/esm/models/V1PersistentVolumeClaimTemplate.js +45 -0
- package/dist/esm/models/V1PersistentVolumeClaimVolumeSource.d.ts +41 -0
- package/dist/esm/models/V1PersistentVolumeClaimVolumeSource.js +43 -0
- package/dist/esm/models/V1PersistentVolumeMode.d.ts +25 -0
- package/dist/esm/models/V1PersistentVolumeMode.js +43 -0
- package/dist/esm/models/V1PhotonPersistentDiskVolumeSource.d.ts +40 -0
- package/dist/esm/models/V1PhotonPersistentDiskVolumeSource.js +43 -0
- package/dist/esm/models/V1PodAffinity.d.ts +58 -0
- package/dist/esm/models/V1PodAffinity.js +45 -0
- package/dist/esm/models/V1PodAffinityTerm.d.ts +99 -0
- package/dist/esm/models/V1PodAffinityTerm.js +52 -0
- package/dist/esm/models/V1PodAntiAffinity.d.ts +58 -0
- package/dist/esm/models/V1PodAntiAffinity.js +45 -0
- package/dist/esm/models/V1PodCertificateProjection.d.ts +133 -0
- package/dist/esm/models/V1PodCertificateProjection.js +53 -0
- package/dist/esm/models/V1PodConditionType.d.ts +32 -0
- package/dist/esm/models/V1PodConditionType.js +50 -0
- package/dist/esm/models/V1PodDNSConfig.d.ts +58 -0
- package/dist/esm/models/V1PodDNSConfig.js +46 -0
- package/dist/esm/models/V1PodDNSConfigOption.d.ts +40 -0
- package/dist/esm/models/V1PodDNSConfigOption.js +43 -0
- package/dist/esm/models/V1PodFSGroupChangePolicy.d.ts +25 -0
- package/dist/esm/models/V1PodFSGroupChangePolicy.js +43 -0
- package/dist/esm/models/V1PodOS.d.ts +36 -0
- package/dist/esm/models/V1PodOS.js +42 -0
- package/dist/esm/models/V1PodReadinessGate.d.ts +33 -0
- package/dist/esm/models/V1PodReadinessGate.js +42 -0
- package/dist/esm/models/V1PodResourceClaim.d.ts +63 -0
- package/dist/esm/models/V1PodResourceClaim.js +45 -0
- package/dist/esm/models/V1PodSELinuxChangePolicy.d.ts +25 -0
- package/dist/esm/models/V1PodSELinuxChangePolicy.js +43 -0
- package/dist/esm/models/V1PodSchedulingGate.d.ts +33 -0
- package/dist/esm/models/V1PodSchedulingGate.js +41 -0
- package/dist/esm/models/V1PodSecurityContext.d.ts +206 -0
- package/dist/esm/models/V1PodSecurityContext.js +73 -0
- package/dist/esm/models/V1PodSpec.d.ts +567 -0
- package/dist/esm/models/V1PodSpec.js +144 -0
- package/dist/esm/models/V1PortworxVolumeSource.d.ts +48 -0
- package/dist/esm/models/V1PortworxVolumeSource.js +45 -0
- package/dist/esm/models/V1PreemptionPolicy.d.ts +25 -0
- package/dist/esm/models/V1PreemptionPolicy.js +43 -0
- package/dist/esm/models/V1PreferredSchedulingTerm.d.ts +39 -0
- package/dist/esm/models/V1PreferredSchedulingTerm.js +44 -0
- package/dist/esm/models/V1Probe.d.ts +115 -0
- package/dist/esm/models/V1Probe.js +63 -0
- package/dist/esm/models/V1ProcMountType.d.ts +25 -0
- package/dist/esm/models/V1ProcMountType.js +43 -0
- package/dist/esm/models/V1ProjectedVolumeSource.d.ts +48 -0
- package/dist/esm/models/V1ProjectedVolumeSource.js +44 -0
- package/dist/esm/models/V1Protocol.d.ts +26 -0
- package/dist/esm/models/V1Protocol.js +44 -0
- package/dist/esm/models/V1PullPolicy.d.ts +26 -0
- package/dist/esm/models/V1PullPolicy.js +44 -0
- package/dist/esm/models/V1QuobyteVolumeSource.d.ts +72 -0
- package/dist/esm/models/V1QuobyteVolumeSource.js +51 -0
- package/dist/esm/models/V1RBDVolumeSource.d.ts +102 -0
- package/dist/esm/models/V1RBDVolumeSource.js +56 -0
- package/dist/esm/models/V1RecursiveReadOnlyMode.d.ts +26 -0
- package/dist/esm/models/V1RecursiveReadOnlyMode.js +44 -0
- package/dist/esm/models/V1ResourceFieldSelector.d.ts +47 -0
- package/dist/esm/models/V1ResourceFieldSelector.js +46 -0
- package/dist/esm/models/V1ResourceName.d.ts +43 -0
- package/dist/esm/models/V1ResourceName.js +61 -0
- package/dist/esm/models/V1ResourceRequirements.d.ts +67 -0
- package/dist/esm/models/V1ResourceRequirements.js +48 -0
- package/dist/esm/models/V1ResourceResizeRestartPolicy.d.ts +25 -0
- package/dist/esm/models/V1ResourceResizeRestartPolicy.js +43 -0
- package/dist/esm/models/V1RestartPolicy.d.ts +26 -0
- package/dist/esm/models/V1RestartPolicy.js +44 -0
- package/dist/esm/models/V1SELinuxOptions.d.ts +54 -0
- package/dist/esm/models/V1SELinuxOptions.js +47 -0
- package/dist/esm/models/V1ScaleIOVolumeSource.d.ts +102 -0
- package/dist/esm/models/V1ScaleIOVolumeSource.js +60 -0
- package/dist/esm/models/V1SeccompProfile.d.ts +49 -0
- package/dist/esm/models/V1SeccompProfile.js +44 -0
- package/dist/esm/models/V1SeccompProfileType.d.ts +26 -0
- package/dist/esm/models/V1SeccompProfileType.js +44 -0
- package/dist/esm/models/V1SecretEnvSource.d.ts +47 -0
- package/dist/esm/models/V1SecretEnvSource.js +43 -0
- package/dist/esm/models/V1SecretKeySelector.d.ts +53 -0
- package/dist/esm/models/V1SecretKeySelector.js +45 -0
- package/dist/esm/models/V1SecretProjection.d.ts +62 -0
- package/dist/esm/models/V1SecretProjection.js +46 -0
- package/dist/esm/models/V1SecretVolumeSource.d.ts +69 -0
- package/dist/esm/models/V1SecretVolumeSource.js +48 -0
- package/dist/esm/models/V1SecurityContext.d.ts +158 -0
- package/dist/esm/models/V1SecurityContext.js +69 -0
- package/dist/esm/models/V1ServiceAccountTokenProjection.d.ts +55 -0
- package/dist/esm/models/V1ServiceAccountTokenProjection.js +45 -0
- package/dist/esm/models/V1Signal.d.ts +88 -0
- package/dist/esm/models/V1Signal.js +106 -0
- package/dist/esm/models/V1SleepAction.d.ts +32 -0
- package/dist/esm/models/V1SleepAction.js +41 -0
- package/dist/esm/models/V1StorageMedium.d.ts +39 -0
- package/dist/esm/models/V1StorageMedium.js +57 -0
- package/dist/esm/models/V1StorageOSVolumeSource.d.ts +71 -0
- package/dist/esm/models/V1StorageOSVolumeSource.js +50 -0
- package/dist/esm/models/V1SupplementalGroupsPolicy.d.ts +25 -0
- package/dist/esm/models/V1SupplementalGroupsPolicy.js +43 -0
- package/dist/esm/models/V1Sysctl.d.ts +38 -0
- package/dist/esm/models/V1Sysctl.js +43 -0
- package/dist/esm/models/V1TCPSocketAction.d.ts +42 -0
- package/dist/esm/models/V1TCPSocketAction.js +44 -0
- package/dist/esm/models/V1TaintEffect.d.ts +26 -0
- package/dist/esm/models/V1TaintEffect.js +44 -0
- package/dist/esm/models/V1TerminationMessagePolicy.d.ts +25 -0
- package/dist/esm/models/V1TerminationMessagePolicy.js +43 -0
- package/dist/esm/models/V1Toleration.d.ts +73 -0
- package/dist/esm/models/V1Toleration.js +51 -0
- package/dist/esm/models/V1TolerationOperator.d.ts +27 -0
- package/dist/esm/models/V1TolerationOperator.js +45 -0
- package/dist/esm/models/V1TopologySpreadConstraint.d.ts +174 -0
- package/dist/esm/models/V1TopologySpreadConstraint.js +58 -0
- package/dist/esm/models/V1TypedLocalObjectReference.d.ts +47 -0
- package/dist/esm/models/V1TypedLocalObjectReference.js +45 -0
- package/dist/esm/models/V1TypedObjectReference.d.ts +57 -0
- package/dist/esm/models/V1TypedObjectReference.js +47 -0
- package/dist/esm/models/V1URIScheme.d.ts +25 -0
- package/dist/esm/models/V1URIScheme.js +43 -0
- package/dist/esm/models/V1UnsatisfiableConstraintAction.d.ts +25 -0
- package/dist/esm/models/V1UnsatisfiableConstraintAction.js +43 -0
- package/dist/esm/models/V1Volume.d.ts +357 -0
- package/dist/esm/models/V1Volume.js +131 -0
- package/dist/esm/models/V1VolumeDevice.d.ts +38 -0
- package/dist/esm/models/V1VolumeDevice.js +43 -0
- package/dist/esm/models/V1VolumeMount.d.ts +101 -0
- package/dist/esm/models/V1VolumeMount.js +55 -0
- package/dist/esm/models/V1VolumeProjection.d.ts +123 -0
- package/dist/esm/models/V1VolumeProjection.js +57 -0
- package/dist/esm/models/V1VolumeResourceRequirements.d.ts +49 -0
- package/dist/esm/models/V1VolumeResourceRequirements.js +45 -0
- package/dist/esm/models/V1VsphereVirtualDiskVolumeSource.d.ts +55 -0
- package/dist/esm/models/V1VsphereVirtualDiskVolumeSource.js +47 -0
- package/dist/esm/models/V1WeightedPodAffinityTerm.d.ts +40 -0
- package/dist/esm/models/V1WeightedPodAffinityTerm.js +44 -0
- package/dist/esm/models/V1WindowsSecurityContextOptions.d.ts +62 -0
- package/dist/esm/models/V1WindowsSecurityContextOptions.js +47 -0
- package/dist/esm/models/V1WorkloadReference.d.ts +60 -0
- package/dist/esm/models/V1WorkloadReference.js +45 -0
- package/dist/esm/models/V1alpha1StorageSpec.d.ts +40 -0
- package/dist/esm/models/V1alpha1StorageSpec.js +43 -0
- package/dist/esm/models/index.d.ts +149 -0
- package/dist/esm/models/index.js +149 -0
- package/dist/models/AgentResponse.d.ts +32 -0
- package/dist/models/AgentResponse.js +12 -0
- package/dist/models/CreateAgentRequest.d.ts +20 -0
- package/dist/models/CreateAgentRequest.js +8 -0
- package/dist/models/IntstrIntOrString.d.ts +45 -0
- package/dist/models/IntstrIntOrString.js +53 -0
- package/dist/models/IntstrType.d.ts +31 -0
- package/dist/models/IntstrType.js +57 -0
- package/dist/models/K8sIoApiCoreV1ResourceClaim.d.ts +44 -0
- package/dist/models/K8sIoApiCoreV1ResourceClaim.js +50 -0
- package/dist/models/PatchAgentRequest.d.ts +20 -0
- package/dist/models/PatchAgentRequest.js +8 -0
- package/dist/models/ResourceQuantity.d.ts +41 -0
- package/dist/models/ResourceQuantity.js +57 -0
- package/dist/models/V1AWSElasticBlockStoreVolumeSource.d.ts +62 -0
- package/dist/models/V1AWSElasticBlockStoreVolumeSource.js +54 -0
- package/dist/models/V1Affinity.d.ts +50 -0
- package/dist/models/V1Affinity.js +55 -0
- package/dist/models/V1AppArmorProfile.d.ts +48 -0
- package/dist/models/V1AppArmorProfile.js +51 -0
- package/dist/models/V1AppArmorProfileType.d.ts +26 -0
- package/dist/models/V1AppArmorProfileType.js +52 -0
- package/dist/models/V1AzureDataDiskCachingMode.d.ts +26 -0
- package/dist/models/V1AzureDataDiskCachingMode.js +52 -0
- package/dist/models/V1AzureDataDiskKind.d.ts +26 -0
- package/dist/models/V1AzureDataDiskKind.js +52 -0
- package/dist/models/V1AzureDiskVolumeSource.d.ts +74 -0
- package/dist/models/V1AzureDiskVolumeSource.js +60 -0
- package/dist/models/V1AzureFileVolumeSource.d.ts +46 -0
- package/dist/models/V1AzureFileVolumeSource.js +52 -0
- package/dist/models/V1CSIVolumeSource.d.ts +72 -0
- package/dist/models/V1CSIVolumeSource.js +57 -0
- package/dist/models/V1Capabilities.d.ts +42 -0
- package/dist/models/V1Capabilities.js +50 -0
- package/dist/models/V1CephFSVolumeSource.d.ts +75 -0
- package/dist/models/V1CephFSVolumeSource.js +59 -0
- package/dist/models/V1CinderVolumeSource.d.ts +61 -0
- package/dist/models/V1CinderVolumeSource.js +55 -0
- package/dist/models/V1ClusterTrustBundleProjection.d.ts +71 -0
- package/dist/models/V1ClusterTrustBundleProjection.js +57 -0
- package/dist/models/V1ConfigMapEnvSource.d.ts +47 -0
- package/dist/models/V1ConfigMapEnvSource.js +50 -0
- package/dist/models/V1ConfigMapKeySelector.d.ts +53 -0
- package/dist/models/V1ConfigMapKeySelector.js +52 -0
- package/dist/models/V1ConfigMapProjection.d.ts +62 -0
- package/dist/models/V1ConfigMapProjection.js +53 -0
- package/dist/models/V1ConfigMapVolumeSource.d.ts +75 -0
- package/dist/models/V1ConfigMapVolumeSource.js +55 -0
- package/dist/models/V1Container.d.ts +340 -0
- package/dist/models/V1Container.js +110 -0
- package/dist/models/V1ContainerPort.d.ts +69 -0
- package/dist/models/V1ContainerPort.js +57 -0
- package/dist/models/V1ContainerResizePolicy.d.ts +42 -0
- package/dist/models/V1ContainerResizePolicy.js +52 -0
- package/dist/models/V1ContainerRestartPolicy.d.ts +26 -0
- package/dist/models/V1ContainerRestartPolicy.js +52 -0
- package/dist/models/V1ContainerRestartRule.d.ts +45 -0
- package/dist/models/V1ContainerRestartRule.js +52 -0
- package/dist/models/V1ContainerRestartRuleAction.d.ts +25 -0
- package/dist/models/V1ContainerRestartRuleAction.js +51 -0
- package/dist/models/V1ContainerRestartRuleOnExitCodes.d.ts +48 -0
- package/dist/models/V1ContainerRestartRuleOnExitCodes.js +51 -0
- package/dist/models/V1ContainerRestartRuleOnExitCodesOperator.d.ts +25 -0
- package/dist/models/V1ContainerRestartRuleOnExitCodesOperator.js +51 -0
- package/dist/models/V1DNSPolicy.d.ts +27 -0
- package/dist/models/V1DNSPolicy.js +53 -0
- package/dist/models/V1DownwardAPIProjection.d.ts +35 -0
- package/dist/models/V1DownwardAPIProjection.js +49 -0
- package/dist/models/V1DownwardAPIVolumeFile.d.ts +61 -0
- package/dist/models/V1DownwardAPIVolumeFile.js +56 -0
- package/dist/models/V1DownwardAPIVolumeSource.d.ts +49 -0
- package/dist/models/V1DownwardAPIVolumeSource.js +51 -0
- package/dist/models/V1EmptyDirVolumeSource.d.ts +50 -0
- package/dist/models/V1EmptyDirVolumeSource.js +52 -0
- package/dist/models/V1EnvFromSource.d.ts +50 -0
- package/dist/models/V1EnvFromSource.js +54 -0
- package/dist/models/V1EnvVar.d.ts +56 -0
- package/dist/models/V1EnvVar.js +53 -0
- package/dist/models/V1EnvVarSource.d.ts +71 -0
- package/dist/models/V1EnvVarSource.js +61 -0
- package/dist/models/V1EphemeralContainer.d.ts +306 -0
- package/dist/models/V1EphemeralContainer.js +112 -0
- package/dist/models/V1EphemeralVolumeSource.d.ts +53 -0
- package/dist/models/V1EphemeralVolumeSource.js +49 -0
- package/dist/models/V1ExecAction.d.ts +38 -0
- package/dist/models/V1ExecAction.js +48 -0
- package/dist/models/V1FCVolumeSource.d.ts +68 -0
- package/dist/models/V1FCVolumeSource.js +56 -0
- package/dist/models/V1FileKeySelector.d.ts +64 -0
- package/dist/models/V1FileKeySelector.js +54 -0
- package/dist/models/V1FlexVolumeSource.d.ts +70 -0
- package/dist/models/V1FlexVolumeSource.js +57 -0
- package/dist/models/V1FlockerVolumeSource.d.ts +41 -0
- package/dist/models/V1FlockerVolumeSource.js +50 -0
- package/dist/models/V1GCEPersistentDiskVolumeSource.d.ts +64 -0
- package/dist/models/V1GCEPersistentDiskVolumeSource.js +54 -0
- package/dist/models/V1GRPCAction.d.ts +43 -0
- package/dist/models/V1GRPCAction.js +50 -0
- package/dist/models/V1GitRepoVolumeSource.d.ts +49 -0
- package/dist/models/V1GitRepoVolumeSource.js +52 -0
- package/dist/models/V1GlusterfsVolumeSource.d.ts +48 -0
- package/dist/models/V1GlusterfsVolumeSource.js +52 -0
- package/dist/models/V1HTTPGetAction.d.ts +68 -0
- package/dist/models/V1HTTPGetAction.js +59 -0
- package/dist/models/V1HTTPHeader.d.ts +39 -0
- package/dist/models/V1HTTPHeader.js +50 -0
- package/dist/models/V1HostAlias.d.ts +40 -0
- package/dist/models/V1HostAlias.js +50 -0
- package/dist/models/V1HostPathType.d.ts +31 -0
- package/dist/models/V1HostPathType.js +57 -0
- package/dist/models/V1HostPathVolumeSource.d.ts +44 -0
- package/dist/models/V1HostPathVolumeSource.js +51 -0
- package/dist/models/V1ISCSIVolumeSource.d.ts +113 -0
- package/dist/models/V1ISCSIVolumeSource.js +69 -0
- package/dist/models/V1ImageVolumeSource.d.ts +50 -0
- package/dist/models/V1ImageVolumeSource.js +51 -0
- package/dist/models/V1KeyToPath.d.ts +53 -0
- package/dist/models/V1KeyToPath.js +52 -0
- package/dist/models/V1LabelSelector.d.ts +46 -0
- package/dist/models/V1LabelSelector.js +51 -0
- package/dist/models/V1LabelSelectorOperator.d.ts +27 -0
- package/dist/models/V1LabelSelectorOperator.js +53 -0
- package/dist/models/V1LabelSelectorRequirement.d.ts +51 -0
- package/dist/models/V1LabelSelectorRequirement.js +53 -0
- package/dist/models/V1Lifecycle.d.ts +62 -0
- package/dist/models/V1Lifecycle.js +54 -0
- package/dist/models/V1LifecycleHandler.d.ts +60 -0
- package/dist/models/V1LifecycleHandler.js +58 -0
- package/dist/models/V1LocalObjectReference.d.ts +40 -0
- package/dist/models/V1LocalObjectReference.js +48 -0
- package/dist/models/V1ManagedFieldsEntry.d.ts +86 -0
- package/dist/models/V1ManagedFieldsEntry.js +61 -0
- package/dist/models/V1ManagedFieldsOperationType.d.ts +25 -0
- package/dist/models/V1ManagedFieldsOperationType.js +51 -0
- package/dist/models/V1MountPropagationMode.d.ts +26 -0
- package/dist/models/V1MountPropagationMode.js +52 -0
- package/dist/models/V1NFSVolumeSource.d.ts +49 -0
- package/dist/models/V1NFSVolumeSource.js +52 -0
- package/dist/models/V1NodeAffinity.d.ts +55 -0
- package/dist/models/V1NodeAffinity.js +52 -0
- package/dist/models/V1NodeInclusionPolicy.d.ts +25 -0
- package/dist/models/V1NodeInclusionPolicy.js +51 -0
- package/dist/models/V1NodeSelector.d.ts +34 -0
- package/dist/models/V1NodeSelector.js +49 -0
- package/dist/models/V1NodeSelectorOperator.d.ts +29 -0
- package/dist/models/V1NodeSelectorOperator.js +55 -0
- package/dist/models/V1NodeSelectorRequirement.d.ts +52 -0
- package/dist/models/V1NodeSelectorRequirement.js +53 -0
- package/dist/models/V1NodeSelectorTerm.d.ts +43 -0
- package/dist/models/V1NodeSelectorTerm.js +51 -0
- package/dist/models/V1OSName.d.ts +25 -0
- package/dist/models/V1OSName.js +51 -0
- package/dist/models/V1ObjectFieldSelector.d.ts +39 -0
- package/dist/models/V1ObjectFieldSelector.js +50 -0
- package/dist/models/V1ObjectMeta.d.ts +238 -0
- package/dist/models/V1ObjectMeta.js +78 -0
- package/dist/models/V1OwnerReference.d.ts +74 -0
- package/dist/models/V1OwnerReference.js +58 -0
- package/dist/models/V1PersistentVolumeAccessMode.d.ts +27 -0
- package/dist/models/V1PersistentVolumeAccessMode.js +53 -0
- package/dist/models/V1PersistentVolumeClaimSpec.d.ts +142 -0
- package/dist/models/V1PersistentVolumeClaimSpec.js +70 -0
- package/dist/models/V1PersistentVolumeClaimTemplate.d.ts +47 -0
- package/dist/models/V1PersistentVolumeClaimTemplate.js +52 -0
- package/dist/models/V1PersistentVolumeClaimVolumeSource.d.ts +41 -0
- package/dist/models/V1PersistentVolumeClaimVolumeSource.js +50 -0
- package/dist/models/V1PersistentVolumeMode.d.ts +25 -0
- package/dist/models/V1PersistentVolumeMode.js +51 -0
- package/dist/models/V1PhotonPersistentDiskVolumeSource.d.ts +40 -0
- package/dist/models/V1PhotonPersistentDiskVolumeSource.js +50 -0
- package/dist/models/V1PodAffinity.d.ts +58 -0
- package/dist/models/V1PodAffinity.js +52 -0
- package/dist/models/V1PodAffinityTerm.d.ts +99 -0
- package/dist/models/V1PodAffinityTerm.js +59 -0
- package/dist/models/V1PodAntiAffinity.d.ts +58 -0
- package/dist/models/V1PodAntiAffinity.js +52 -0
- package/dist/models/V1PodCertificateProjection.d.ts +133 -0
- package/dist/models/V1PodCertificateProjection.js +60 -0
- package/dist/models/V1PodConditionType.d.ts +32 -0
- package/dist/models/V1PodConditionType.js +58 -0
- package/dist/models/V1PodDNSConfig.d.ts +58 -0
- package/dist/models/V1PodDNSConfig.js +53 -0
- package/dist/models/V1PodDNSConfigOption.d.ts +40 -0
- package/dist/models/V1PodDNSConfigOption.js +50 -0
- package/dist/models/V1PodFSGroupChangePolicy.d.ts +25 -0
- package/dist/models/V1PodFSGroupChangePolicy.js +51 -0
- package/dist/models/V1PodOS.d.ts +36 -0
- package/dist/models/V1PodOS.js +49 -0
- package/dist/models/V1PodReadinessGate.d.ts +33 -0
- package/dist/models/V1PodReadinessGate.js +49 -0
- package/dist/models/V1PodResourceClaim.d.ts +63 -0
- package/dist/models/V1PodResourceClaim.js +52 -0
- package/dist/models/V1PodSELinuxChangePolicy.d.ts +25 -0
- package/dist/models/V1PodSELinuxChangePolicy.js +51 -0
- package/dist/models/V1PodSchedulingGate.d.ts +33 -0
- package/dist/models/V1PodSchedulingGate.js +48 -0
- package/dist/models/V1PodSecurityContext.d.ts +206 -0
- package/dist/models/V1PodSecurityContext.js +80 -0
- package/dist/models/V1PodSpec.d.ts +567 -0
- package/dist/models/V1PodSpec.js +151 -0
- package/dist/models/V1PortworxVolumeSource.d.ts +48 -0
- package/dist/models/V1PortworxVolumeSource.js +52 -0
- package/dist/models/V1PreemptionPolicy.d.ts +25 -0
- package/dist/models/V1PreemptionPolicy.js +51 -0
- package/dist/models/V1PreferredSchedulingTerm.d.ts +39 -0
- package/dist/models/V1PreferredSchedulingTerm.js +51 -0
- package/dist/models/V1Probe.d.ts +115 -0
- package/dist/models/V1Probe.js +70 -0
- package/dist/models/V1ProcMountType.d.ts +25 -0
- package/dist/models/V1ProcMountType.js +51 -0
- package/dist/models/V1ProjectedVolumeSource.d.ts +48 -0
- package/dist/models/V1ProjectedVolumeSource.js +51 -0
- package/dist/models/V1Protocol.d.ts +26 -0
- package/dist/models/V1Protocol.js +52 -0
- package/dist/models/V1PullPolicy.d.ts +26 -0
- package/dist/models/V1PullPolicy.js +52 -0
- package/dist/models/V1QuobyteVolumeSource.d.ts +72 -0
- package/dist/models/V1QuobyteVolumeSource.js +58 -0
- package/dist/models/V1RBDVolumeSource.d.ts +102 -0
- package/dist/models/V1RBDVolumeSource.js +63 -0
- package/dist/models/V1RecursiveReadOnlyMode.d.ts +26 -0
- package/dist/models/V1RecursiveReadOnlyMode.js +52 -0
- package/dist/models/V1ResourceFieldSelector.d.ts +47 -0
- package/dist/models/V1ResourceFieldSelector.js +53 -0
- package/dist/models/V1ResourceName.d.ts +43 -0
- package/dist/models/V1ResourceName.js +69 -0
- package/dist/models/V1ResourceRequirements.d.ts +67 -0
- package/dist/models/V1ResourceRequirements.js +55 -0
- package/dist/models/V1ResourceResizeRestartPolicy.d.ts +25 -0
- package/dist/models/V1ResourceResizeRestartPolicy.js +51 -0
- package/dist/models/V1RestartPolicy.d.ts +26 -0
- package/dist/models/V1RestartPolicy.js +52 -0
- package/dist/models/V1SELinuxOptions.d.ts +54 -0
- package/dist/models/V1SELinuxOptions.js +54 -0
- package/dist/models/V1ScaleIOVolumeSource.d.ts +102 -0
- package/dist/models/V1ScaleIOVolumeSource.js +67 -0
- package/dist/models/V1SeccompProfile.d.ts +49 -0
- package/dist/models/V1SeccompProfile.js +51 -0
- package/dist/models/V1SeccompProfileType.d.ts +26 -0
- package/dist/models/V1SeccompProfileType.js +52 -0
- package/dist/models/V1SecretEnvSource.d.ts +47 -0
- package/dist/models/V1SecretEnvSource.js +50 -0
- package/dist/models/V1SecretKeySelector.d.ts +53 -0
- package/dist/models/V1SecretKeySelector.js +52 -0
- package/dist/models/V1SecretProjection.d.ts +62 -0
- package/dist/models/V1SecretProjection.js +53 -0
- package/dist/models/V1SecretVolumeSource.d.ts +69 -0
- package/dist/models/V1SecretVolumeSource.js +55 -0
- package/dist/models/V1SecurityContext.d.ts +158 -0
- package/dist/models/V1SecurityContext.js +76 -0
- package/dist/models/V1ServiceAccountTokenProjection.d.ts +55 -0
- package/dist/models/V1ServiceAccountTokenProjection.js +52 -0
- package/dist/models/V1Signal.d.ts +88 -0
- package/dist/models/V1Signal.js +114 -0
- package/dist/models/V1SleepAction.d.ts +32 -0
- package/dist/models/V1SleepAction.js +48 -0
- package/dist/models/V1StorageMedium.d.ts +39 -0
- package/dist/models/V1StorageMedium.js +65 -0
- package/dist/models/V1StorageOSVolumeSource.d.ts +71 -0
- package/dist/models/V1StorageOSVolumeSource.js +57 -0
- package/dist/models/V1SupplementalGroupsPolicy.d.ts +25 -0
- package/dist/models/V1SupplementalGroupsPolicy.js +51 -0
- package/dist/models/V1Sysctl.d.ts +38 -0
- package/dist/models/V1Sysctl.js +50 -0
- package/dist/models/V1TCPSocketAction.d.ts +42 -0
- package/dist/models/V1TCPSocketAction.js +51 -0
- package/dist/models/V1TaintEffect.d.ts +26 -0
- package/dist/models/V1TaintEffect.js +52 -0
- package/dist/models/V1TerminationMessagePolicy.d.ts +25 -0
- package/dist/models/V1TerminationMessagePolicy.js +51 -0
- package/dist/models/V1Toleration.d.ts +73 -0
- package/dist/models/V1Toleration.js +58 -0
- package/dist/models/V1TolerationOperator.d.ts +27 -0
- package/dist/models/V1TolerationOperator.js +53 -0
- package/dist/models/V1TopologySpreadConstraint.d.ts +174 -0
- package/dist/models/V1TopologySpreadConstraint.js +65 -0
- package/dist/models/V1TypedLocalObjectReference.d.ts +47 -0
- package/dist/models/V1TypedLocalObjectReference.js +52 -0
- package/dist/models/V1TypedObjectReference.d.ts +57 -0
- package/dist/models/V1TypedObjectReference.js +54 -0
- package/dist/models/V1URIScheme.d.ts +25 -0
- package/dist/models/V1URIScheme.js +51 -0
- package/dist/models/V1UnsatisfiableConstraintAction.d.ts +25 -0
- package/dist/models/V1UnsatisfiableConstraintAction.js +51 -0
- package/dist/models/V1Volume.d.ts +357 -0
- package/dist/models/V1Volume.js +138 -0
- package/dist/models/V1VolumeDevice.d.ts +38 -0
- package/dist/models/V1VolumeDevice.js +50 -0
- package/dist/models/V1VolumeMount.d.ts +101 -0
- package/dist/models/V1VolumeMount.js +62 -0
- package/dist/models/V1VolumeProjection.d.ts +123 -0
- package/dist/models/V1VolumeProjection.js +64 -0
- package/dist/models/V1VolumeResourceRequirements.d.ts +49 -0
- package/dist/models/V1VolumeResourceRequirements.js +52 -0
- package/dist/models/V1VsphereVirtualDiskVolumeSource.d.ts +55 -0
- package/dist/models/V1VsphereVirtualDiskVolumeSource.js +54 -0
- package/dist/models/V1WeightedPodAffinityTerm.d.ts +40 -0
- package/dist/models/V1WeightedPodAffinityTerm.js +51 -0
- package/dist/models/V1WindowsSecurityContextOptions.d.ts +62 -0
- package/dist/models/V1WindowsSecurityContextOptions.js +54 -0
- package/dist/models/V1WorkloadReference.d.ts +60 -0
- package/dist/models/V1WorkloadReference.js +52 -0
- package/dist/models/V1alpha1StorageSpec.d.ts +40 -0
- package/dist/models/V1alpha1StorageSpec.js +50 -0
- package/dist/models/index.d.ts +149 -0
- package/dist/models/index.js +149 -0
- package/package.json +3 -3
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* komputer.ai API
|
|
3
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
import type { V1SELinuxOptions } from './V1SELinuxOptions';
|
|
13
|
+
import type { V1ProcMountType } from './V1ProcMountType';
|
|
14
|
+
import type { V1Capabilities } from './V1Capabilities';
|
|
15
|
+
import type { V1SeccompProfile } from './V1SeccompProfile';
|
|
16
|
+
import type { V1WindowsSecurityContextOptions } from './V1WindowsSecurityContextOptions';
|
|
17
|
+
import type { V1AppArmorProfile } from './V1AppArmorProfile';
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @interface V1SecurityContext
|
|
22
|
+
*/
|
|
23
|
+
export interface V1SecurityContext {
|
|
24
|
+
/**
|
|
25
|
+
* AllowPrivilegeEscalation controls whether a process can gain more
|
|
26
|
+
* privileges than its parent process. This bool directly controls if
|
|
27
|
+
* the no_new_privs flag will be set on the container process.
|
|
28
|
+
* AllowPrivilegeEscalation is true always when the container is:
|
|
29
|
+
* 1) run as Privileged
|
|
30
|
+
* 2) has CAP_SYS_ADMIN
|
|
31
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
32
|
+
* +optional
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof V1SecurityContext
|
|
35
|
+
*/
|
|
36
|
+
allowPrivilegeEscalation?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* appArmorProfile is the AppArmor options to use by this container. If set, this profile
|
|
39
|
+
* overrides the pod's appArmorProfile.
|
|
40
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
41
|
+
* +optional
|
|
42
|
+
* @type {V1AppArmorProfile}
|
|
43
|
+
* @memberof V1SecurityContext
|
|
44
|
+
*/
|
|
45
|
+
appArmorProfile?: V1AppArmorProfile;
|
|
46
|
+
/**
|
|
47
|
+
* The capabilities to add/drop when running containers.
|
|
48
|
+
* Defaults to the default set of capabilities granted by the container runtime.
|
|
49
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
50
|
+
* +optional
|
|
51
|
+
* @type {V1Capabilities}
|
|
52
|
+
* @memberof V1SecurityContext
|
|
53
|
+
*/
|
|
54
|
+
capabilities?: V1Capabilities;
|
|
55
|
+
/**
|
|
56
|
+
* Run container in privileged mode.
|
|
57
|
+
* Processes in privileged containers are essentially equivalent to root on the host.
|
|
58
|
+
* Defaults to false.
|
|
59
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
60
|
+
* +optional
|
|
61
|
+
* @type {boolean}
|
|
62
|
+
* @memberof V1SecurityContext
|
|
63
|
+
*/
|
|
64
|
+
privileged?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* procMount denotes the type of proc mount to use for the containers.
|
|
67
|
+
* The default value is Default which uses the container runtime defaults for
|
|
68
|
+
* readonly paths and masked paths.
|
|
69
|
+
* This requires the ProcMountType feature flag to be enabled.
|
|
70
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
71
|
+
* +optional
|
|
72
|
+
* @type {V1ProcMountType}
|
|
73
|
+
* @memberof V1SecurityContext
|
|
74
|
+
*/
|
|
75
|
+
procMount?: V1ProcMountType;
|
|
76
|
+
/**
|
|
77
|
+
* Whether this container has a read-only root filesystem.
|
|
78
|
+
* Default is false.
|
|
79
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
80
|
+
* +optional
|
|
81
|
+
* @type {boolean}
|
|
82
|
+
* @memberof V1SecurityContext
|
|
83
|
+
*/
|
|
84
|
+
readOnlyRootFilesystem?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* The GID to run the entrypoint of the container process.
|
|
87
|
+
* Uses runtime default if unset.
|
|
88
|
+
* May also be set in PodSecurityContext. If set in both SecurityContext and
|
|
89
|
+
* PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
90
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
91
|
+
* +optional
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof V1SecurityContext
|
|
94
|
+
*/
|
|
95
|
+
runAsGroup?: number;
|
|
96
|
+
/**
|
|
97
|
+
* Indicates that the container must run as a non-root user.
|
|
98
|
+
* If true, the Kubelet will validate the image at runtime to ensure that it
|
|
99
|
+
* does not run as UID 0 (root) and fail to start the container if it does.
|
|
100
|
+
* If unset or false, no such validation will be performed.
|
|
101
|
+
* May also be set in PodSecurityContext. If set in both SecurityContext and
|
|
102
|
+
* PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
103
|
+
* +optional
|
|
104
|
+
* @type {boolean}
|
|
105
|
+
* @memberof V1SecurityContext
|
|
106
|
+
*/
|
|
107
|
+
runAsNonRoot?: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* The UID to run the entrypoint of the container process.
|
|
110
|
+
* Defaults to user specified in image metadata if unspecified.
|
|
111
|
+
* May also be set in PodSecurityContext. If set in both SecurityContext and
|
|
112
|
+
* PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
113
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
114
|
+
* +optional
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof V1SecurityContext
|
|
117
|
+
*/
|
|
118
|
+
runAsUser?: number;
|
|
119
|
+
/**
|
|
120
|
+
* The SELinux context to be applied to the container.
|
|
121
|
+
* If unspecified, the container runtime will allocate a random SELinux context for each
|
|
122
|
+
* container. May also be set in PodSecurityContext. If set in both SecurityContext and
|
|
123
|
+
* PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
124
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
125
|
+
* +optional
|
|
126
|
+
* @type {V1SELinuxOptions}
|
|
127
|
+
* @memberof V1SecurityContext
|
|
128
|
+
*/
|
|
129
|
+
seLinuxOptions?: V1SELinuxOptions;
|
|
130
|
+
/**
|
|
131
|
+
* The seccomp options to use by this container. If seccomp options are
|
|
132
|
+
* provided at both the pod & container level, the container options
|
|
133
|
+
* override the pod options.
|
|
134
|
+
* Note that this field cannot be set when spec.os.name is windows.
|
|
135
|
+
* +optional
|
|
136
|
+
* @type {V1SeccompProfile}
|
|
137
|
+
* @memberof V1SecurityContext
|
|
138
|
+
*/
|
|
139
|
+
seccompProfile?: V1SeccompProfile;
|
|
140
|
+
/**
|
|
141
|
+
* The Windows specific settings applied to all containers.
|
|
142
|
+
* If unspecified, the options from the PodSecurityContext will be used.
|
|
143
|
+
* If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
144
|
+
* Note that this field cannot be set when spec.os.name is linux.
|
|
145
|
+
* +optional
|
|
146
|
+
* @type {V1WindowsSecurityContextOptions}
|
|
147
|
+
* @memberof V1SecurityContext
|
|
148
|
+
*/
|
|
149
|
+
windowsOptions?: V1WindowsSecurityContextOptions;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Check if a given object implements the V1SecurityContext interface.
|
|
153
|
+
*/
|
|
154
|
+
export declare function instanceOfV1SecurityContext(value: object): value is V1SecurityContext;
|
|
155
|
+
export declare function V1SecurityContextFromJSON(json: any): V1SecurityContext;
|
|
156
|
+
export declare function V1SecurityContextFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SecurityContext;
|
|
157
|
+
export declare function V1SecurityContextToJSON(json: any): V1SecurityContext;
|
|
158
|
+
export declare function V1SecurityContextToJSONTyped(value?: V1SecurityContext | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* komputer.ai API
|
|
5
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { V1SELinuxOptionsFromJSON, V1SELinuxOptionsToJSON, } from './V1SELinuxOptions';
|
|
15
|
+
import { V1ProcMountTypeFromJSON, V1ProcMountTypeToJSON, } from './V1ProcMountType';
|
|
16
|
+
import { V1CapabilitiesFromJSON, V1CapabilitiesToJSON, } from './V1Capabilities';
|
|
17
|
+
import { V1SeccompProfileFromJSON, V1SeccompProfileToJSON, } from './V1SeccompProfile';
|
|
18
|
+
import { V1WindowsSecurityContextOptionsFromJSON, V1WindowsSecurityContextOptionsToJSON, } from './V1WindowsSecurityContextOptions';
|
|
19
|
+
import { V1AppArmorProfileFromJSON, V1AppArmorProfileToJSON, } from './V1AppArmorProfile';
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the V1SecurityContext interface.
|
|
22
|
+
*/
|
|
23
|
+
export function instanceOfV1SecurityContext(value) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function V1SecurityContextFromJSON(json) {
|
|
27
|
+
return V1SecurityContextFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function V1SecurityContextFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'allowPrivilegeEscalation': json['allowPrivilegeEscalation'] == null ? undefined : json['allowPrivilegeEscalation'],
|
|
35
|
+
'appArmorProfile': json['appArmorProfile'] == null ? undefined : V1AppArmorProfileFromJSON(json['appArmorProfile']),
|
|
36
|
+
'capabilities': json['capabilities'] == null ? undefined : V1CapabilitiesFromJSON(json['capabilities']),
|
|
37
|
+
'privileged': json['privileged'] == null ? undefined : json['privileged'],
|
|
38
|
+
'procMount': json['procMount'] == null ? undefined : V1ProcMountTypeFromJSON(json['procMount']),
|
|
39
|
+
'readOnlyRootFilesystem': json['readOnlyRootFilesystem'] == null ? undefined : json['readOnlyRootFilesystem'],
|
|
40
|
+
'runAsGroup': json['runAsGroup'] == null ? undefined : json['runAsGroup'],
|
|
41
|
+
'runAsNonRoot': json['runAsNonRoot'] == null ? undefined : json['runAsNonRoot'],
|
|
42
|
+
'runAsUser': json['runAsUser'] == null ? undefined : json['runAsUser'],
|
|
43
|
+
'seLinuxOptions': json['seLinuxOptions'] == null ? undefined : V1SELinuxOptionsFromJSON(json['seLinuxOptions']),
|
|
44
|
+
'seccompProfile': json['seccompProfile'] == null ? undefined : V1SeccompProfileFromJSON(json['seccompProfile']),
|
|
45
|
+
'windowsOptions': json['windowsOptions'] == null ? undefined : V1WindowsSecurityContextOptionsFromJSON(json['windowsOptions']),
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
export function V1SecurityContextToJSON(json) {
|
|
49
|
+
return V1SecurityContextToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
export function V1SecurityContextToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'allowPrivilegeEscalation': value['allowPrivilegeEscalation'],
|
|
57
|
+
'appArmorProfile': V1AppArmorProfileToJSON(value['appArmorProfile']),
|
|
58
|
+
'capabilities': V1CapabilitiesToJSON(value['capabilities']),
|
|
59
|
+
'privileged': value['privileged'],
|
|
60
|
+
'procMount': V1ProcMountTypeToJSON(value['procMount']),
|
|
61
|
+
'readOnlyRootFilesystem': value['readOnlyRootFilesystem'],
|
|
62
|
+
'runAsGroup': value['runAsGroup'],
|
|
63
|
+
'runAsNonRoot': value['runAsNonRoot'],
|
|
64
|
+
'runAsUser': value['runAsUser'],
|
|
65
|
+
'seLinuxOptions': V1SELinuxOptionsToJSON(value['seLinuxOptions']),
|
|
66
|
+
'seccompProfile': V1SeccompProfileToJSON(value['seccompProfile']),
|
|
67
|
+
'windowsOptions': V1WindowsSecurityContextOptionsToJSON(value['windowsOptions']),
|
|
68
|
+
};
|
|
69
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* komputer.ai API
|
|
3
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
* @export
|
|
15
|
+
* @interface V1ServiceAccountTokenProjection
|
|
16
|
+
*/
|
|
17
|
+
export interface V1ServiceAccountTokenProjection {
|
|
18
|
+
/**
|
|
19
|
+
* audience is the intended audience of the token. A recipient of a token
|
|
20
|
+
* must identify itself with an identifier specified in the audience of the
|
|
21
|
+
* token, and otherwise should reject the token. The audience defaults to the
|
|
22
|
+
* identifier of the apiserver.
|
|
23
|
+
* +optional
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof V1ServiceAccountTokenProjection
|
|
26
|
+
*/
|
|
27
|
+
audience?: string;
|
|
28
|
+
/**
|
|
29
|
+
* expirationSeconds is the requested duration of validity of the service
|
|
30
|
+
* account token. As the token approaches expiration, the kubelet volume
|
|
31
|
+
* plugin will proactively rotate the service account token. The kubelet will
|
|
32
|
+
* start trying to rotate the token if the token is older than 80 percent of
|
|
33
|
+
* its time to live or if the token is older than 24 hours.Defaults to 1 hour
|
|
34
|
+
* and must be at least 10 minutes.
|
|
35
|
+
* +optional
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof V1ServiceAccountTokenProjection
|
|
38
|
+
*/
|
|
39
|
+
expirationSeconds?: number;
|
|
40
|
+
/**
|
|
41
|
+
* path is the path relative to the mount point of the file to project the
|
|
42
|
+
* token into.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof V1ServiceAccountTokenProjection
|
|
45
|
+
*/
|
|
46
|
+
path?: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the V1ServiceAccountTokenProjection interface.
|
|
50
|
+
*/
|
|
51
|
+
export declare function instanceOfV1ServiceAccountTokenProjection(value: object): value is V1ServiceAccountTokenProjection;
|
|
52
|
+
export declare function V1ServiceAccountTokenProjectionFromJSON(json: any): V1ServiceAccountTokenProjection;
|
|
53
|
+
export declare function V1ServiceAccountTokenProjectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1ServiceAccountTokenProjection;
|
|
54
|
+
export declare function V1ServiceAccountTokenProjectionToJSON(json: any): V1ServiceAccountTokenProjection;
|
|
55
|
+
export declare function V1ServiceAccountTokenProjectionToJSONTyped(value?: V1ServiceAccountTokenProjection | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* komputer.ai API
|
|
5
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the V1ServiceAccountTokenProjection interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfV1ServiceAccountTokenProjection(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function V1ServiceAccountTokenProjectionFromJSON(json) {
|
|
21
|
+
return V1ServiceAccountTokenProjectionFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function V1ServiceAccountTokenProjectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'audience': json['audience'] == null ? undefined : json['audience'],
|
|
29
|
+
'expirationSeconds': json['expirationSeconds'] == null ? undefined : json['expirationSeconds'],
|
|
30
|
+
'path': json['path'] == null ? undefined : json['path'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function V1ServiceAccountTokenProjectionToJSON(json) {
|
|
34
|
+
return V1ServiceAccountTokenProjectionToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function V1ServiceAccountTokenProjectionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'audience': value['audience'],
|
|
42
|
+
'expirationSeconds': value['expirationSeconds'],
|
|
43
|
+
'path': value['path'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* komputer.ai API
|
|
3
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const V1Signal: {
|
|
17
|
+
readonly SIGABRT: "SIGABRT";
|
|
18
|
+
readonly SIGALRM: "SIGALRM";
|
|
19
|
+
readonly SIGBUS: "SIGBUS";
|
|
20
|
+
readonly SIGCHLD: "SIGCHLD";
|
|
21
|
+
readonly SIGCLD: "SIGCLD";
|
|
22
|
+
readonly SIGCONT: "SIGCONT";
|
|
23
|
+
readonly SIGFPE: "SIGFPE";
|
|
24
|
+
readonly SIGHUP: "SIGHUP";
|
|
25
|
+
readonly SIGILL: "SIGILL";
|
|
26
|
+
readonly SIGINT: "SIGINT";
|
|
27
|
+
readonly SIGIO: "SIGIO";
|
|
28
|
+
readonly SIGIOT: "SIGIOT";
|
|
29
|
+
readonly SIGKILL: "SIGKILL";
|
|
30
|
+
readonly SIGPIPE: "SIGPIPE";
|
|
31
|
+
readonly SIGPOLL: "SIGPOLL";
|
|
32
|
+
readonly SIGPROF: "SIGPROF";
|
|
33
|
+
readonly SIGPWR: "SIGPWR";
|
|
34
|
+
readonly SIGQUIT: "SIGQUIT";
|
|
35
|
+
readonly SIGSEGV: "SIGSEGV";
|
|
36
|
+
readonly SIGSTKFLT: "SIGSTKFLT";
|
|
37
|
+
readonly SIGSTOP: "SIGSTOP";
|
|
38
|
+
readonly SIGSYS: "SIGSYS";
|
|
39
|
+
readonly SIGTERM: "SIGTERM";
|
|
40
|
+
readonly SIGTRAP: "SIGTRAP";
|
|
41
|
+
readonly SIGTSTP: "SIGTSTP";
|
|
42
|
+
readonly SIGTTIN: "SIGTTIN";
|
|
43
|
+
readonly SIGTTOU: "SIGTTOU";
|
|
44
|
+
readonly SIGURG: "SIGURG";
|
|
45
|
+
readonly SIGUSR1: "SIGUSR1";
|
|
46
|
+
readonly SIGUSR2: "SIGUSR2";
|
|
47
|
+
readonly SIGVTALRM: "SIGVTALRM";
|
|
48
|
+
readonly SIGWINCH: "SIGWINCH";
|
|
49
|
+
readonly SIGXCPU: "SIGXCPU";
|
|
50
|
+
readonly SIGXFSZ: "SIGXFSZ";
|
|
51
|
+
readonly SIGRTMIN: "SIGRTMIN";
|
|
52
|
+
readonly SIGRTMINPLUS1: "SIGRTMIN+1";
|
|
53
|
+
readonly SIGRTMINPLUS2: "SIGRTMIN+2";
|
|
54
|
+
readonly SIGRTMINPLUS3: "SIGRTMIN+3";
|
|
55
|
+
readonly SIGRTMINPLUS4: "SIGRTMIN+4";
|
|
56
|
+
readonly SIGRTMINPLUS5: "SIGRTMIN+5";
|
|
57
|
+
readonly SIGRTMINPLUS6: "SIGRTMIN+6";
|
|
58
|
+
readonly SIGRTMINPLUS7: "SIGRTMIN+7";
|
|
59
|
+
readonly SIGRTMINPLUS8: "SIGRTMIN+8";
|
|
60
|
+
readonly SIGRTMINPLUS9: "SIGRTMIN+9";
|
|
61
|
+
readonly SIGRTMINPLUS10: "SIGRTMIN+10";
|
|
62
|
+
readonly SIGRTMINPLUS11: "SIGRTMIN+11";
|
|
63
|
+
readonly SIGRTMINPLUS12: "SIGRTMIN+12";
|
|
64
|
+
readonly SIGRTMINPLUS13: "SIGRTMIN+13";
|
|
65
|
+
readonly SIGRTMINPLUS14: "SIGRTMIN+14";
|
|
66
|
+
readonly SIGRTMINPLUS15: "SIGRTMIN+15";
|
|
67
|
+
readonly SIGRTMAXMINUS14: "SIGRTMAX-14";
|
|
68
|
+
readonly SIGRTMAXMINUS13: "SIGRTMAX-13";
|
|
69
|
+
readonly SIGRTMAXMINUS12: "SIGRTMAX-12";
|
|
70
|
+
readonly SIGRTMAXMINUS11: "SIGRTMAX-11";
|
|
71
|
+
readonly SIGRTMAXMINUS10: "SIGRTMAX-10";
|
|
72
|
+
readonly SIGRTMAXMINUS9: "SIGRTMAX-9";
|
|
73
|
+
readonly SIGRTMAXMINUS8: "SIGRTMAX-8";
|
|
74
|
+
readonly SIGRTMAXMINUS7: "SIGRTMAX-7";
|
|
75
|
+
readonly SIGRTMAXMINUS6: "SIGRTMAX-6";
|
|
76
|
+
readonly SIGRTMAXMINUS5: "SIGRTMAX-5";
|
|
77
|
+
readonly SIGRTMAXMINUS4: "SIGRTMAX-4";
|
|
78
|
+
readonly SIGRTMAXMINUS3: "SIGRTMAX-3";
|
|
79
|
+
readonly SIGRTMAXMINUS2: "SIGRTMAX-2";
|
|
80
|
+
readonly SIGRTMAXMINUS1: "SIGRTMAX-1";
|
|
81
|
+
readonly SIGRTMAX: "SIGRTMAX";
|
|
82
|
+
};
|
|
83
|
+
export type V1Signal = typeof V1Signal[keyof typeof V1Signal];
|
|
84
|
+
export declare function instanceOfV1Signal(value: any): boolean;
|
|
85
|
+
export declare function V1SignalFromJSON(json: any): V1Signal;
|
|
86
|
+
export declare function V1SignalFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1Signal;
|
|
87
|
+
export declare function V1SignalToJSON(value?: V1Signal | null): any;
|
|
88
|
+
export declare function V1SignalToJSONTyped(value: any, ignoreDiscriminator: boolean): V1Signal;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* komputer.ai API
|
|
5
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const V1Signal = {
|
|
19
|
+
SIGABRT: 'SIGABRT',
|
|
20
|
+
SIGALRM: 'SIGALRM',
|
|
21
|
+
SIGBUS: 'SIGBUS',
|
|
22
|
+
SIGCHLD: 'SIGCHLD',
|
|
23
|
+
SIGCLD: 'SIGCLD',
|
|
24
|
+
SIGCONT: 'SIGCONT',
|
|
25
|
+
SIGFPE: 'SIGFPE',
|
|
26
|
+
SIGHUP: 'SIGHUP',
|
|
27
|
+
SIGILL: 'SIGILL',
|
|
28
|
+
SIGINT: 'SIGINT',
|
|
29
|
+
SIGIO: 'SIGIO',
|
|
30
|
+
SIGIOT: 'SIGIOT',
|
|
31
|
+
SIGKILL: 'SIGKILL',
|
|
32
|
+
SIGPIPE: 'SIGPIPE',
|
|
33
|
+
SIGPOLL: 'SIGPOLL',
|
|
34
|
+
SIGPROF: 'SIGPROF',
|
|
35
|
+
SIGPWR: 'SIGPWR',
|
|
36
|
+
SIGQUIT: 'SIGQUIT',
|
|
37
|
+
SIGSEGV: 'SIGSEGV',
|
|
38
|
+
SIGSTKFLT: 'SIGSTKFLT',
|
|
39
|
+
SIGSTOP: 'SIGSTOP',
|
|
40
|
+
SIGSYS: 'SIGSYS',
|
|
41
|
+
SIGTERM: 'SIGTERM',
|
|
42
|
+
SIGTRAP: 'SIGTRAP',
|
|
43
|
+
SIGTSTP: 'SIGTSTP',
|
|
44
|
+
SIGTTIN: 'SIGTTIN',
|
|
45
|
+
SIGTTOU: 'SIGTTOU',
|
|
46
|
+
SIGURG: 'SIGURG',
|
|
47
|
+
SIGUSR1: 'SIGUSR1',
|
|
48
|
+
SIGUSR2: 'SIGUSR2',
|
|
49
|
+
SIGVTALRM: 'SIGVTALRM',
|
|
50
|
+
SIGWINCH: 'SIGWINCH',
|
|
51
|
+
SIGXCPU: 'SIGXCPU',
|
|
52
|
+
SIGXFSZ: 'SIGXFSZ',
|
|
53
|
+
SIGRTMIN: 'SIGRTMIN',
|
|
54
|
+
SIGRTMINPLUS1: 'SIGRTMIN+1',
|
|
55
|
+
SIGRTMINPLUS2: 'SIGRTMIN+2',
|
|
56
|
+
SIGRTMINPLUS3: 'SIGRTMIN+3',
|
|
57
|
+
SIGRTMINPLUS4: 'SIGRTMIN+4',
|
|
58
|
+
SIGRTMINPLUS5: 'SIGRTMIN+5',
|
|
59
|
+
SIGRTMINPLUS6: 'SIGRTMIN+6',
|
|
60
|
+
SIGRTMINPLUS7: 'SIGRTMIN+7',
|
|
61
|
+
SIGRTMINPLUS8: 'SIGRTMIN+8',
|
|
62
|
+
SIGRTMINPLUS9: 'SIGRTMIN+9',
|
|
63
|
+
SIGRTMINPLUS10: 'SIGRTMIN+10',
|
|
64
|
+
SIGRTMINPLUS11: 'SIGRTMIN+11',
|
|
65
|
+
SIGRTMINPLUS12: 'SIGRTMIN+12',
|
|
66
|
+
SIGRTMINPLUS13: 'SIGRTMIN+13',
|
|
67
|
+
SIGRTMINPLUS14: 'SIGRTMIN+14',
|
|
68
|
+
SIGRTMINPLUS15: 'SIGRTMIN+15',
|
|
69
|
+
SIGRTMAXMINUS14: 'SIGRTMAX-14',
|
|
70
|
+
SIGRTMAXMINUS13: 'SIGRTMAX-13',
|
|
71
|
+
SIGRTMAXMINUS12: 'SIGRTMAX-12',
|
|
72
|
+
SIGRTMAXMINUS11: 'SIGRTMAX-11',
|
|
73
|
+
SIGRTMAXMINUS10: 'SIGRTMAX-10',
|
|
74
|
+
SIGRTMAXMINUS9: 'SIGRTMAX-9',
|
|
75
|
+
SIGRTMAXMINUS8: 'SIGRTMAX-8',
|
|
76
|
+
SIGRTMAXMINUS7: 'SIGRTMAX-7',
|
|
77
|
+
SIGRTMAXMINUS6: 'SIGRTMAX-6',
|
|
78
|
+
SIGRTMAXMINUS5: 'SIGRTMAX-5',
|
|
79
|
+
SIGRTMAXMINUS4: 'SIGRTMAX-4',
|
|
80
|
+
SIGRTMAXMINUS3: 'SIGRTMAX-3',
|
|
81
|
+
SIGRTMAXMINUS2: 'SIGRTMAX-2',
|
|
82
|
+
SIGRTMAXMINUS1: 'SIGRTMAX-1',
|
|
83
|
+
SIGRTMAX: 'SIGRTMAX'
|
|
84
|
+
};
|
|
85
|
+
export function instanceOfV1Signal(value) {
|
|
86
|
+
for (const key in V1Signal) {
|
|
87
|
+
if (Object.prototype.hasOwnProperty.call(V1Signal, key)) {
|
|
88
|
+
if (V1Signal[key] === value) {
|
|
89
|
+
return true;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
return false;
|
|
94
|
+
}
|
|
95
|
+
export function V1SignalFromJSON(json) {
|
|
96
|
+
return V1SignalFromJSONTyped(json, false);
|
|
97
|
+
}
|
|
98
|
+
export function V1SignalFromJSONTyped(json, ignoreDiscriminator) {
|
|
99
|
+
return json;
|
|
100
|
+
}
|
|
101
|
+
export function V1SignalToJSON(value) {
|
|
102
|
+
return value;
|
|
103
|
+
}
|
|
104
|
+
export function V1SignalToJSONTyped(value, ignoreDiscriminator) {
|
|
105
|
+
return value;
|
|
106
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* komputer.ai API
|
|
3
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
* @export
|
|
15
|
+
* @interface V1SleepAction
|
|
16
|
+
*/
|
|
17
|
+
export interface V1SleepAction {
|
|
18
|
+
/**
|
|
19
|
+
* Seconds is the number of seconds to sleep.
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof V1SleepAction
|
|
22
|
+
*/
|
|
23
|
+
seconds?: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the V1SleepAction interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfV1SleepAction(value: object): value is V1SleepAction;
|
|
29
|
+
export declare function V1SleepActionFromJSON(json: any): V1SleepAction;
|
|
30
|
+
export declare function V1SleepActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1SleepAction;
|
|
31
|
+
export declare function V1SleepActionToJSON(json: any): V1SleepAction;
|
|
32
|
+
export declare function V1SleepActionToJSONTyped(value?: V1SleepAction | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* komputer.ai API
|
|
5
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the V1SleepAction interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfV1SleepAction(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function V1SleepActionFromJSON(json) {
|
|
21
|
+
return V1SleepActionFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function V1SleepActionFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'seconds': json['seconds'] == null ? undefined : json['seconds'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function V1SleepActionToJSON(json) {
|
|
32
|
+
return V1SleepActionToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function V1SleepActionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'seconds': value['seconds'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* komputer.ai API
|
|
3
|
+
* API-first platform for running persistent Claude AI agents on Kubernetes. Designed to be driven by external systems — create agents, send tasks, and stream real-time results via REST + WebSocket.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
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
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const V1StorageMedium: {
|
|
17
|
+
/**
|
|
18
|
+
* use whatever the default is for the node, assume anything we don't explicitly handle is this
|
|
19
|
+
*/
|
|
20
|
+
readonly StorageMediumDefault: "";
|
|
21
|
+
/**
|
|
22
|
+
* use memory (e.g. tmpfs on linux)
|
|
23
|
+
*/
|
|
24
|
+
readonly StorageMediumMemory: "Memory";
|
|
25
|
+
/**
|
|
26
|
+
* use hugepages
|
|
27
|
+
*/
|
|
28
|
+
readonly StorageMediumHugePages: "HugePages";
|
|
29
|
+
/**
|
|
30
|
+
* prefix for full medium notation HugePages-<size>
|
|
31
|
+
*/
|
|
32
|
+
readonly StorageMediumHugePagesPrefix: "HugePages-";
|
|
33
|
+
};
|
|
34
|
+
export type V1StorageMedium = typeof V1StorageMedium[keyof typeof V1StorageMedium];
|
|
35
|
+
export declare function instanceOfV1StorageMedium(value: any): boolean;
|
|
36
|
+
export declare function V1StorageMediumFromJSON(json: any): V1StorageMedium;
|
|
37
|
+
export declare function V1StorageMediumFromJSONTyped(json: any, ignoreDiscriminator: boolean): V1StorageMedium;
|
|
38
|
+
export declare function V1StorageMediumToJSON(value?: V1StorageMedium | null): any;
|
|
39
|
+
export declare function V1StorageMediumToJSONTyped(value: any, ignoreDiscriminator: boolean): V1StorageMedium;
|