@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
package/dist/chaos-manager/src/services/schemas/ChaosInfrastructureV2K8sInfraV2SpecIdentifiers.d.ts
CHANGED
|
@@ -2,10 +2,10 @@ import type { ChaosInfrastructureV2InfraScope } from '../schemas/ChaosInfrastruc
|
|
|
2
2
|
import type { ChaosInfrastructureV2InfraType } from '../schemas/ChaosInfrastructureV2InfraType';
|
|
3
3
|
export interface ChaosInfrastructureV2K8sInfraV2SpecIdentifiers {
|
|
4
4
|
discoveryAgentId?: string;
|
|
5
|
+
emissaryURL?: string;
|
|
5
6
|
namespace?: string;
|
|
6
7
|
scope?: ChaosInfrastructureV2InfraScope;
|
|
7
8
|
serviceAccount?: string;
|
|
8
|
-
token?: string;
|
|
9
9
|
type?: ChaosInfrastructureV2InfraType;
|
|
10
10
|
version?: string;
|
|
11
11
|
}
|
package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.d.ts
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import type { V1CmdProbeInputs } from '../schemas/V1CmdProbeInputs';
|
|
2
|
+
import type { V1DatadogProbeInputs } from '../schemas/V1DatadogProbeInputs';
|
|
3
|
+
import type { V1DynatraceProbeInputs } from '../schemas/V1DynatraceProbeInputs';
|
|
4
|
+
import type { V1HttpProbeInputs } from '../schemas/V1HttpProbeInputs';
|
|
5
|
+
import type { V1K8sProbeInputs } from '../schemas/V1K8sProbeInputs';
|
|
6
|
+
import type { V1NewrelicProbeInputs } from '../schemas/V1NewrelicProbeInputs';
|
|
7
|
+
import type { V1PromProbeInputs } from '../schemas/V1PromProbeInputs';
|
|
8
|
+
import type { V1RunProperty } from '../schemas/V1RunProperty';
|
|
9
|
+
import type { V1SloProbeInputs } from '../schemas/V1SloProbeInputs';
|
|
10
|
+
export interface GithubComHarnessHceSaasHceSdkCommonProbeV1Probe {
|
|
11
|
+
/**
|
|
12
|
+
* inputs needed for the cmd probe
|
|
13
|
+
*/
|
|
14
|
+
'cmdProbe/inputs'?: V1CmdProbeInputs;
|
|
15
|
+
/**
|
|
16
|
+
* Data contains the manifest/data for the resource, which need to be created
|
|
17
|
+
* it supported for create operation only
|
|
18
|
+
*/
|
|
19
|
+
data?: string;
|
|
20
|
+
/**
|
|
21
|
+
* inputs needed for the Datadog probe
|
|
22
|
+
*/
|
|
23
|
+
'datadogProbe/inputs'?: V1DatadogProbeInputs;
|
|
24
|
+
/**
|
|
25
|
+
* inputs needed for the Dynatrace probe
|
|
26
|
+
*/
|
|
27
|
+
'dynatraceProbe/inputs'?: V1DynatraceProbeInputs;
|
|
28
|
+
/**
|
|
29
|
+
* inputs needed for the http probe
|
|
30
|
+
*/
|
|
31
|
+
'httpProbe/inputs'?: V1HttpProbeInputs;
|
|
32
|
+
/**
|
|
33
|
+
* inputs needed for the k8s probe
|
|
34
|
+
*/
|
|
35
|
+
'k8sProbe/inputs'?: V1K8sProbeInputs;
|
|
36
|
+
/**
|
|
37
|
+
* mode for k8s probe
|
|
38
|
+
* it can be SOT, EOT, Edge
|
|
39
|
+
*/
|
|
40
|
+
mode?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Name of probe
|
|
43
|
+
*/
|
|
44
|
+
name?: string;
|
|
45
|
+
/**
|
|
46
|
+
* inputs needed for the Newrelic probe
|
|
47
|
+
*/
|
|
48
|
+
'newrelicProbe/inputs'?: V1NewrelicProbeInputs;
|
|
49
|
+
/**
|
|
50
|
+
* inputs needed for the prometheus probe
|
|
51
|
+
*/
|
|
52
|
+
'promProbe/inputs'?: V1PromProbeInputs;
|
|
53
|
+
/**
|
|
54
|
+
* RunProperty contains timeout, retry and interval for the probe
|
|
55
|
+
*/
|
|
56
|
+
runProperties?: V1RunProperty;
|
|
57
|
+
/**
|
|
58
|
+
* inputs needed for the SLO probe
|
|
59
|
+
*/
|
|
60
|
+
'sloProbe/inputs'?: V1SloProbeInputs;
|
|
61
|
+
/**
|
|
62
|
+
* Type of probe
|
|
63
|
+
*/
|
|
64
|
+
type?: string;
|
|
65
|
+
}
|
package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { TypesCleanupPolicy } from '../schemas/TypesCleanupPolicy';
|
|
2
|
+
import type { TypesExperimentComponents } from '../schemas/TypesExperimentComponents';
|
|
3
|
+
import type { V1EnvVar } from '../schemas/V1EnvVar';
|
|
4
|
+
import type { V1PullPolicy } from '../schemas/V1PullPolicy';
|
|
5
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1Probe } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1Probe';
|
|
6
|
+
export interface GithubComWingsSoftwareDdcrPkgTypesChaosInputs {
|
|
7
|
+
annotations?: {
|
|
8
|
+
[key: string]: string;
|
|
9
|
+
};
|
|
10
|
+
args?: string[];
|
|
11
|
+
cleanupPolicy?: TypesCleanupPolicy;
|
|
12
|
+
command?: string[];
|
|
13
|
+
components?: TypesExperimentComponents;
|
|
14
|
+
defaultHealthCheck?: boolean;
|
|
15
|
+
env?: V1EnvVar[];
|
|
16
|
+
experiment?: string;
|
|
17
|
+
image?: string;
|
|
18
|
+
imagePullPolicy?: V1PullPolicy;
|
|
19
|
+
labels?: {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
probes?: GithubComHarnessHceSaasHceSdkCommonProbeV1Probe[];
|
|
23
|
+
}
|
package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { GithubComWingsSoftwareDdcrPkgTypesChaosInputs } from '../schemas/GithubComWingsSoftwareDdcrPkgTypesChaosInputs';
|
|
2
|
+
import type { TypesTargets } from '../schemas/TypesTargets';
|
|
3
|
+
export interface GithubComWingsSoftwareDdcrPkgTypesDefinition {
|
|
4
|
+
chaos?: GithubComWingsSoftwareDdcrPkgTypesChaosInputs;
|
|
5
|
+
targets?: TypesTargets;
|
|
6
|
+
}
|
package/dist/chaos-manager/src/services/schemas/GithubComWingsSoftwareDdcrPkgTypesDefinition.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { ModelClusterType } from '../schemas/ModelClusterType';
|
|
2
|
+
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
3
|
+
import type { GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers';
|
|
4
|
+
import type { ModelInfraScope } from '../schemas/ModelInfraScope';
|
|
5
|
+
import type { ModelInfrastructureType } from '../schemas/ModelInfrastructureType';
|
|
6
|
+
export interface ModelInfrastructure {
|
|
7
|
+
/**
|
|
8
|
+
* Cluster type Indicates the type on infrastructure (Kubernetes/openshift)
|
|
9
|
+
*/
|
|
10
|
+
clusterType?: ModelClusterType;
|
|
11
|
+
/**
|
|
12
|
+
* Timestamp when the workflow was created
|
|
13
|
+
*/
|
|
14
|
+
createdAt?: string;
|
|
15
|
+
/**
|
|
16
|
+
* User who created the workflow
|
|
17
|
+
*/
|
|
18
|
+
createdBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
19
|
+
/**
|
|
20
|
+
* Description of the workflow
|
|
21
|
+
*/
|
|
22
|
+
description?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Environment ID where infra is installed
|
|
25
|
+
*/
|
|
26
|
+
environmentID?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Harness identifiers
|
|
29
|
+
*/
|
|
30
|
+
identifiers?: GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers;
|
|
31
|
+
/**
|
|
32
|
+
* ID of the infra
|
|
33
|
+
*/
|
|
34
|
+
infraID?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Namespace where the infra is being installed
|
|
37
|
+
*/
|
|
38
|
+
infraNamespace?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Scope of the infra : ns or cluster
|
|
41
|
+
*/
|
|
42
|
+
infraScope?: ModelInfraScope;
|
|
43
|
+
/**
|
|
44
|
+
* Type of infrastructure
|
|
45
|
+
*/
|
|
46
|
+
infraType?: ModelInfrastructureType;
|
|
47
|
+
/**
|
|
48
|
+
* Bool value to check if infra is active
|
|
49
|
+
*/
|
|
50
|
+
isActive?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Bool value to check if infra is confirmed
|
|
53
|
+
*/
|
|
54
|
+
isInfraConfirmed?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Bool value indicating if the workflow has removed
|
|
57
|
+
*/
|
|
58
|
+
isRemoved?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Last received heartbeat of infrastructure
|
|
61
|
+
*/
|
|
62
|
+
lastHeartbeat?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Name of the workflow
|
|
65
|
+
*/
|
|
66
|
+
name?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Time when infra became active
|
|
69
|
+
*/
|
|
70
|
+
startTime?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Tags of the workflow
|
|
73
|
+
*/
|
|
74
|
+
tags?: string[];
|
|
75
|
+
/**
|
|
76
|
+
* Timestamp when the workflow was last updated
|
|
77
|
+
*/
|
|
78
|
+
updatedAt?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Details of the user who updated the workflow
|
|
81
|
+
*/
|
|
82
|
+
updatedBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
83
|
+
/**
|
|
84
|
+
* Version of infrastructure
|
|
85
|
+
*/
|
|
86
|
+
version?: string;
|
|
87
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ModelRecurrenceType = 'Daily' | 'Monthly' | 'None' | 'Weekly' | 'Yearly';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ModelConditionDetails } from '../schemas/ModelConditionDetails';
|
|
2
|
+
import type { ModelTimeWindow } from '../schemas/ModelTimeWindow';
|
|
3
|
+
export interface ModelRuleDetails {
|
|
4
|
+
conditions?: ModelConditionDetails[];
|
|
5
|
+
description?: string;
|
|
6
|
+
message?: string;
|
|
7
|
+
ruleId?: string;
|
|
8
|
+
ruleName?: string;
|
|
9
|
+
timeWindow?: ModelTimeWindow;
|
|
10
|
+
userGroupIds?: string[];
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ModelSecurityGovernancePhase } from '../schemas/ModelSecurityGovernancePhase';
|
|
2
|
+
import type { ModelSecurityGovernanceNodeData } from '../schemas/ModelSecurityGovernanceNodeData';
|
|
3
|
+
export interface ModelSecurityGovernance {
|
|
4
|
+
finishedAt?: number;
|
|
5
|
+
message?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
phase?: ModelSecurityGovernancePhase;
|
|
8
|
+
securityGovernanceNodeData?: ModelSecurityGovernanceNodeData;
|
|
9
|
+
startedAt?: number;
|
|
10
|
+
type?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ModelSecurityGovernancePhase = 'Failed' | 'Passed';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
2
|
+
import type { GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers';
|
|
3
|
+
import type { ModelInfrastructure } from '../schemas/ModelInfrastructure';
|
|
4
|
+
import type { ModelWorkflowRunStatus } from '../schemas/ModelWorkflowRunStatus';
|
|
5
|
+
import type { ModelProbeMap } from '../schemas/ModelProbeMap';
|
|
6
|
+
import type { ModelSecurityGovernance } from '../schemas/ModelSecurityGovernance';
|
|
7
|
+
import type { ModelWeightages } from '../schemas/ModelWeightages';
|
|
8
|
+
export interface ModelWorkflowRun {
|
|
9
|
+
/**
|
|
10
|
+
* Timestamp at which workflow run was created
|
|
11
|
+
*/
|
|
12
|
+
createdAt?: string;
|
|
13
|
+
/**
|
|
14
|
+
* User who has created the experiment run
|
|
15
|
+
*/
|
|
16
|
+
createdBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
17
|
+
/**
|
|
18
|
+
* Cron syntax of the workflow schedule
|
|
19
|
+
*/
|
|
20
|
+
cronSyntax?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Error Response is the reason why experiment failed to run
|
|
23
|
+
*/
|
|
24
|
+
errorResponse?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Stores all the workflow run details related to the nodes of DAG graph and chaos results of the experiments
|
|
27
|
+
*/
|
|
28
|
+
executionData?: string;
|
|
29
|
+
/**
|
|
30
|
+
* experimentType is the type of experiment run
|
|
31
|
+
*/
|
|
32
|
+
experimentType?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Number of experiments awaited
|
|
35
|
+
*/
|
|
36
|
+
experimentsAwaited?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Number of experiments failed
|
|
39
|
+
*/
|
|
40
|
+
experimentsFailed?: number;
|
|
41
|
+
/**
|
|
42
|
+
* Number of experiments which are not available
|
|
43
|
+
*/
|
|
44
|
+
experimentsNa?: number;
|
|
45
|
+
/**
|
|
46
|
+
* Number of experiments passed
|
|
47
|
+
*/
|
|
48
|
+
experimentsPassed?: number;
|
|
49
|
+
/**
|
|
50
|
+
* Number of experiments stopped
|
|
51
|
+
*/
|
|
52
|
+
experimentsStopped?: number;
|
|
53
|
+
/**
|
|
54
|
+
* Harness identifiers
|
|
55
|
+
*/
|
|
56
|
+
identifiers?: GithubComHarnessHceSaasGraphqlServerGraphModelIdentifiers;
|
|
57
|
+
/**
|
|
58
|
+
* Target infra in which the workflow will run
|
|
59
|
+
*/
|
|
60
|
+
infra?: ModelInfrastructure;
|
|
61
|
+
/**
|
|
62
|
+
* If cron is enabled or disabled
|
|
63
|
+
*/
|
|
64
|
+
isCronEnabled?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Bool value indicating if the workflow run has removed
|
|
67
|
+
*/
|
|
68
|
+
isRemoved?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* Flag to check if single run status is enabled or not
|
|
71
|
+
*/
|
|
72
|
+
isSingleRunCronEnabled?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Notify ID of the experiment run
|
|
75
|
+
*/
|
|
76
|
+
notifyID?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Phase of the workflow run
|
|
79
|
+
*/
|
|
80
|
+
phase?: ModelWorkflowRunStatus;
|
|
81
|
+
/**
|
|
82
|
+
* Probe object containing reference of probeIDs
|
|
83
|
+
*/
|
|
84
|
+
probe?: ModelProbeMap[];
|
|
85
|
+
/**
|
|
86
|
+
* Resiliency score of the workflow
|
|
87
|
+
*/
|
|
88
|
+
resiliencyScore?: number;
|
|
89
|
+
/**
|
|
90
|
+
* runSequence is the sequence number of experiment run
|
|
91
|
+
*/
|
|
92
|
+
runSequence?: number;
|
|
93
|
+
/**
|
|
94
|
+
* Security Governance details of the workflow run
|
|
95
|
+
*/
|
|
96
|
+
securityGovernance?: ModelSecurityGovernance;
|
|
97
|
+
/**
|
|
98
|
+
* Total number of experiments
|
|
99
|
+
*/
|
|
100
|
+
totalExperiments?: number;
|
|
101
|
+
/**
|
|
102
|
+
* Timestamp at which workflow run was last updated
|
|
103
|
+
*/
|
|
104
|
+
updatedAt?: string;
|
|
105
|
+
/**
|
|
106
|
+
* User who has updated the workflow
|
|
107
|
+
*/
|
|
108
|
+
updatedBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
109
|
+
/**
|
|
110
|
+
* Array containing weightage and name of each chaos experiment in the workflow
|
|
111
|
+
*/
|
|
112
|
+
weightages?: ModelWeightages[];
|
|
113
|
+
/**
|
|
114
|
+
* Description of the workflow
|
|
115
|
+
*/
|
|
116
|
+
workflowDescription?: string;
|
|
117
|
+
/**
|
|
118
|
+
* ID of the workflow
|
|
119
|
+
*/
|
|
120
|
+
workflowID?: string;
|
|
121
|
+
/**
|
|
122
|
+
* Manifest of the workflow run
|
|
123
|
+
*/
|
|
124
|
+
workflowManifest?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Name of the workflow
|
|
127
|
+
*/
|
|
128
|
+
workflowName?: string;
|
|
129
|
+
/**
|
|
130
|
+
* ID of the workflow run which is to be queried
|
|
131
|
+
*/
|
|
132
|
+
workflowRunID?: string;
|
|
133
|
+
/**
|
|
134
|
+
* Tag of the workflow
|
|
135
|
+
*/
|
|
136
|
+
workflowTags?: string[];
|
|
137
|
+
/**
|
|
138
|
+
* Type of the workflow
|
|
139
|
+
*/
|
|
140
|
+
workflowType?: string;
|
|
141
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,10 +2,11 @@ import type { TemplateVariableCategory } from '../schemas/TemplateVariableCatego
|
|
|
2
2
|
import type { TemplateVariableType } from '../schemas/TemplateVariableType';
|
|
3
3
|
export interface TemplateVariable {
|
|
4
4
|
allowedValues?: Array<{}>;
|
|
5
|
-
|
|
5
|
+
category?: TemplateVariableCategory;
|
|
6
6
|
default?: {};
|
|
7
7
|
description?: string;
|
|
8
8
|
name?: string;
|
|
9
|
+
path?: string;
|
|
9
10
|
required?: boolean;
|
|
10
11
|
tags?: string[];
|
|
11
12
|
type?: TemplateVariableType;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TypesCleanupPolicy = 'delete' | 'retain';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { TypesConfigMap } from '../schemas/TypesConfigMap';
|
|
2
|
+
import type { TypesHostFile } from '../schemas/TypesHostFile';
|
|
3
|
+
import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
|
|
4
|
+
import type { TypesProjectedVolumes } from '../schemas/TypesProjectedVolumes';
|
|
5
|
+
import type { V1ResourceRequirements } from '../schemas/V1ResourceRequirements';
|
|
6
|
+
import type { TypesSecret } from '../schemas/TypesSecret';
|
|
7
|
+
import type { TypesSecurityContext } from '../schemas/TypesSecurityContext';
|
|
8
|
+
import type { TypesSidecar } from '../schemas/TypesSidecar';
|
|
9
|
+
import type { TypesStatusCheckTimeout } from '../schemas/TypesStatusCheckTimeout';
|
|
10
|
+
import type { V1Toleration } from '../schemas/V1Toleration';
|
|
11
|
+
export interface TypesExperimentComponents {
|
|
12
|
+
configMaps?: TypesConfigMap[];
|
|
13
|
+
hostFileVolumes?: TypesHostFile[];
|
|
14
|
+
hostPID?: boolean;
|
|
15
|
+
imagePullSecrets?: V1LocalObjectReference[];
|
|
16
|
+
nodeSelector?: {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
projectedVolumes?: TypesProjectedVolumes[];
|
|
20
|
+
resources?: V1ResourceRequirements;
|
|
21
|
+
secrets?: TypesSecret[];
|
|
22
|
+
securityContext?: TypesSecurityContext;
|
|
23
|
+
sidecar?: TypesSidecar[];
|
|
24
|
+
statusCheckTimeouts?: TypesStatusCheckTimeout;
|
|
25
|
+
terminationGracePeriodSeconds?: number;
|
|
26
|
+
tolerations?: V1Toleration[];
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { TemplateChaosExperimentInputsetSpec } from '../schemas/TemplateChaosExperimentInputsetSpec';
|
|
2
|
+
export interface TypesInternalExperimentRunRequest {
|
|
3
|
+
email?: string;
|
|
4
|
+
inputsetIdentity?: string;
|
|
5
|
+
runtimeInputs?: TemplateChaosExperimentInputsetSpec;
|
|
6
|
+
userID?: string;
|
|
7
|
+
username?: string;
|
|
8
|
+
}
|