@harnessio/react-chaos-manager-client 0.8.0 → 0.9.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/services/hooks/useGetChaosV2ExperimentRunInternalApiMutation.d.ts +31 -0
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunInternalApiMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunTimelineViewQuery.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunTimelineViewQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetInfraTokenQuery.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useGetInfraTokenQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListApplicationQuery.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useListApplicationQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListFunctionQuery.d.ts +28 -0
- package/dist/chaos-manager/src/services/hooks/useListFunctionQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useRunChaosV2InternalApiMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useRunChaosV2InternalApiMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateEmissaryMutation.d.ts +31 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateEmissaryMutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +98 -0
- package/dist/chaos-manager/src/services/index.js +7 -0
- package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListApplicationResponse.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListApplicationResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListFunctionResponse.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ApplicationchaostargetListFunctionResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesActionData.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesActionData.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosData.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosData.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionNode.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionNode.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepStatus.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepStatus.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosStepType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesCommandProbe.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesCommandProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesErrorData.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesErrorData.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultData.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultData.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultDetails.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesFaultDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHelperPodDetails.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHelperPodDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHttpProbe.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesHttpProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeData.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeData.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeIterations.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesProbeIterations.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesPromProbe.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesPromProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosInfrastructureV2ChaosInfraV2.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ChaosInfrastructureV2K8sInfraV2SpecIdentifiers.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.d.ts +65 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.js +1 -0
- package/dist/chaos-manager/src/services/schemas/K8sinfraGetInfraTokenResponse.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/K8sinfraGetInfraTokenResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlRequest.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlRequest.js +4 -0
- package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlResponse.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/K8sinfraUpdateEmissaryUrlResponse.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelConditionDetails.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/ModelConditionDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelInfrastructure.d.ts +87 -0
- package/dist/chaos-manager/src/services/schemas/ModelInfrastructure.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelProbeMap.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelProbeMap.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelRecurrence.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ModelRecurrence.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelRecurrenceSpec.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelRecurrenceSpec.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelRecurrenceType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelRecurrenceType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelRuleDetails.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/ModelRuleDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernance.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernance.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernanceNodeData.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernanceNodeData.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernancePhase.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelSecurityGovernancePhase.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelTimeWindow.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ModelTimeWindow.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ModelWeightages.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/ModelWeightages.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ModelWorkflowRun.d.ts +141 -0
- package/dist/chaos-manager/src/services/schemas/ModelWorkflowRun.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TemplateVariable.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/TypesApplication.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesApplication.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesCleanupPolicy.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCleanupPolicy.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesConfigMap.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesConfigMap.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesExperimentComponents.d.ts +27 -0
- package/dist/chaos-manager/src/services/schemas/TypesExperimentComponents.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesHostFile.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesHostFile.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInternalExperimentRunRequest.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesInternalExperimentRunRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProjectedVolumes.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesProjectedVolumes.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesSecret.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesSecret.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSecurityContext.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesSecurityContext.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesSelector.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesSidecar.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesSidecar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatusCheckTimeout.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatusCheckTimeout.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesTargets.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesTargets.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesWorkload.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesWorkload.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesWorkloadKind.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesWorkloadKind.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1Authorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/V1Authorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1Capabilities.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/V1Capabilities.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1CmdProbeInputs.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1CmdProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ComparatorInfo.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ComparatorInfo.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapEnvSource.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapEnvSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1DatadogMetrics.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/V1DatadogMetrics.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DatadogProbeInputs.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1DatadogProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DatadogSyntheticsTestType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DatadogSyntheticsTestType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1DynatraceProbeInputs.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1DynatraceProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvFromSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvFromSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1GetMethod.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/V1GetMethod.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HttpMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/V1HttpMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1HttpProbeInputs.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/V1HttpProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1K8sProbeInputs.d.ts +40 -0
- package/dist/chaos-manager/src/services/schemas/V1K8sProbeInputs.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1Metrics.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/V1Metrics.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1NewrelicMetrics.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1NewrelicMetrics.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1NewrelicProbeInputs.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1NewrelicProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PodFsGroupChangePolicy.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PodFsGroupChangePolicy.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PodSecurityContext.d.ts +92 -0
- package/dist/chaos-manager/src/services/schemas/V1PodSecurityContext.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PostMethod.d.ts +27 -0
- package/dist/chaos-manager/src/services/schemas/V1PostMethod.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ProcMountType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ProcMountType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PromProbeInputs.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1PromProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1RunProperty.d.ts +42 -0
- package/dist/chaos-manager/src/services/schemas/V1RunProperty.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SeLinuxOptions.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1SeLinuxOptions.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SeccompProfile.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1SeccompProfile.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SeccompProfileType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SeccompProfileType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretEnvSource.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretEnvSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SecurityContext.d.ts +92 -0
- package/dist/chaos-manager/src/services/schemas/V1SecurityContext.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SloProbeInputs.d.ts +34 -0
- package/dist/chaos-manager/src/services/schemas/V1SloProbeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SyntheticsTest.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1SyntheticsTest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1Sysctl.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/V1Sysctl.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1TlsConfig.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1TlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1WindowsSecurityContextOptions.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1WindowsSecurityContextOptions.js +4 -0
- package/package.json +1 -1
|
@@ -42,6 +42,8 @@ export type { GetChaosExperimentRunReportErrorResponse, GetChaosExperimentRunRep
|
|
|
42
42
|
export { getChaosExperimentRunReport, useGetChaosExperimentRunReportQuery, } from './hooks/useGetChaosExperimentRunReportQuery';
|
|
43
43
|
export type { GetChaosV2ExperimentErrorResponse, GetChaosV2ExperimentOkResponse, GetChaosV2ExperimentProps, GetChaosV2ExperimentQueryPathParams, GetChaosV2ExperimentQueryQueryParams, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
44
44
|
export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
45
|
+
export type { GetChaosV2ExperimentRunInternalApiErrorResponse, GetChaosV2ExperimentRunInternalApiMutationPathParams, GetChaosV2ExperimentRunInternalApiMutationProps, GetChaosV2ExperimentRunInternalApiMutationQueryParams, GetChaosV2ExperimentRunInternalApiOkResponse, GetChaosV2ExperimentRunInternalApiProps, GetChaosV2ExperimentRunInternalApiRequestBody, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
46
|
+
export { getChaosV2ExperimentRunInternalApi, useGetChaosV2ExperimentRunInternalApiMutation, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
45
47
|
export type { GetChaosV2ExperimentRunErrorResponse, GetChaosV2ExperimentRunOkResponse, GetChaosV2ExperimentRunProps, GetChaosV2ExperimentRunQueryPathParams, GetChaosV2ExperimentRunQueryQueryParams, } from './hooks/useGetChaosV2ExperimentRunQuery';
|
|
46
48
|
export { getChaosV2ExperimentRun, useGetChaosV2ExperimentRunQuery, } from './hooks/useGetChaosV2ExperimentRunQuery';
|
|
47
49
|
export type { GetChaosV2ExperimentVariablesErrorResponse, GetChaosV2ExperimentVariablesOkResponse, GetChaosV2ExperimentVariablesProps, GetChaosV2ExperimentVariablesQueryPathParams, GetChaosV2ExperimentVariablesQueryQueryParams, } from './hooks/useGetChaosV2ExperimentVariablesQuery';
|
|
@@ -50,6 +52,8 @@ export type { GetConnectorForInfraErrorResponse, GetConnectorForInfraOkResponse,
|
|
|
50
52
|
export { getConnectorForInfra, useGetConnectorForInfraQuery, } from './hooks/useGetConnectorForInfraQuery';
|
|
51
53
|
export type { GetExperimentHelperImageVersionErrorResponse, GetExperimentHelperImageVersionOkResponse, GetExperimentHelperImageVersionProps, } from './hooks/useGetExperimentHelperImageVersionQuery';
|
|
52
54
|
export { getExperimentHelperImageVersion, useGetExperimentHelperImageVersionQuery, } from './hooks/useGetExperimentHelperImageVersionQuery';
|
|
55
|
+
export type { GetExperimentRunTimelineViewErrorResponse, GetExperimentRunTimelineViewOkResponse, GetExperimentRunTimelineViewProps, GetExperimentRunTimelineViewQueryPathParams, GetExperimentRunTimelineViewQueryQueryParams, } from './hooks/useGetExperimentRunTimelineViewQuery';
|
|
56
|
+
export { getExperimentRunTimelineView, useGetExperimentRunTimelineViewQuery, } from './hooks/useGetExperimentRunTimelineViewQuery';
|
|
53
57
|
export type { GetExperimentRunsOverviewStatsErrorResponse, GetExperimentRunsOverviewStatsOkResponse, GetExperimentRunsOverviewStatsProps, GetExperimentRunsOverviewStatsQueryQueryParams, } from './hooks/useGetExperimentRunsOverviewStatsQuery';
|
|
54
58
|
export { getExperimentRunsOverviewStats, useGetExperimentRunsOverviewStatsQuery, } from './hooks/useGetExperimentRunsOverviewStatsQuery';
|
|
55
59
|
export type { GetFaultTemplateErrorResponse, GetFaultTemplateOkResponse, GetFaultTemplateProps, GetFaultTemplateQueryPathParams, GetFaultTemplateQueryQueryParams, } from './hooks/useGetFaultTemplateQuery';
|
|
@@ -62,6 +66,8 @@ export type { GetGamedayV2ErrorResponse, GetGamedayV2OkResponse, GetGamedayV2Pro
|
|
|
62
66
|
export { getGamedayV2, useGetGamedayV2Query } from './hooks/useGetGamedayV2Query';
|
|
63
67
|
export type { GetImageRegistryErrorResponse, GetImageRegistryOkResponse, GetImageRegistryProps, } from './hooks/useGetImageRegistryQuery';
|
|
64
68
|
export { getImageRegistry, useGetImageRegistryQuery } from './hooks/useGetImageRegistryQuery';
|
|
69
|
+
export type { GetInfraTokenErrorResponse, GetInfraTokenOkResponse, GetInfraTokenProps, GetInfraTokenQueryPathParams, GetInfraTokenQueryQueryParams, } from './hooks/useGetInfraTokenQuery';
|
|
70
|
+
export { getInfraToken, useGetInfraTokenQuery } from './hooks/useGetInfraTokenQuery';
|
|
65
71
|
export type { GetInfraV2ErrorResponse, GetInfraV2OkResponse, GetInfraV2Props, GetInfraV2QueryPathParams, GetInfraV2QueryQueryParams, } from './hooks/useGetInfraV2Query';
|
|
66
72
|
export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
|
|
67
73
|
export type { GetInputSetErrorResponse, GetInputSetOkResponse, GetInputSetProps, GetInputSetQueryPathParams, GetInputSetQueryQueryParams, } from './hooks/useGetInputSetQuery';
|
|
@@ -90,6 +96,8 @@ export type { GetV2InfrastructureYamlErrorResponse, GetV2InfrastructureYamlMutat
|
|
|
90
96
|
export { getV2InfrastructureYaml, useGetV2InfrastructureYamlMutation, } from './hooks/useGetV2InfrastructureYamlMutation';
|
|
91
97
|
export type { GetV2OnboardingErrorResponse, GetV2OnboardingOkResponse, GetV2OnboardingProps, GetV2OnboardingQueryPathParams, GetV2OnboardingQueryQueryParams, } from './hooks/useGetV2OnboardingQuery';
|
|
92
98
|
export { getV2Onboarding, useGetV2OnboardingQuery } from './hooks/useGetV2OnboardingQuery';
|
|
99
|
+
export type { ListApplicationErrorResponse, ListApplicationOkResponse, ListApplicationProps, ListApplicationQueryPathParams, ListApplicationQueryQueryParams, } from './hooks/useListApplicationQuery';
|
|
100
|
+
export { listApplication, useListApplicationQuery } from './hooks/useListApplicationQuery';
|
|
93
101
|
export type { ListChaosEnabledInfraV2ErrorResponse, ListChaosEnabledInfraV2OkResponse, ListChaosEnabledInfraV2Props, ListChaosEnabledInfraV2QueryQueryParams, ListChaosEnabledInfraV2RequestBody, } from './hooks/useListChaosEnabledInfraV2Query';
|
|
94
102
|
export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hooks/useListChaosEnabledInfraV2Query';
|
|
95
103
|
export type { ListChaosV2ExperimentErrorResponse, ListChaosV2ExperimentOkResponse, ListChaosV2ExperimentProps, ListChaosV2ExperimentQueryQueryParams, } from './hooks/useListChaosV2ExperimentQuery';
|
|
@@ -100,6 +108,8 @@ export type { ListFaultTemplateErrorResponse, ListFaultTemplateOkResponse, ListF
|
|
|
100
108
|
export { listFaultTemplate, useListFaultTemplateQuery } from './hooks/useListFaultTemplateQuery';
|
|
101
109
|
export type { ListFaultTemplateRevisionsErrorResponse, ListFaultTemplateRevisionsOkResponse, ListFaultTemplateRevisionsProps, ListFaultTemplateRevisionsQueryPathParams, ListFaultTemplateRevisionsQueryQueryParams, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
102
110
|
export { listFaultTemplateRevisions, useListFaultTemplateRevisionsQuery, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
111
|
+
export type { ListFunctionErrorResponse, ListFunctionOkResponse, ListFunctionProps, ListFunctionQueryPathParams, ListFunctionQueryQueryParams, } from './hooks/useListFunctionQuery';
|
|
112
|
+
export { listFunction, useListFunctionQuery } from './hooks/useListFunctionQuery';
|
|
103
113
|
export type { ListGamedayRunV2ErrorResponse, ListGamedayRunV2OkResponse, ListGamedayRunV2Props, ListGamedayRunV2QueryPathParams, ListGamedayRunV2QueryQueryParams, } from './hooks/useListGamedayRunV2Query';
|
|
104
114
|
export { listGamedayRunV2, useListGamedayRunV2Query } from './hooks/useListGamedayRunV2Query';
|
|
105
115
|
export type { ListGamedayV2ErrorResponse, ListGamedayV2OkResponse, ListGamedayV2Props, ListGamedayV2QueryQueryParams, } from './hooks/useListGamedayV2Query';
|
|
@@ -136,6 +146,8 @@ export type { RetryExperimentCreationErrorResponse, RetryExperimentCreationMutat
|
|
|
136
146
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
137
147
|
export type { RunChaosV2ExperimentErrorResponse, RunChaosV2ExperimentMutationPathParams, RunChaosV2ExperimentMutationProps, RunChaosV2ExperimentMutationQueryParams, RunChaosV2ExperimentOkResponse, RunChaosV2ExperimentProps, RunChaosV2ExperimentRequestBody, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
138
148
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
149
|
+
export type { RunChaosV2InternalApiErrorResponse, RunChaosV2InternalApiMutationPathParams, RunChaosV2InternalApiMutationProps, RunChaosV2InternalApiMutationQueryParams, RunChaosV2InternalApiOkResponse, RunChaosV2InternalApiProps, RunChaosV2InternalApiRequestBody, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
150
|
+
export { runChaosV2InternalApi, useRunChaosV2InternalApiMutation, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
139
151
|
export type { SaveChaosV2ExperimentErrorResponse, SaveChaosV2ExperimentMutationProps, SaveChaosV2ExperimentMutationQueryParams, SaveChaosV2ExperimentOkResponse, SaveChaosV2ExperimentProps, SaveChaosV2ExperimentRequestBody, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
140
152
|
export { saveChaosV2Experiment, useSaveChaosV2ExperimentMutation, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
141
153
|
export type { StopChaosV2ExperimentErrorResponse, StopChaosV2ExperimentMutationPathParams, StopChaosV2ExperimentMutationProps, StopChaosV2ExperimentMutationQueryParams, StopChaosV2ExperimentOkResponse, StopChaosV2ExperimentProps, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
@@ -144,6 +156,8 @@ export type { StopOnboardingExperimentsErrorResponse, StopOnboardingExperimentsM
|
|
|
144
156
|
export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
145
157
|
export type { UpdateChaosV2CronExperimentErrorResponse, UpdateChaosV2CronExperimentMutationProps, UpdateChaosV2CronExperimentMutationQueryParams, UpdateChaosV2CronExperimentOkResponse, UpdateChaosV2CronExperimentProps, UpdateChaosV2CronExperimentRequestBody, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
146
158
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
159
|
+
export type { UpdateEmissaryErrorResponse, UpdateEmissaryMutationPathParams, UpdateEmissaryMutationProps, UpdateEmissaryMutationQueryParams, UpdateEmissaryOkResponse, UpdateEmissaryProps, UpdateEmissaryRequestBody, } from './hooks/useUpdateEmissaryMutation';
|
|
160
|
+
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
147
161
|
export type { UpdateGamedayRunPrerequisitesV2ErrorResponse, UpdateGamedayRunPrerequisitesV2MutationPathParams, UpdateGamedayRunPrerequisitesV2MutationProps, UpdateGamedayRunPrerequisitesV2MutationQueryParams, UpdateGamedayRunPrerequisitesV2OkResponse, UpdateGamedayRunPrerequisitesV2Props, UpdateGamedayRunPrerequisitesV2RequestBody, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
148
162
|
export { updateGamedayRunPrerequisitesV2, useUpdateGamedayRunPrerequisitesV2Mutation, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
149
163
|
export type { UpdateGamedayRunStakeHolderActionsV2ErrorResponse, UpdateGamedayRunStakeHolderActionsV2MutationPathParams, UpdateGamedayRunStakeHolderActionsV2MutationProps, UpdateGamedayRunStakeHolderActionsV2MutationQueryParams, UpdateGamedayRunStakeHolderActionsV2OkResponse, UpdateGamedayRunStakeHolderActionsV2Props, UpdateGamedayRunStakeHolderActionsV2RequestBody, } from './hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation';
|
|
@@ -166,10 +180,27 @@ export type { ApiGetHarnessInfrastructureResponse } from './schemas/ApiGetHarnes
|
|
|
166
180
|
export type { ApiHarnessInfrastructure } from './schemas/ApiHarnessInfrastructure';
|
|
167
181
|
export type { ApiListHarnessInfrastructureResponse } from './schemas/ApiListHarnessInfrastructureResponse';
|
|
168
182
|
export type { ApiRestError } from './schemas/ApiRestError';
|
|
183
|
+
export type { ApplicationchaostargetListApplicationResponse } from './schemas/ApplicationchaostargetListApplicationResponse';
|
|
184
|
+
export type { ApplicationchaostargetListFunctionResponse } from './schemas/ApplicationchaostargetListFunctionResponse';
|
|
169
185
|
export type { BulkactionBulkAddTagsInExperimetsInput } from './schemas/BulkactionBulkAddTagsInExperimetsInput';
|
|
170
186
|
export type { BulkactionBulkAddTagsInExperimetsResponse } from './schemas/BulkactionBulkAddTagsInExperimetsResponse';
|
|
171
187
|
export type { BulkactionBulkDeleteExperimetsInput } from './schemas/BulkactionBulkDeleteExperimetsInput';
|
|
172
188
|
export type { BulkactionBulkDeleteExperimetsResponse } from './schemas/BulkactionBulkDeleteExperimetsResponse';
|
|
189
|
+
export type { ChaosExecutionNodesActionData } from './schemas/ChaosExecutionNodesActionData';
|
|
190
|
+
export type { ChaosExecutionNodesChaosData } from './schemas/ChaosExecutionNodesChaosData';
|
|
191
|
+
export type { ChaosExecutionNodesChaosExecutionNode } from './schemas/ChaosExecutionNodesChaosExecutionNode';
|
|
192
|
+
export type { ChaosExecutionNodesChaosExecutionResponse } from './schemas/ChaosExecutionNodesChaosExecutionResponse';
|
|
193
|
+
export type { ChaosExecutionNodesChaosStepStatus } from './schemas/ChaosExecutionNodesChaosStepStatus';
|
|
194
|
+
export type { ChaosExecutionNodesChaosStepType } from './schemas/ChaosExecutionNodesChaosStepType';
|
|
195
|
+
export type { ChaosExecutionNodesCommandProbe } from './schemas/ChaosExecutionNodesCommandProbe';
|
|
196
|
+
export type { ChaosExecutionNodesErrorData } from './schemas/ChaosExecutionNodesErrorData';
|
|
197
|
+
export type { ChaosExecutionNodesFaultData } from './schemas/ChaosExecutionNodesFaultData';
|
|
198
|
+
export type { ChaosExecutionNodesFaultDetails } from './schemas/ChaosExecutionNodesFaultDetails';
|
|
199
|
+
export type { ChaosExecutionNodesHelperPodDetails } from './schemas/ChaosExecutionNodesHelperPodDetails';
|
|
200
|
+
export type { ChaosExecutionNodesHttpProbe } from './schemas/ChaosExecutionNodesHttpProbe';
|
|
201
|
+
export type { ChaosExecutionNodesProbeData } from './schemas/ChaosExecutionNodesProbeData';
|
|
202
|
+
export type { ChaosExecutionNodesProbeIterations } from './schemas/ChaosExecutionNodesProbeIterations';
|
|
203
|
+
export type { ChaosExecutionNodesPromProbe } from './schemas/ChaosExecutionNodesPromProbe';
|
|
173
204
|
export type { ChaosExperimentChaosExperimentRequest } from './schemas/ChaosExperimentChaosExperimentRequest';
|
|
174
205
|
export type { ChaosExperimentChaosExperimentType } from './schemas/ChaosExperimentChaosExperimentType';
|
|
175
206
|
export type { ChaosExperimentExperimentRunDetail } from './schemas/ChaosExperimentExperimentRunDetail';
|
|
@@ -240,7 +271,10 @@ export type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '
|
|
|
240
271
|
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict';
|
|
241
272
|
export type { GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig';
|
|
242
273
|
export type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate } from './schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosfaulttemplateChaosFaultTemplate';
|
|
274
|
+
export type { GithubComHarnessHceSaasHceSdkCommonProbeV1Probe } from './schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe';
|
|
243
275
|
export type { GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers } from './schemas/GithubComHarnessHceSaasHceSdkTypesApiK8sifsImageRegistryScopedIdentifiers';
|
|
276
|
+
export type { GithubComWingsSoftwareDdcrPkgTypesChaosInputs } from './schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs';
|
|
277
|
+
export type { GithubComWingsSoftwareDdcrPkgTypesDefinition } from './schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition';
|
|
244
278
|
export type { HandlersChaosExperimentRunsStatsResponse } from './schemas/HandlersChaosExperimentRunsStatsResponse';
|
|
245
279
|
export type { HandlersChaosLicenseUsageDto } from './schemas/HandlersChaosLicenseUsageDto';
|
|
246
280
|
export type { HandlersDashboard } from './schemas/HandlersDashboard';
|
|
@@ -291,19 +325,35 @@ export type { InputsetsUpdateInputSetResponse } from './schemas/InputsetsUpdateI
|
|
|
291
325
|
export type { IntstrIntOrString } from './schemas/IntstrIntOrString';
|
|
292
326
|
export type { IntstrType } from './schemas/IntstrType';
|
|
293
327
|
export type { K8sIoApimachineryPkgApisMetaV1ConditionStatus } from './schemas/K8sIoApimachineryPkgApisMetaV1ConditionStatus';
|
|
328
|
+
export type { K8sinfraGetInfraTokenResponse } from './schemas/K8sinfraGetInfraTokenResponse';
|
|
329
|
+
export type { K8sinfraUpdateEmissaryUrlRequest } from './schemas/K8sinfraUpdateEmissaryUrlRequest';
|
|
330
|
+
export type { K8sinfraUpdateEmissaryUrlResponse } from './schemas/K8sinfraUpdateEmissaryUrlResponse';
|
|
294
331
|
export type { ModelClusterType } from './schemas/ModelClusterType';
|
|
332
|
+
export type { ModelConditionDetails } from './schemas/ModelConditionDetails';
|
|
295
333
|
export type { ModelEventMetadata } from './schemas/ModelEventMetadata';
|
|
296
334
|
export type { ModelInfraScope } from './schemas/ModelInfraScope';
|
|
335
|
+
export type { ModelInfrastructure } from './schemas/ModelInfrastructure';
|
|
297
336
|
export type { ModelInfrastructureType } from './schemas/ModelInfrastructureType';
|
|
298
337
|
export type { ModelInstallationType } from './schemas/ModelInstallationType';
|
|
299
338
|
export type { ModelKubernetesInfra } from './schemas/ModelKubernetesInfra';
|
|
300
339
|
export type { ModelListInfraRequest } from './schemas/ModelListInfraRequest';
|
|
301
340
|
export type { ModelListInfraResponse } from './schemas/ModelListInfraResponse';
|
|
341
|
+
export type { ModelProbeMap } from './schemas/ModelProbeMap';
|
|
302
342
|
export type { ModelReRunChaosWorkflowResponse } from './schemas/ModelReRunChaosWorkflowResponse';
|
|
303
343
|
export type { ModelRecentWorkflowRun } from './schemas/ModelRecentWorkflowRun';
|
|
344
|
+
export type { ModelRecurrence } from './schemas/ModelRecurrence';
|
|
345
|
+
export type { ModelRecurrenceSpec } from './schemas/ModelRecurrenceSpec';
|
|
346
|
+
export type { ModelRecurrenceType } from './schemas/ModelRecurrenceType';
|
|
347
|
+
export type { ModelRuleDetails } from './schemas/ModelRuleDetails';
|
|
348
|
+
export type { ModelSecurityGovernance } from './schemas/ModelSecurityGovernance';
|
|
349
|
+
export type { ModelSecurityGovernanceNodeData } from './schemas/ModelSecurityGovernanceNodeData';
|
|
350
|
+
export type { ModelSecurityGovernancePhase } from './schemas/ModelSecurityGovernancePhase';
|
|
351
|
+
export type { ModelTimeWindow } from './schemas/ModelTimeWindow';
|
|
304
352
|
export type { ModelUpdateStatus } from './schemas/ModelUpdateStatus';
|
|
305
353
|
export type { ModelUpgrade } from './schemas/ModelUpgrade';
|
|
306
354
|
export type { ModelUpgradeStatus } from './schemas/ModelUpgradeStatus';
|
|
355
|
+
export type { ModelWeightages } from './schemas/ModelWeightages';
|
|
356
|
+
export type { ModelWorkflowRun } from './schemas/ModelWorkflowRun';
|
|
307
357
|
export type { ModelWorkflowRunStatus } from './schemas/ModelWorkflowRunStatus';
|
|
308
358
|
export type { ModelWorkflowType } from './schemas/ModelWorkflowType';
|
|
309
359
|
export type { NetworkmapCanRetryExperimentCreationResponse } from './schemas/NetworkmapCanRetryExperimentCreationResponse';
|
|
@@ -372,8 +422,11 @@ export type { TemplateVariableCategory } from './schemas/TemplateVariableCategor
|
|
|
372
422
|
export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum';
|
|
373
423
|
export type { TemplateVariableType } from './schemas/TemplateVariableType';
|
|
374
424
|
export type { TypesActionItem } from './schemas/TypesActionItem';
|
|
425
|
+
export type { TypesApplication } from './schemas/TypesApplication';
|
|
375
426
|
export type { TypesAuthorization } from './schemas/TypesAuthorization';
|
|
427
|
+
export type { TypesCleanupPolicy } from './schemas/TypesCleanupPolicy';
|
|
376
428
|
export type { TypesCmdProbe } from './schemas/TypesCmdProbe';
|
|
429
|
+
export type { TypesConfigMap } from './schemas/TypesConfigMap';
|
|
377
430
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
378
431
|
export type { TypesCreateGamedayResponse } from './schemas/TypesCreateGamedayResponse';
|
|
379
432
|
export type { TypesCreateGamedayRunResponse } from './schemas/TypesCreateGamedayRunResponse';
|
|
@@ -384,6 +437,7 @@ export type { TypesDatadogProbe } from './schemas/TypesDatadogProbe';
|
|
|
384
437
|
export type { TypesDeleteChaosV2ExperimentResponse } from './schemas/TypesDeleteChaosV2ExperimentResponse';
|
|
385
438
|
export type { TypesDynatraceProbe } from './schemas/TypesDynatraceProbe';
|
|
386
439
|
export type { TypesExecutedByExperiment } from './schemas/TypesExecutedByExperiment';
|
|
440
|
+
export type { TypesExperimentComponents } from './schemas/TypesExperimentComponents';
|
|
387
441
|
export type { TypesExperimentCreationError } from './schemas/TypesExperimentCreationError';
|
|
388
442
|
export type { TypesExperimentCreationRequest } from './schemas/TypesExperimentCreationRequest';
|
|
389
443
|
export type { TypesExperimentCreationResponse } from './schemas/TypesExperimentCreationResponse';
|
|
@@ -398,8 +452,10 @@ export type { TypesGetGamedayExperimentResponse } from './schemas/TypesGetGameda
|
|
|
398
452
|
export type { TypesGetGamedayResponse } from './schemas/TypesGetGamedayResponse';
|
|
399
453
|
export type { TypesGetProbeResponse } from './schemas/TypesGetProbeResponse';
|
|
400
454
|
export type { TypesHeaders } from './schemas/TypesHeaders';
|
|
455
|
+
export type { TypesHostFile } from './schemas/TypesHostFile';
|
|
401
456
|
export type { TypesHttpProbe } from './schemas/TypesHttpProbe';
|
|
402
457
|
export type { TypesInfrastructureType } from './schemas/TypesInfrastructureType';
|
|
458
|
+
export type { TypesInternalExperimentRunRequest } from './schemas/TypesInternalExperimentRunRequest';
|
|
403
459
|
export type { TypesK8SProbe } from './schemas/TypesK8SProbe';
|
|
404
460
|
export type { TypesListExperimentV2Response } from './schemas/TypesListExperimentV2Response';
|
|
405
461
|
export type { TypesListGamedayExperimentResponse } from './schemas/TypesListGamedayExperimentResponse';
|
|
@@ -416,19 +472,26 @@ export type { TypesProbeBulkEnableRequest } from './schemas/TypesProbeBulkEnable
|
|
|
416
472
|
export type { TypesProbeRecentExecutions } from './schemas/TypesProbeRecentExecutions';
|
|
417
473
|
export type { TypesProbeRequest } from './schemas/TypesProbeRequest';
|
|
418
474
|
export type { TypesProbeType } from './schemas/TypesProbeType';
|
|
475
|
+
export type { TypesProjectedVolumes } from './schemas/TypesProjectedVolumes';
|
|
419
476
|
export type { TypesPromProbe } from './schemas/TypesPromProbe';
|
|
420
477
|
export type { TypesRecentGamedayRun } from './schemas/TypesRecentGamedayRun';
|
|
421
478
|
export type { TypesRun } from './schemas/TypesRun';
|
|
422
479
|
export type { TypesRunProperties } from './schemas/TypesRunProperties';
|
|
423
480
|
export type { TypesScenarioType } from './schemas/TypesScenarioType';
|
|
481
|
+
export type { TypesSecret } from './schemas/TypesSecret';
|
|
482
|
+
export type { TypesSecurityContext } from './schemas/TypesSecurityContext';
|
|
483
|
+
export type { TypesSelector } from './schemas/TypesSelector';
|
|
484
|
+
export type { TypesSidecar } from './schemas/TypesSidecar';
|
|
424
485
|
export type { TypesSloProbe } from './schemas/TypesSloProbe';
|
|
425
486
|
export type { TypesStakeHolderDetailsForRuns } from './schemas/TypesStakeHolderDetailsForRuns';
|
|
426
487
|
export type { TypesStakeHolderInput } from './schemas/TypesStakeHolderInput';
|
|
427
488
|
export type { TypesStakeHolderResponse } from './schemas/TypesStakeHolderResponse';
|
|
428
489
|
export type { TypesStakeHolderRole } from './schemas/TypesStakeHolderRole';
|
|
429
490
|
export type { TypesStatus } from './schemas/TypesStatus';
|
|
491
|
+
export type { TypesStatusCheckTimeout } from './schemas/TypesStatusCheckTimeout';
|
|
430
492
|
export type { TypesStopChaosV2ExperimentResponse } from './schemas/TypesStopChaosV2ExperimentResponse';
|
|
431
493
|
export type { TypesSummary } from './schemas/TypesSummary';
|
|
494
|
+
export type { TypesTargets } from './schemas/TypesTargets';
|
|
432
495
|
export type { TypesUpdateCronExperimentAction } from './schemas/TypesUpdateCronExperimentAction';
|
|
433
496
|
export type { TypesUpdateCronExperimentStateRequest } from './schemas/TypesUpdateCronExperimentStateRequest';
|
|
434
497
|
export type { TypesUpdateCronExperimentStateResponse } from './schemas/TypesUpdateCronExperimentStateResponse';
|
|
@@ -440,23 +503,35 @@ export type { TypesUpdatePrerequisiteRequest } from './schemas/TypesUpdatePrereq
|
|
|
440
503
|
export type { TypesUpdateStakeHolderActionRequest } from './schemas/TypesUpdateStakeHolderActionRequest';
|
|
441
504
|
export type { TypesUserDetails } from './schemas/TypesUserDetails';
|
|
442
505
|
export type { TypesWeightages } from './schemas/TypesWeightages';
|
|
506
|
+
export type { TypesWorkload } from './schemas/TypesWorkload';
|
|
507
|
+
export type { TypesWorkloadKind } from './schemas/TypesWorkloadKind';
|
|
508
|
+
export type { V1Authorization } from './schemas/V1Authorization';
|
|
443
509
|
export type { V1AwsElasticBlockStoreVolumeSource } from './schemas/V1AwsElasticBlockStoreVolumeSource';
|
|
444
510
|
export type { V1AzureDataDiskCachingMode } from './schemas/V1AzureDataDiskCachingMode';
|
|
445
511
|
export type { V1AzureDataDiskKind } from './schemas/V1AzureDataDiskKind';
|
|
446
512
|
export type { V1AzureDiskVolumeSource } from './schemas/V1AzureDiskVolumeSource';
|
|
447
513
|
export type { V1AzureFileVolumeSource } from './schemas/V1AzureFileVolumeSource';
|
|
514
|
+
export type { V1Capabilities } from './schemas/V1Capabilities';
|
|
448
515
|
export type { V1CephFsVolumeSource } from './schemas/V1CephFsVolumeSource';
|
|
449
516
|
export type { V1CinderVolumeSource } from './schemas/V1CinderVolumeSource';
|
|
450
517
|
export type { V1ClientIpConfig } from './schemas/V1ClientIpConfig';
|
|
518
|
+
export type { V1CmdProbeInputs } from './schemas/V1CmdProbeInputs';
|
|
519
|
+
export type { V1ComparatorInfo } from './schemas/V1ComparatorInfo';
|
|
451
520
|
export type { V1Condition } from './schemas/V1Condition';
|
|
521
|
+
export type { V1ConfigMapEnvSource } from './schemas/V1ConfigMapEnvSource';
|
|
452
522
|
export type { V1ConfigMapKeySelector } from './schemas/V1ConfigMapKeySelector';
|
|
453
523
|
export type { V1ConfigMapProjection } from './schemas/V1ConfigMapProjection';
|
|
454
524
|
export type { V1ConfigMapVolumeSource } from './schemas/V1ConfigMapVolumeSource';
|
|
455
525
|
export type { V1CsiVolumeSource } from './schemas/V1CsiVolumeSource';
|
|
526
|
+
export type { V1DatadogMetrics } from './schemas/V1DatadogMetrics';
|
|
527
|
+
export type { V1DatadogProbeInputs } from './schemas/V1DatadogProbeInputs';
|
|
528
|
+
export type { V1DatadogSyntheticsTestType } from './schemas/V1DatadogSyntheticsTestType';
|
|
456
529
|
export type { V1DownwardApiProjection } from './schemas/V1DownwardApiProjection';
|
|
457
530
|
export type { V1DownwardApiVolumeFile } from './schemas/V1DownwardApiVolumeFile';
|
|
458
531
|
export type { V1DownwardApiVolumeSource } from './schemas/V1DownwardApiVolumeSource';
|
|
532
|
+
export type { V1DynatraceProbeInputs } from './schemas/V1DynatraceProbeInputs';
|
|
459
533
|
export type { V1EmptyDirVolumeSource } from './schemas/V1EmptyDirVolumeSource';
|
|
534
|
+
export type { V1EnvFromSource } from './schemas/V1EnvFromSource';
|
|
460
535
|
export type { V1EnvVar } from './schemas/V1EnvVar';
|
|
461
536
|
export type { V1EnvVarSource } from './schemas/V1EnvVarSource';
|
|
462
537
|
export type { V1EphemeralVolumeSource } from './schemas/V1EphemeralVolumeSource';
|
|
@@ -466,14 +541,18 @@ export type { V1FieldsV1 } from './schemas/V1FieldsV1';
|
|
|
466
541
|
export type { V1FlexVolumeSource } from './schemas/V1FlexVolumeSource';
|
|
467
542
|
export type { V1FlockerVolumeSource } from './schemas/V1FlockerVolumeSource';
|
|
468
543
|
export type { V1GcePersistentDiskVolumeSource } from './schemas/V1GcePersistentDiskVolumeSource';
|
|
544
|
+
export type { V1GetMethod } from './schemas/V1GetMethod';
|
|
469
545
|
export type { V1GitRepoVolumeSource } from './schemas/V1GitRepoVolumeSource';
|
|
470
546
|
export type { V1GlusterfsVolumeSource } from './schemas/V1GlusterfsVolumeSource';
|
|
471
547
|
export type { V1HostPathType } from './schemas/V1HostPathType';
|
|
472
548
|
export type { V1HostPathVolumeSource } from './schemas/V1HostPathVolumeSource';
|
|
549
|
+
export type { V1HttpMethod } from './schemas/V1HttpMethod';
|
|
550
|
+
export type { V1HttpProbeInputs } from './schemas/V1HttpProbeInputs';
|
|
473
551
|
export type { V1Identifier } from './schemas/V1Identifier';
|
|
474
552
|
export type { V1IpFamily } from './schemas/V1IpFamily';
|
|
475
553
|
export type { V1IpFamilyPolicyType } from './schemas/V1IpFamilyPolicyType';
|
|
476
554
|
export type { V1IscsiVolumeSource } from './schemas/V1IscsiVolumeSource';
|
|
555
|
+
export type { V1K8sProbeInputs } from './schemas/V1K8sProbeInputs';
|
|
477
556
|
export type { V1KeyToPath } from './schemas/V1KeyToPath';
|
|
478
557
|
export type { V1LabelSelector } from './schemas/V1LabelSelector';
|
|
479
558
|
export type { V1LabelSelectorOperator } from './schemas/V1LabelSelectorOperator';
|
|
@@ -483,7 +562,10 @@ export type { V1LoadBalancerStatus } from './schemas/V1LoadBalancerStatus';
|
|
|
483
562
|
export type { V1LocalObjectReference } from './schemas/V1LocalObjectReference';
|
|
484
563
|
export type { V1ManagedFieldsEntry } from './schemas/V1ManagedFieldsEntry';
|
|
485
564
|
export type { V1ManagedFieldsOperationType } from './schemas/V1ManagedFieldsOperationType';
|
|
565
|
+
export type { V1Metrics } from './schemas/V1Metrics';
|
|
486
566
|
export type { V1MountPropagationMode } from './schemas/V1MountPropagationMode';
|
|
567
|
+
export type { V1NewrelicMetrics } from './schemas/V1NewrelicMetrics';
|
|
568
|
+
export type { V1NewrelicProbeInputs } from './schemas/V1NewrelicProbeInputs';
|
|
487
569
|
export type { V1NfsVolumeSource } from './schemas/V1NfsVolumeSource';
|
|
488
570
|
export type { V1ObjectFieldSelector } from './schemas/V1ObjectFieldSelector';
|
|
489
571
|
export type { V1ObjectMeta } from './schemas/V1ObjectMeta';
|
|
@@ -495,10 +577,15 @@ export type { V1PersistentVolumeClaimTemplate } from './schemas/V1PersistentVolu
|
|
|
495
577
|
export type { V1PersistentVolumeClaimVolumeSource } from './schemas/V1PersistentVolumeClaimVolumeSource';
|
|
496
578
|
export type { V1PersistentVolumeMode } from './schemas/V1PersistentVolumeMode';
|
|
497
579
|
export type { V1PhotonPersistentDiskVolumeSource } from './schemas/V1PhotonPersistentDiskVolumeSource';
|
|
580
|
+
export type { V1PodFsGroupChangePolicy } from './schemas/V1PodFsGroupChangePolicy';
|
|
498
581
|
export type { V1PodPhase } from './schemas/V1PodPhase';
|
|
582
|
+
export type { V1PodSecurityContext } from './schemas/V1PodSecurityContext';
|
|
499
583
|
export type { V1PortStatus } from './schemas/V1PortStatus';
|
|
500
584
|
export type { V1PortworxVolumeSource } from './schemas/V1PortworxVolumeSource';
|
|
585
|
+
export type { V1PostMethod } from './schemas/V1PostMethod';
|
|
586
|
+
export type { V1ProcMountType } from './schemas/V1ProcMountType';
|
|
501
587
|
export type { V1ProjectedVolumeSource } from './schemas/V1ProjectedVolumeSource';
|
|
588
|
+
export type { V1PromProbeInputs } from './schemas/V1PromProbeInputs';
|
|
502
589
|
export type { V1Protocol } from './schemas/V1Protocol';
|
|
503
590
|
export type { V1PullPolicy } from './schemas/V1PullPolicy';
|
|
504
591
|
export type { V1QuobyteVolumeSource } from './schemas/V1QuobyteVolumeSource';
|
|
@@ -506,10 +593,16 @@ export type { V1RbdVolumeSource } from './schemas/V1RbdVolumeSource';
|
|
|
506
593
|
export type { V1ResourceFieldSelector } from './schemas/V1ResourceFieldSelector';
|
|
507
594
|
export type { V1ResourceList } from './schemas/V1ResourceList';
|
|
508
595
|
export type { V1ResourceRequirements } from './schemas/V1ResourceRequirements';
|
|
596
|
+
export type { V1RunProperty } from './schemas/V1RunProperty';
|
|
509
597
|
export type { V1ScaleIoVolumeSource } from './schemas/V1ScaleIoVolumeSource';
|
|
598
|
+
export type { V1SeLinuxOptions } from './schemas/V1SeLinuxOptions';
|
|
599
|
+
export type { V1SeccompProfile } from './schemas/V1SeccompProfile';
|
|
600
|
+
export type { V1SeccompProfileType } from './schemas/V1SeccompProfileType';
|
|
601
|
+
export type { V1SecretEnvSource } from './schemas/V1SecretEnvSource';
|
|
510
602
|
export type { V1SecretKeySelector } from './schemas/V1SecretKeySelector';
|
|
511
603
|
export type { V1SecretProjection } from './schemas/V1SecretProjection';
|
|
512
604
|
export type { V1SecretVolumeSource } from './schemas/V1SecretVolumeSource';
|
|
605
|
+
export type { V1SecurityContext } from './schemas/V1SecurityContext';
|
|
513
606
|
export type { V1ServiceAccountTokenProjection } from './schemas/V1ServiceAccountTokenProjection';
|
|
514
607
|
export type { V1ServiceAffinity } from './schemas/V1ServiceAffinity';
|
|
515
608
|
export type { V1ServiceExternalTrafficPolicyType } from './schemas/V1ServiceExternalTrafficPolicyType';
|
|
@@ -519,11 +612,15 @@ export type { V1ServiceSpec } from './schemas/V1ServiceSpec';
|
|
|
519
612
|
export type { V1ServiceStatus } from './schemas/V1ServiceStatus';
|
|
520
613
|
export type { V1ServiceType } from './schemas/V1ServiceType';
|
|
521
614
|
export type { V1SessionAffinityConfig } from './schemas/V1SessionAffinityConfig';
|
|
615
|
+
export type { V1SloProbeInputs } from './schemas/V1SloProbeInputs';
|
|
522
616
|
export type { V1SloSourceMetadata } from './schemas/V1SloSourceMetadata';
|
|
523
617
|
export type { V1SourceDetails } from './schemas/V1SourceDetails';
|
|
524
618
|
export type { V1StorageMedium } from './schemas/V1StorageMedium';
|
|
525
619
|
export type { V1StorageOsVolumeSource } from './schemas/V1StorageOsVolumeSource';
|
|
620
|
+
export type { V1SyntheticsTest } from './schemas/V1SyntheticsTest';
|
|
621
|
+
export type { V1Sysctl } from './schemas/V1Sysctl';
|
|
526
622
|
export type { V1TaintEffect } from './schemas/V1TaintEffect';
|
|
623
|
+
export type { V1TlsConfig } from './schemas/V1TlsConfig';
|
|
527
624
|
export type { V1Toleration } from './schemas/V1Toleration';
|
|
528
625
|
export type { V1TolerationOperator } from './schemas/V1TolerationOperator';
|
|
529
626
|
export type { V1TypedLocalObjectReference } from './schemas/V1TypedLocalObjectReference';
|
|
@@ -531,6 +628,7 @@ export type { V1Volume } from './schemas/V1Volume';
|
|
|
531
628
|
export type { V1VolumeMount } from './schemas/V1VolumeMount';
|
|
532
629
|
export type { V1VolumeProjection } from './schemas/V1VolumeProjection';
|
|
533
630
|
export type { V1VsphereVirtualDiskVolumeSource } from './schemas/V1VsphereVirtualDiskVolumeSource';
|
|
631
|
+
export type { V1WindowsSecurityContextOptions } from './schemas/V1WindowsSecurityContextOptions';
|
|
534
632
|
export type { V1alpha1ConfigMapKeySelector } from './schemas/V1alpha1ConfigMapKeySelector';
|
|
535
633
|
export type { V1alpha1ConfigMapVolumeSource } from './schemas/V1alpha1ConfigMapVolumeSource';
|
|
536
634
|
export type { V1alpha1EnvVar } from './schemas/V1alpha1EnvVar';
|
|
@@ -20,16 +20,19 @@ export { getAccountServiceUsageStats, useGetAccountServiceUsageStatsQuery, } fro
|
|
|
20
20
|
export { getChaosDashboard, useGetChaosDashboardQuery } from './hooks/useGetChaosDashboardQuery';
|
|
21
21
|
export { getChaosExperimentRunReport, useGetChaosExperimentRunReportQuery, } from './hooks/useGetChaosExperimentRunReportQuery';
|
|
22
22
|
export { getChaosV2Experiment, useGetChaosV2ExperimentQuery, } from './hooks/useGetChaosV2ExperimentQuery';
|
|
23
|
+
export { getChaosV2ExperimentRunInternalApi, useGetChaosV2ExperimentRunInternalApiMutation, } from './hooks/useGetChaosV2ExperimentRunInternalApiMutation';
|
|
23
24
|
export { getChaosV2ExperimentRun, useGetChaosV2ExperimentRunQuery, } from './hooks/useGetChaosV2ExperimentRunQuery';
|
|
24
25
|
export { getChaosV2ExperimentVariables, useGetChaosV2ExperimentVariablesQuery, } from './hooks/useGetChaosV2ExperimentVariablesQuery';
|
|
25
26
|
export { getConnectorForInfra, useGetConnectorForInfraQuery, } from './hooks/useGetConnectorForInfraQuery';
|
|
26
27
|
export { getExperimentHelperImageVersion, useGetExperimentHelperImageVersionQuery, } from './hooks/useGetExperimentHelperImageVersionQuery';
|
|
28
|
+
export { getExperimentRunTimelineView, useGetExperimentRunTimelineViewQuery, } from './hooks/useGetExperimentRunTimelineViewQuery';
|
|
27
29
|
export { getExperimentRunsOverviewStats, useGetExperimentRunsOverviewStatsQuery, } from './hooks/useGetExperimentRunsOverviewStatsQuery';
|
|
28
30
|
export { getFaultTemplate, useGetFaultTemplateQuery } from './hooks/useGetFaultTemplateQuery';
|
|
29
31
|
export { getFaultTemplateRevisionDifference, useGetFaultTemplateRevisionDifferenceQuery, } from './hooks/useGetFaultTemplateRevisionDifferenceQuery';
|
|
30
32
|
export { getGamedayRunV2, useGetGamedayRunV2Query } from './hooks/useGetGamedayRunV2Query';
|
|
31
33
|
export { getGamedayV2, useGetGamedayV2Query } from './hooks/useGetGamedayV2Query';
|
|
32
34
|
export { getImageRegistry, useGetImageRegistryQuery } from './hooks/useGetImageRegistryQuery';
|
|
35
|
+
export { getInfraToken, useGetInfraTokenQuery } from './hooks/useGetInfraTokenQuery';
|
|
33
36
|
export { getInfraV2, useGetInfraV2Query } from './hooks/useGetInfraV2Query';
|
|
34
37
|
export { getInputSet, useGetInputSetQuery } from './hooks/useGetInputSetQuery';
|
|
35
38
|
export { getNote, useGetNoteQuery } from './hooks/useGetNoteQuery';
|
|
@@ -44,11 +47,13 @@ export { getSgpTemplateByGenAi, useGetSgpTemplateByGenAiMutation, } from './hook
|
|
|
44
47
|
export { getTargetNetworkMap, useGetTargetNetworkMapQuery, } from './hooks/useGetTargetNetworkMapQuery';
|
|
45
48
|
export { getV2InfrastructureYaml, useGetV2InfrastructureYamlMutation, } from './hooks/useGetV2InfrastructureYamlMutation';
|
|
46
49
|
export { getV2Onboarding, useGetV2OnboardingQuery } from './hooks/useGetV2OnboardingQuery';
|
|
50
|
+
export { listApplication, useListApplicationQuery } from './hooks/useListApplicationQuery';
|
|
47
51
|
export { listChaosEnabledInfraV2, useListChaosEnabledInfraV2Query, } from './hooks/useListChaosEnabledInfraV2Query';
|
|
48
52
|
export { listChaosV2Experiment, useListChaosV2ExperimentQuery, } from './hooks/useListChaosV2ExperimentQuery';
|
|
49
53
|
export { listExperimentsWithActiveInfrasMinimalNotification, useListExperimentsWithActiveInfrasMinimalNotificationQuery, } from './hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery';
|
|
50
54
|
export { listFaultTemplate, useListFaultTemplateQuery } from './hooks/useListFaultTemplateQuery';
|
|
51
55
|
export { listFaultTemplateRevisions, useListFaultTemplateRevisionsQuery, } from './hooks/useListFaultTemplateRevisionsQuery';
|
|
56
|
+
export { listFunction, useListFunctionQuery } from './hooks/useListFunctionQuery';
|
|
52
57
|
export { listGamedayRunV2, useListGamedayRunV2Query } from './hooks/useListGamedayRunV2Query';
|
|
53
58
|
export { listGamedayV2, useListGamedayV2Query } from './hooks/useListGamedayV2Query';
|
|
54
59
|
export { listHarnessInfra, useListHarnessInfraQuery } from './hooks/useListHarnessInfraQuery';
|
|
@@ -67,10 +72,12 @@ export { onboardingConfirmNetworkMap, useOnboardingConfirmNetworkMapMutation, }
|
|
|
67
72
|
export { registerInfraV2, useRegisterInfraV2Mutation } from './hooks/useRegisterInfraV2Mutation';
|
|
68
73
|
export { retryExperimentCreation, useRetryExperimentCreationMutation, } from './hooks/useRetryExperimentCreationMutation';
|
|
69
74
|
export { runChaosV2Experiment, useRunChaosV2ExperimentMutation, } from './hooks/useRunChaosV2ExperimentMutation';
|
|
75
|
+
export { runChaosV2InternalApi, useRunChaosV2InternalApiMutation, } from './hooks/useRunChaosV2InternalApiMutation';
|
|
70
76
|
export { saveChaosV2Experiment, useSaveChaosV2ExperimentMutation, } from './hooks/useSaveChaosV2ExperimentMutation';
|
|
71
77
|
export { stopChaosV2Experiment, useStopChaosV2ExperimentMutation, } from './hooks/useStopChaosV2ExperimentMutation';
|
|
72
78
|
export { stopOnboardingExperiments, useStopOnboardingExperimentsMutation, } from './hooks/useStopOnboardingExperimentsMutation';
|
|
73
79
|
export { updateChaosV2CronExperiment, useUpdateChaosV2CronExperimentMutation, } from './hooks/useUpdateChaosV2CronExperimentMutation';
|
|
80
|
+
export { updateEmissary, useUpdateEmissaryMutation } from './hooks/useUpdateEmissaryMutation';
|
|
74
81
|
export { updateGamedayRunPrerequisitesV2, useUpdateGamedayRunPrerequisitesV2Mutation, } from './hooks/useUpdateGamedayRunPrerequisitesV2Mutation';
|
|
75
82
|
export { updateGamedayRunStakeHolderActionsV2, useUpdateGamedayRunStakeHolderActionsV2Mutation, } from './hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation';
|
|
76
83
|
export { updateGamedayRunV2, useUpdateGamedayRunV2Mutation, } from './hooks/useUpdateGamedayRunV2Mutation';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ChaosExecutionNodesActionData } from '../schemas/ChaosExecutionNodesActionData';
|
|
2
|
+
import type { ChaosExecutionNodesFaultData } from '../schemas/ChaosExecutionNodesFaultData';
|
|
3
|
+
import type { ChaosExecutionNodesProbeData } from '../schemas/ChaosExecutionNodesProbeData';
|
|
4
|
+
export interface ChaosExecutionNodesChaosData {
|
|
5
|
+
actionData?: ChaosExecutionNodesActionData;
|
|
6
|
+
faultData?: ChaosExecutionNodesFaultData;
|
|
7
|
+
probeData?: ChaosExecutionNodesProbeData;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { ChaosExecutionNodesChaosData } from '../schemas/ChaosExecutionNodesChaosData';
|
|
2
|
+
import type { ChaosExecutionNodesErrorData } from '../schemas/ChaosExecutionNodesErrorData';
|
|
3
|
+
import type { ChaosExecutionNodesChaosStepStatus } from '../schemas/ChaosExecutionNodesChaosStepStatus';
|
|
4
|
+
import type { ChaosExecutionNodesChaosStepType } from '../schemas/ChaosExecutionNodesChaosStepType';
|
|
5
|
+
export interface ChaosExecutionNodesChaosExecutionNode {
|
|
6
|
+
accountID?: string;
|
|
7
|
+
chaosData?: ChaosExecutionNodesChaosData;
|
|
8
|
+
duration?: number;
|
|
9
|
+
errorData?: ChaosExecutionNodesErrorData;
|
|
10
|
+
estimatedTime?: number;
|
|
11
|
+
experimentID?: string;
|
|
12
|
+
experimentRunID?: string;
|
|
13
|
+
finishedAt?: number;
|
|
14
|
+
isRemoved?: boolean;
|
|
15
|
+
lastUpdatedAt?: number;
|
|
16
|
+
orgID?: string;
|
|
17
|
+
projectID?: string;
|
|
18
|
+
startedAt?: number;
|
|
19
|
+
status?: ChaosExecutionNodesChaosStepStatus;
|
|
20
|
+
stepName?: string;
|
|
21
|
+
stepType?: ChaosExecutionNodesChaosStepType;
|
|
22
|
+
streamID?: string;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/chaos-manager/src/services/schemas/ChaosExecutionNodesChaosExecutionResponse.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { ChaosExecutionNodesChaosExecutionNode } from '../schemas/ChaosExecutionNodesChaosExecutionNode';
|
|
2
|
+
import type { ChaosExecutionNodesChaosStepStatus } from '../schemas/ChaosExecutionNodesChaosStepStatus';
|
|
3
|
+
import type { ChaosExecutionNodesChaosStepType } from '../schemas/ChaosExecutionNodesChaosStepType';
|
|
4
|
+
export interface ChaosExecutionNodesChaosExecutionResponse {
|
|
5
|
+
accountID?: string;
|
|
6
|
+
duration?: number;
|
|
7
|
+
estimatedTime?: number;
|
|
8
|
+
experimentID?: string;
|
|
9
|
+
experimentRunID?: string;
|
|
10
|
+
finishedAt?: number;
|
|
11
|
+
infraID?: string;
|
|
12
|
+
isRemoved?: boolean;
|
|
13
|
+
lastUpdatedAt?: number;
|
|
14
|
+
nodes?: ChaosExecutionNodesChaosExecutionNode[];
|
|
15
|
+
orgID?: string;
|
|
16
|
+
projectID?: string;
|
|
17
|
+
resiliencyScore?: number;
|
|
18
|
+
runSequence?: number;
|
|
19
|
+
startedAt?: number;
|
|
20
|
+
status?: ChaosExecutionNodesChaosStepStatus;
|
|
21
|
+
stepName?: string;
|
|
22
|
+
stepType?: ChaosExecutionNodesChaosStepType;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ChaosExecutionNodesChaosStepStatus = 'COMPLETED' | 'FAILED' | 'PENDING' | 'RUNNING' | 'SKIPPED' | 'STOPPED';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ChaosExecutionNodesChaosStepType = 'ACTION' | 'EXPERIMENT' | 'FAULT' | 'PROBE';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ChaosExecutionNodesFaultDetails } from '../schemas/ChaosExecutionNodesFaultDetails';
|
|
2
|
+
import type { ChaosExecutionNodesHelperPodDetails } from '../schemas/ChaosExecutionNodesHelperPodDetails';
|
|
3
|
+
export interface ChaosExecutionNodesFaultData {
|
|
4
|
+
faultDetails?: ChaosExecutionNodesFaultDetails;
|
|
5
|
+
helperPodDetails?: ChaosExecutionNodesHelperPodDetails[];
|
|
6
|
+
name?: string;
|
|
7
|
+
namespace?: string;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ChaosExecutionNodesProbeIterations } from '../schemas/ChaosExecutionNodesProbeIterations';
|
|
2
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1Probe } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe';
|
|
3
|
+
export interface ChaosExecutionNodesProbeData {
|
|
4
|
+
description?: string;
|
|
5
|
+
faultName?: string;
|
|
6
|
+
iterations?: ChaosExecutionNodesProbeIterations[];
|
|
7
|
+
name?: string;
|
|
8
|
+
probeDetails?: GithubComHarnessHceSaasHceSdkCommonProbeV1Probe;
|
|
9
|
+
probeType?: string;
|
|
10
|
+
resiliencyScore?: number;
|
|
11
|
+
weightage?: number;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ChaosExecutionNodesCommandProbe } from '../schemas/ChaosExecutionNodesCommandProbe';
|
|
2
|
+
import type { ChaosExecutionNodesHttpProbe } from '../schemas/ChaosExecutionNodesHttpProbe';
|
|
3
|
+
import type { ChaosExecutionNodesPromProbe } from '../schemas/ChaosExecutionNodesPromProbe';
|
|
4
|
+
export interface ChaosExecutionNodesProbeIterations {
|
|
5
|
+
commandProbe?: ChaosExecutionNodesCommandProbe;
|
|
6
|
+
duration?: number;
|
|
7
|
+
httpProbe?: ChaosExecutionNodesHttpProbe;
|
|
8
|
+
phase?: string;
|
|
9
|
+
promProbe?: ChaosExecutionNodesPromProbe;
|
|
10
|
+
timestamp?: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|