@harnessio/react-chaos-manager-client 0.3.0 → 0.5.0
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/chaos-manager/src/index.d.ts +1 -1
- package/dist/chaos-manager/src/index.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.d.ts +25 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.d.ts +26 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +40 -0
- package/dist/chaos-manager/src/services/hooks/useListProbesQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +137 -0
- package/dist/chaos-manager/src/services/index.js +5 -0
- package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.d.ts +2 -0
- package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.js +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparator.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparator.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeGet.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMetrics.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMetrics.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbePost.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ProbePost.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesGet.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesPost.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesPost.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesScenarioType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesScenarioType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatus.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatus.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesUserDetails.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesUserDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.d.ts +34 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVar.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.d.ts +28 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.d.ts +27 -0
- package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.d.ts +32 -0
- package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FieldsV1.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/V1FieldsV1.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.d.ts +32 -0
- package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1Identifier.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/V1Identifier.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.d.ts +65 -0
- package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1KeyToPath.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1KeyToPath.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelector.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.d.ts +35 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.d.ts +196 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.d.ts +53 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.d.ts +58 -0
- package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceList.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceList.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.d.ts +56 -0
- package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.d.ts +25 -0
- package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SourceDetails.d.ts +73 -0
- package/dist/chaos-manager/src/services/schemas/V1SourceDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageMedium.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageMedium.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1Volume.d.ts +232 -0
- package/dist/chaos-manager/src/services/schemas/V1Volume.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +48 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +1 -0
- package/package.json +1 -1
- package/dist/fetcher/index.d.ts +0 -17
- package/dist/fetcher/index.js +0 -65
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { V1KeyToPath } from '../schemas/V1KeyToPath';
|
|
2
|
+
export interface V1SecretVolumeSource {
|
|
3
|
+
/**
|
|
4
|
+
* Optional: mode bits used to set permissions on created files by default.
|
|
5
|
+
* Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
|
|
6
|
+
* YAML accepts both octal and decimal values, JSON requires decimal values
|
|
7
|
+
* for mode bits. Defaults to 0644.
|
|
8
|
+
* Directories within the path are not affected by this setting.
|
|
9
|
+
* This might be in conflict with other options that affect the file
|
|
10
|
+
* mode, like fsGroup, and the result can be other mode bits set.
|
|
11
|
+
* +optional
|
|
12
|
+
*/
|
|
13
|
+
defaultMode?: number;
|
|
14
|
+
/**
|
|
15
|
+
* If unspecified, each key-value pair in the Data field of the referenced
|
|
16
|
+
* Secret will be projected into the volume as a file whose name is the
|
|
17
|
+
* key and content is the value. If specified, the listed keys will be
|
|
18
|
+
* projected into the specified paths, and unlisted keys will not be
|
|
19
|
+
* present. If a key is specified which is not present in the Secret,
|
|
20
|
+
* the volume setup will error unless it is marked optional. Paths must be
|
|
21
|
+
* relative and may not contain the '..' path or start with '..'.
|
|
22
|
+
* +optional
|
|
23
|
+
*/
|
|
24
|
+
items?: V1KeyToPath[];
|
|
25
|
+
/**
|
|
26
|
+
* Specify whether the Secret or its keys must be defined
|
|
27
|
+
* +optional
|
|
28
|
+
*/
|
|
29
|
+
optional?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Name of the secret in the pod's namespace to use.
|
|
32
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
33
|
+
* +optional
|
|
34
|
+
*/
|
|
35
|
+
secretName?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface V1ServiceAccountTokenProjection {
|
|
2
|
+
/**
|
|
3
|
+
* Audience is the intended audience of the token. A recipient of a token
|
|
4
|
+
* must identify itself with an identifier specified in the audience of the
|
|
5
|
+
* token, and otherwise should reject the token. The audience defaults to the
|
|
6
|
+
* identifier of the apiserver.
|
|
7
|
+
* +optional
|
|
8
|
+
*/
|
|
9
|
+
audience?: string;
|
|
10
|
+
/**
|
|
11
|
+
* ExpirationSeconds is the requested duration of validity of the service
|
|
12
|
+
* account token. As the token approaches expiration, the kubelet volume
|
|
13
|
+
* plugin will proactively rotate the service account token. The kubelet will
|
|
14
|
+
* start trying to rotate the token if the token is older than 80 percent of
|
|
15
|
+
* its time to live or if the token is older than 24 hours.Defaults to 1 hour
|
|
16
|
+
* and must be at least 10 minutes.
|
|
17
|
+
* +optional
|
|
18
|
+
*/
|
|
19
|
+
expirationSeconds?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Path is the path relative to the mount point of the file to project the
|
|
22
|
+
* token into.
|
|
23
|
+
*/
|
|
24
|
+
path?: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { V1Identifier } from '../schemas/V1Identifier';
|
|
2
|
+
export interface V1SloSourceMetadata {
|
|
3
|
+
/**
|
|
4
|
+
* APITokenSecret for authenticating with the platform service
|
|
5
|
+
*/
|
|
6
|
+
apiTokenSecret?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Scope required for fetching details
|
|
9
|
+
*/
|
|
10
|
+
scope?: V1Identifier;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { V1EnvVar } from '../schemas/V1EnvVar';
|
|
2
|
+
import type { V1PullPolicy } from '../schemas/V1PullPolicy';
|
|
3
|
+
import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
|
|
4
|
+
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
5
|
+
import type { V1VolumeMount } from '../schemas/V1VolumeMount';
|
|
6
|
+
import type { V1Volume } from '../schemas/V1Volume';
|
|
7
|
+
export interface V1SourceDetails {
|
|
8
|
+
/**
|
|
9
|
+
* Annotations for the source pod
|
|
10
|
+
*/
|
|
11
|
+
annotations?: {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Args for the source pod
|
|
16
|
+
*/
|
|
17
|
+
args?: string[];
|
|
18
|
+
/**
|
|
19
|
+
* Command for the source pod
|
|
20
|
+
*/
|
|
21
|
+
command?: string[];
|
|
22
|
+
/**
|
|
23
|
+
* ENVList contains ENV passed to the source pod
|
|
24
|
+
*/
|
|
25
|
+
env?: V1EnvVar[];
|
|
26
|
+
/**
|
|
27
|
+
* HostNetwork define the hostNetwork of the external pod
|
|
28
|
+
* it supports boolean values and default value is false
|
|
29
|
+
*/
|
|
30
|
+
hostNetwork?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Image for the source pod
|
|
33
|
+
*/
|
|
34
|
+
image?: string;
|
|
35
|
+
/**
|
|
36
|
+
* ImagePullPolicy for the source pod
|
|
37
|
+
*/
|
|
38
|
+
imagePullPolicy?: V1PullPolicy;
|
|
39
|
+
/**
|
|
40
|
+
* ImagePullSecrets for source pod
|
|
41
|
+
*/
|
|
42
|
+
imagePullSecrets?: V1LocalObjectReference[];
|
|
43
|
+
/**
|
|
44
|
+
* InheritInputs defined to inherit experiment pod attributes(ENV, volumes, and volumeMounts) into probe pod
|
|
45
|
+
* it supports boolean values and default value is false
|
|
46
|
+
*/
|
|
47
|
+
inheritInputs?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Labels for the source pod
|
|
50
|
+
*/
|
|
51
|
+
labels?: {
|
|
52
|
+
[key: string]: string;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* NodeSelector for the source pod
|
|
56
|
+
*/
|
|
57
|
+
nodeSelector?: {
|
|
58
|
+
[key: string]: string;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Privileged for the source pod
|
|
62
|
+
*/
|
|
63
|
+
privileged?: boolean;
|
|
64
|
+
tolerations?: V1Toleration[];
|
|
65
|
+
/**
|
|
66
|
+
* VolumesMount for the source pod
|
|
67
|
+
*/
|
|
68
|
+
volumeMount?: V1VolumeMount[];
|
|
69
|
+
/**
|
|
70
|
+
* Volumes for the source pod
|
|
71
|
+
*/
|
|
72
|
+
volumes?: V1Volume[];
|
|
73
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type V1StorageMedium = '' | 'HugePages' | 'HugePages-' | 'Memory';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
|
|
2
|
+
export interface V1StorageOsVolumeSource {
|
|
3
|
+
/**
|
|
4
|
+
* Filesystem type to mount.
|
|
5
|
+
* Must be a filesystem type supported by the host operating system.
|
|
6
|
+
* Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
|
7
|
+
* +optional
|
|
8
|
+
*/
|
|
9
|
+
fsType?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Defaults to false (read/write). ReadOnly here will force
|
|
12
|
+
* the ReadOnly setting in VolumeMounts.
|
|
13
|
+
* +optional
|
|
14
|
+
*/
|
|
15
|
+
readOnly?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* SecretRef specifies the secret to use for obtaining the StorageOS API
|
|
18
|
+
* credentials. If not specified, default values will be attempted.
|
|
19
|
+
* +optional
|
|
20
|
+
*/
|
|
21
|
+
secretRef?: V1LocalObjectReference;
|
|
22
|
+
/**
|
|
23
|
+
* VolumeName is the human-readable name of the StorageOS volume. Volume
|
|
24
|
+
* names are only unique within a namespace.
|
|
25
|
+
*/
|
|
26
|
+
volumeName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* VolumeNamespace specifies the scope of the volume within StorageOS. If no
|
|
29
|
+
* namespace is specified then the Pod's namespace will be used. This allows the
|
|
30
|
+
* Kubernetes name scoping to be mirrored within StorageOS for tighter integration.
|
|
31
|
+
* Set VolumeName to any name to override the default behaviour.
|
|
32
|
+
* Set to "default" if you are not using namespaces within StorageOS.
|
|
33
|
+
* Namespaces that do not pre-exist within StorageOS will be created.
|
|
34
|
+
* +optional
|
|
35
|
+
*/
|
|
36
|
+
volumeNamespace?: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface V1TypedLocalObjectReference {
|
|
2
|
+
/**
|
|
3
|
+
* APIGroup is the group for the resource being referenced.
|
|
4
|
+
* If APIGroup is not specified, the specified Kind must be in the core API group.
|
|
5
|
+
* For any other third-party types, APIGroup is required.
|
|
6
|
+
* +optional
|
|
7
|
+
*/
|
|
8
|
+
apiGroup?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Kind is the type of resource being referenced
|
|
11
|
+
*/
|
|
12
|
+
kind?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Name is the name of resource being referenced
|
|
15
|
+
*/
|
|
16
|
+
name?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
import type { V1AwsElasticBlockStoreVolumeSource } from '../schemas/V1AwsElasticBlockStoreVolumeSource';
|
|
2
|
+
import type { V1AzureDiskVolumeSource } from '../schemas/V1AzureDiskVolumeSource';
|
|
3
|
+
import type { V1AzureFileVolumeSource } from '../schemas/V1AzureFileVolumeSource';
|
|
4
|
+
import type { V1CephFsVolumeSource } from '../schemas/V1CephFsVolumeSource';
|
|
5
|
+
import type { V1CinderVolumeSource } from '../schemas/V1CinderVolumeSource';
|
|
6
|
+
import type { V1ConfigMapVolumeSource } from '../schemas/V1ConfigMapVolumeSource';
|
|
7
|
+
import type { V1CsiVolumeSource } from '../schemas/V1CsiVolumeSource';
|
|
8
|
+
import type { V1DownwardApiVolumeSource } from '../schemas/V1DownwardApiVolumeSource';
|
|
9
|
+
import type { V1EmptyDirVolumeSource } from '../schemas/V1EmptyDirVolumeSource';
|
|
10
|
+
import type { V1EphemeralVolumeSource } from '../schemas/V1EphemeralVolumeSource';
|
|
11
|
+
import type { V1FcVolumeSource } from '../schemas/V1FcVolumeSource';
|
|
12
|
+
import type { V1FlexVolumeSource } from '../schemas/V1FlexVolumeSource';
|
|
13
|
+
import type { V1FlockerVolumeSource } from '../schemas/V1FlockerVolumeSource';
|
|
14
|
+
import type { V1GcePersistentDiskVolumeSource } from '../schemas/V1GcePersistentDiskVolumeSource';
|
|
15
|
+
import type { V1GitRepoVolumeSource } from '../schemas/V1GitRepoVolumeSource';
|
|
16
|
+
import type { V1GlusterfsVolumeSource } from '../schemas/V1GlusterfsVolumeSource';
|
|
17
|
+
import type { V1HostPathVolumeSource } from '../schemas/V1HostPathVolumeSource';
|
|
18
|
+
import type { V1IscsiVolumeSource } from '../schemas/V1IscsiVolumeSource';
|
|
19
|
+
import type { V1NfsVolumeSource } from '../schemas/V1NfsVolumeSource';
|
|
20
|
+
import type { V1PersistentVolumeClaimVolumeSource } from '../schemas/V1PersistentVolumeClaimVolumeSource';
|
|
21
|
+
import type { V1PhotonPersistentDiskVolumeSource } from '../schemas/V1PhotonPersistentDiskVolumeSource';
|
|
22
|
+
import type { V1PortworxVolumeSource } from '../schemas/V1PortworxVolumeSource';
|
|
23
|
+
import type { V1ProjectedVolumeSource } from '../schemas/V1ProjectedVolumeSource';
|
|
24
|
+
import type { V1QuobyteVolumeSource } from '../schemas/V1QuobyteVolumeSource';
|
|
25
|
+
import type { V1RbdVolumeSource } from '../schemas/V1RbdVolumeSource';
|
|
26
|
+
import type { V1ScaleIoVolumeSource } from '../schemas/V1ScaleIoVolumeSource';
|
|
27
|
+
import type { V1SecretVolumeSource } from '../schemas/V1SecretVolumeSource';
|
|
28
|
+
import type { V1StorageOsVolumeSource } from '../schemas/V1StorageOsVolumeSource';
|
|
29
|
+
import type { V1VsphereVirtualDiskVolumeSource } from '../schemas/V1VsphereVirtualDiskVolumeSource';
|
|
30
|
+
export interface V1Volume {
|
|
31
|
+
/**
|
|
32
|
+
* AWSElasticBlockStore represents an AWS Disk resource that is attached to a
|
|
33
|
+
* kubelet's host machine and then exposed to the pod.
|
|
34
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
35
|
+
* +optional
|
|
36
|
+
*/
|
|
37
|
+
awsElasticBlockStore?: V1AwsElasticBlockStoreVolumeSource;
|
|
38
|
+
/**
|
|
39
|
+
* AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
40
|
+
* +optional
|
|
41
|
+
*/
|
|
42
|
+
azureDisk?: V1AzureDiskVolumeSource;
|
|
43
|
+
/**
|
|
44
|
+
* AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
45
|
+
* +optional
|
|
46
|
+
*/
|
|
47
|
+
azureFile?: V1AzureFileVolumeSource;
|
|
48
|
+
/**
|
|
49
|
+
* CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
50
|
+
* +optional
|
|
51
|
+
*/
|
|
52
|
+
cephfs?: V1CephFsVolumeSource;
|
|
53
|
+
/**
|
|
54
|
+
* Cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
55
|
+
* More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
56
|
+
* +optional
|
|
57
|
+
*/
|
|
58
|
+
cinder?: V1CinderVolumeSource;
|
|
59
|
+
/**
|
|
60
|
+
* ConfigMap represents a configMap that should populate this volume
|
|
61
|
+
* +optional
|
|
62
|
+
*/
|
|
63
|
+
configMap?: V1ConfigMapVolumeSource;
|
|
64
|
+
/**
|
|
65
|
+
* CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
66
|
+
* +optional
|
|
67
|
+
*/
|
|
68
|
+
csi?: V1CsiVolumeSource;
|
|
69
|
+
/**
|
|
70
|
+
* DownwardAPI represents downward API about the pod that should populate this volume
|
|
71
|
+
* +optional
|
|
72
|
+
*/
|
|
73
|
+
downwardAPI?: V1DownwardApiVolumeSource;
|
|
74
|
+
/**
|
|
75
|
+
* EmptyDir represents a temporary directory that shares a pod's lifetime.
|
|
76
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
|
|
77
|
+
* +optional
|
|
78
|
+
*/
|
|
79
|
+
emptyDir?: V1EmptyDirVolumeSource;
|
|
80
|
+
/**
|
|
81
|
+
* Ephemeral represents a volume that is handled by a cluster storage driver.
|
|
82
|
+
* The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts,
|
|
83
|
+
* and deleted when the pod is removed.
|
|
84
|
+
*
|
|
85
|
+
* Use this if:
|
|
86
|
+
* a) the volume is only needed while the pod runs,
|
|
87
|
+
* b) features of normal volumes like restoring from snapshot or capacity
|
|
88
|
+
* tracking are needed,
|
|
89
|
+
* c) the storage driver is specified through a storage class, and
|
|
90
|
+
* d) the storage driver supports dynamic volume provisioning through
|
|
91
|
+
* a PersistentVolumeClaim (see EphemeralVolumeSource for more
|
|
92
|
+
* information on the connection between this volume type
|
|
93
|
+
* and PersistentVolumeClaim).
|
|
94
|
+
*
|
|
95
|
+
* Use PersistentVolumeClaim or one of the vendor-specific
|
|
96
|
+
* APIs for volumes that persist for longer than the lifecycle
|
|
97
|
+
* of an individual pod.
|
|
98
|
+
*
|
|
99
|
+
* Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to
|
|
100
|
+
* be used that way - see the documentation of the driver for
|
|
101
|
+
* more information.
|
|
102
|
+
*
|
|
103
|
+
* A pod can use both types of ephemeral volumes and
|
|
104
|
+
* persistent volumes at the same time.
|
|
105
|
+
*
|
|
106
|
+
* This is a beta feature and only available when the GenericEphemeralVolume
|
|
107
|
+
* feature gate is enabled.
|
|
108
|
+
*
|
|
109
|
+
* +optional
|
|
110
|
+
*/
|
|
111
|
+
ephemeral?: V1EphemeralVolumeSource;
|
|
112
|
+
/**
|
|
113
|
+
* FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
114
|
+
* +optional
|
|
115
|
+
*/
|
|
116
|
+
fc?: V1FcVolumeSource;
|
|
117
|
+
/**
|
|
118
|
+
* FlexVolume represents a generic volume resource that is
|
|
119
|
+
* provisioned/attached using an exec based plugin.
|
|
120
|
+
* +optional
|
|
121
|
+
*/
|
|
122
|
+
flexVolume?: V1FlexVolumeSource;
|
|
123
|
+
/**
|
|
124
|
+
* Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
125
|
+
* +optional
|
|
126
|
+
*/
|
|
127
|
+
flocker?: V1FlockerVolumeSource;
|
|
128
|
+
/**
|
|
129
|
+
* GCEPersistentDisk represents a GCE Disk resource that is attached to a
|
|
130
|
+
* kubelet's host machine and then exposed to the pod.
|
|
131
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
132
|
+
* +optional
|
|
133
|
+
*/
|
|
134
|
+
gcePersistentDisk?: V1GcePersistentDiskVolumeSource;
|
|
135
|
+
/**
|
|
136
|
+
* GitRepo represents a git repository at a particular revision.
|
|
137
|
+
* DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an
|
|
138
|
+
* EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
|
|
139
|
+
* into the Pod's container.
|
|
140
|
+
* +optional
|
|
141
|
+
*/
|
|
142
|
+
gitRepo?: V1GitRepoVolumeSource;
|
|
143
|
+
/**
|
|
144
|
+
* Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
145
|
+
* More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
146
|
+
* +optional
|
|
147
|
+
*/
|
|
148
|
+
glusterfs?: V1GlusterfsVolumeSource;
|
|
149
|
+
/**
|
|
150
|
+
* HostPath represents a pre-existing file or directory on the host
|
|
151
|
+
* machine that is directly exposed to the container. This is generally
|
|
152
|
+
* used for system agents or other privileged things that are allowed
|
|
153
|
+
* to see the host machine. Most containers will NOT need this.
|
|
154
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
155
|
+
* ---
|
|
156
|
+
* TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not
|
|
157
|
+
* mount host directories as read/write.
|
|
158
|
+
* +optional
|
|
159
|
+
*/
|
|
160
|
+
hostPath?: V1HostPathVolumeSource;
|
|
161
|
+
/**
|
|
162
|
+
* ISCSI represents an ISCSI Disk resource that is attached to a
|
|
163
|
+
* kubelet's host machine and then exposed to the pod.
|
|
164
|
+
* More info: https://examples.k8s.io/volumes/iscsi/README.md
|
|
165
|
+
* +optional
|
|
166
|
+
*/
|
|
167
|
+
iscsi?: V1IscsiVolumeSource;
|
|
168
|
+
/**
|
|
169
|
+
* Volume's name.
|
|
170
|
+
* Must be a DNS_LABEL and unique within the pod.
|
|
171
|
+
* More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
172
|
+
*/
|
|
173
|
+
name?: string;
|
|
174
|
+
/**
|
|
175
|
+
* NFS represents an NFS mount on the host that shares a pod's lifetime
|
|
176
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
177
|
+
* +optional
|
|
178
|
+
*/
|
|
179
|
+
nfs?: V1NfsVolumeSource;
|
|
180
|
+
/**
|
|
181
|
+
* PersistentVolumeClaimVolumeSource represents a reference to a
|
|
182
|
+
* PersistentVolumeClaim in the same namespace.
|
|
183
|
+
* More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
184
|
+
* +optional
|
|
185
|
+
*/
|
|
186
|
+
persistentVolumeClaim?: V1PersistentVolumeClaimVolumeSource;
|
|
187
|
+
/**
|
|
188
|
+
* PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
189
|
+
*/
|
|
190
|
+
photonPersistentDisk?: V1PhotonPersistentDiskVolumeSource;
|
|
191
|
+
/**
|
|
192
|
+
* PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
193
|
+
* +optional
|
|
194
|
+
*/
|
|
195
|
+
portworxVolume?: V1PortworxVolumeSource;
|
|
196
|
+
/**
|
|
197
|
+
* Items for all in one resources secrets, configmaps, and downward API
|
|
198
|
+
*/
|
|
199
|
+
projected?: V1ProjectedVolumeSource;
|
|
200
|
+
/**
|
|
201
|
+
* Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
202
|
+
* +optional
|
|
203
|
+
*/
|
|
204
|
+
quobyte?: V1QuobyteVolumeSource;
|
|
205
|
+
/**
|
|
206
|
+
* RBD represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
207
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
208
|
+
* +optional
|
|
209
|
+
*/
|
|
210
|
+
rbd?: V1RbdVolumeSource;
|
|
211
|
+
/**
|
|
212
|
+
* ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
213
|
+
* +optional
|
|
214
|
+
*/
|
|
215
|
+
scaleIO?: V1ScaleIoVolumeSource;
|
|
216
|
+
/**
|
|
217
|
+
* Secret represents a secret that should populate this volume.
|
|
218
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
219
|
+
* +optional
|
|
220
|
+
*/
|
|
221
|
+
secret?: V1SecretVolumeSource;
|
|
222
|
+
/**
|
|
223
|
+
* StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
224
|
+
* +optional
|
|
225
|
+
*/
|
|
226
|
+
storageos?: V1StorageOsVolumeSource;
|
|
227
|
+
/**
|
|
228
|
+
* VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
229
|
+
* +optional
|
|
230
|
+
*/
|
|
231
|
+
vsphereVolume?: V1VsphereVirtualDiskVolumeSource;
|
|
232
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { V1ConfigMapProjection } from '../schemas/V1ConfigMapProjection';
|
|
2
|
+
import type { V1DownwardApiProjection } from '../schemas/V1DownwardApiProjection';
|
|
3
|
+
import type { V1SecretProjection } from '../schemas/V1SecretProjection';
|
|
4
|
+
import type { V1ServiceAccountTokenProjection } from '../schemas/V1ServiceAccountTokenProjection';
|
|
5
|
+
export interface V1VolumeProjection {
|
|
6
|
+
/**
|
|
7
|
+
* information about the configMap data to project
|
|
8
|
+
* +optional
|
|
9
|
+
*/
|
|
10
|
+
configMap?: V1ConfigMapProjection;
|
|
11
|
+
/**
|
|
12
|
+
* information about the downwardAPI data to project
|
|
13
|
+
* +optional
|
|
14
|
+
*/
|
|
15
|
+
downwardAPI?: V1DownwardApiProjection;
|
|
16
|
+
/**
|
|
17
|
+
* information about the secret data to project
|
|
18
|
+
* +optional
|
|
19
|
+
*/
|
|
20
|
+
secret?: V1SecretProjection;
|
|
21
|
+
/**
|
|
22
|
+
* information about the serviceAccountToken data to project
|
|
23
|
+
* +optional
|
|
24
|
+
*/
|
|
25
|
+
serviceAccountToken?: V1ServiceAccountTokenProjection;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface V1VsphereVirtualDiskVolumeSource {
|
|
2
|
+
/**
|
|
3
|
+
* Filesystem type to mount.
|
|
4
|
+
* Must be a filesystem type supported by the host operating system.
|
|
5
|
+
* Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
|
6
|
+
* +optional
|
|
7
|
+
*/
|
|
8
|
+
fsType?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.
|
|
11
|
+
* +optional
|
|
12
|
+
*/
|
|
13
|
+
storagePolicyID?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Storage Policy Based Management (SPBM) profile name.
|
|
16
|
+
* +optional
|
|
17
|
+
*/
|
|
18
|
+
storagePolicyName?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Path that identifies vSphere volume vmdk
|
|
21
|
+
*/
|
|
22
|
+
volumePath?: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface V1alpha1ConfigMapKeySelector {
|
|
2
|
+
/**
|
|
3
|
+
* The key to select.
|
|
4
|
+
*/
|
|
5
|
+
key?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Name of the referent.
|
|
8
|
+
* More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
9
|
+
* TODO: Add other useful fields. apiVersion, kind, uid?
|
|
10
|
+
* +optional
|
|
11
|
+
*/
|
|
12
|
+
name?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Specify whether the ConfigMap or its key must be defined
|
|
15
|
+
* +optional
|
|
16
|
+
*/
|
|
17
|
+
optional?: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { V1alpha1KeyToPath } from '../schemas/V1alpha1KeyToPath';
|
|
2
|
+
export interface V1alpha1ConfigMapVolumeSource {
|
|
3
|
+
/**
|
|
4
|
+
* Optional: mode bits used to set permissions on created files by default.
|
|
5
|
+
* Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
|
|
6
|
+
* YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
|
|
7
|
+
* Defaults to 0644.
|
|
8
|
+
* Directories within the path are not affected by this setting.
|
|
9
|
+
* This might be in conflict with other options that affect the file
|
|
10
|
+
* mode, like fsGroup, and the result can be other mode bits set.
|
|
11
|
+
* +optional
|
|
12
|
+
*/
|
|
13
|
+
defaultMode?: number;
|
|
14
|
+
/**
|
|
15
|
+
* If unspecified, each key-value pair in the Data field of the referenced
|
|
16
|
+
* ConfigMap will be projected into the volume as a file whose name is the
|
|
17
|
+
* key and content is the value. If specified, the listed keys will be
|
|
18
|
+
* projected into the specified paths, and unlisted keys will not be
|
|
19
|
+
* present. If a key is specified which is not present in the ConfigMap,
|
|
20
|
+
* the volume setup will error unless it is marked optional. Paths must be
|
|
21
|
+
* relative and may not contain the '..' path or start with '..'.
|
|
22
|
+
* +optional
|
|
23
|
+
*/
|
|
24
|
+
items?: V1alpha1KeyToPath[];
|
|
25
|
+
/**
|
|
26
|
+
* Name of the referent.
|
|
27
|
+
* More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
28
|
+
* TODO: Add other useful fields. apiVersion, kind, uid?
|
|
29
|
+
* +optional
|
|
30
|
+
*/
|
|
31
|
+
name?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Specify whether the ConfigMap or its keys must be defined
|
|
34
|
+
* +optional
|
|
35
|
+
*/
|
|
36
|
+
optional?: boolean;
|
|
37
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { V1alpha1EnvVarSource } from '../schemas/V1alpha1EnvVarSource';
|
|
2
|
+
export interface V1alpha1EnvVar {
|
|
3
|
+
/**
|
|
4
|
+
* Name of the environment variable. Must be a C_IDENTIFIER.
|
|
5
|
+
*/
|
|
6
|
+
name?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Variable references $(VAR_NAME) are expanded
|
|
9
|
+
* using the previous defined environment variables in the container and
|
|
10
|
+
* any service environment variables. If a variable cannot be resolved,
|
|
11
|
+
* the reference in the input string will be unchanged. The $(VAR_NAME)
|
|
12
|
+
* syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
|
|
13
|
+
* references will never be expanded, regardless of whether the variable
|
|
14
|
+
* exists or not.
|
|
15
|
+
* Defaults to "".
|
|
16
|
+
* +optional
|
|
17
|
+
*/
|
|
18
|
+
value?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Source for the environment variable's value. Cannot be used if value is not empty.
|
|
21
|
+
* +optional
|
|
22
|
+
*/
|
|
23
|
+
valueFrom?: V1alpha1EnvVarSource;
|
|
24
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { V1alpha1ConfigMapKeySelector } from '../schemas/V1alpha1ConfigMapKeySelector';
|
|
2
|
+
import type { V1alpha1ObjectFieldSelector } from '../schemas/V1alpha1ObjectFieldSelector';
|
|
3
|
+
import type { V1alpha1SecretKeySelector } from '../schemas/V1alpha1SecretKeySelector';
|
|
4
|
+
export interface V1alpha1EnvVarSource {
|
|
5
|
+
/**
|
|
6
|
+
* Selects a key of a ConfigMap.
|
|
7
|
+
* +optional
|
|
8
|
+
*/
|
|
9
|
+
configMapKeyRef?: V1alpha1ConfigMapKeySelector;
|
|
10
|
+
/**
|
|
11
|
+
* Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`,
|
|
12
|
+
* spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
|
|
13
|
+
* +optional
|
|
14
|
+
*/
|
|
15
|
+
fieldRef?: V1alpha1ObjectFieldSelector;
|
|
16
|
+
/**
|
|
17
|
+
* Selects a key of a secret in the pod's namespace
|
|
18
|
+
* +optional
|
|
19
|
+
*/
|
|
20
|
+
secretKeyRef?: V1alpha1SecretKeySelector;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|