@harnessio/react-chaos-manager-client 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chaos-manager/src/index.d.ts +1 -1
- package/dist/chaos-manager/src/index.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useAddNoteMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useAddNoteMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentDeleteMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentDeleteMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentTagAddMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useBulkExperimentTagAddMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCanRetryExperimentCreationQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useCanRetryExperimentCreationQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentPipelineMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateChaosExperimentPipelineMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayRunV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayRunV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateGamedayV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateInputSetMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateInputSetMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.d.ts +27 -0
- package/dist/chaos-manager/src/services/hooks/useCreateProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useCreateV2OnboardingMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useCreateV2OnboardingMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteGamedayV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteGamedayV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteInfraV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteInfraV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteInputSetMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteInputSetMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useDeleteTargetNetworkMapMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useDeleteTargetNetworkMapMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceDetailsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetAccountServiceUsageStatsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosDashboardQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosDashboardQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosExperimentRunReportQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentRunQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentVariablesQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetChaosV2ExperimentVariablesQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetConnectorForInfraQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetConnectorForInfraQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetExperimentHelperImageVersionQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetExperimentHelperImageVersionQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsOverviewStatsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetExperimentRunsOverviewStatsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionDifferenceQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetFaultTemplateRevisionDifferenceQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetGamedayRunV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetGamedayRunV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetGamedayV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetGamedayV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetImageRegistryQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetImageRegistryQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetInfraV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetInfraV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetInputSetQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetInputSetQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetNoteQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetNoteQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetOnboardingExperimentsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetOverallServiceUsageStatsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.d.ts +25 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeManifestQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.d.ts +26 -0
- package/dist/chaos-manager/src/services/hooks/useGetProbeQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useGetResourceUsageQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetResourceUsageQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetServiceResponseQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetServiceResponseQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetServiceUsageReportQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetSgpTemplateByGenAiMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useGetSgpTemplateByGenAiMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useGetTargetNetworkMapQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetTargetNetworkMapQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useGetV2InfrastructureYamlMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useGetV2InfrastructureYamlMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useGetV2OnboardingQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useGetV2OnboardingQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListChaosEnabledInfraV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListChaosV2ExperimentQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListExperimentsWithActiveInfrasMinimalNotificationQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateRevisionsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListFaultTemplateRevisionsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListGamedayRunV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListGamedayRunV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListGamedayV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListHarnessInfraQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListInfraV2Query.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListInputSetQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListK8sInfrasV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useListK8sInfrasV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useListProbesQuery.d.ts +40 -0
- package/dist/chaos-manager/src/services/hooks/useListProbesQuery.js +14 -0
- package/dist/chaos-manager/src/services/hooks/useListServiceQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListServiceQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListTargetNetworkMapsQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListV2OnboardingQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useListVariablesInFaultTemplateQuery.d.ts +8 -5
- package/dist/chaos-manager/src/services/hooks/useListVariablesInFaultTemplateQuery.js +1 -1
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmDiscoveryMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmDiscoveryMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentCreationMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentCreationMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentRunMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmExperimentRunMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmNetworkMapMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useOnboardingConfirmNetworkMapMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useRegisterInfraV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useRegisterInfraV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useRetryExperimentCreationMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useRetryExperimentCreationMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useRunChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useRunChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useSaveChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useSaveChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useStopChaosV2ExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useStopChaosV2ExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useStopOnboardingExperimentsMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useStopOnboardingExperimentsMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosV2CronExperimentMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateChaosV2CronExperimentMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunPrerequisitesV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunPrerequisitesV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunStakeHolderActionsV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayRunV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateGamedayV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateInfraV2Mutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateInfraV2Mutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateInputSetMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateInputSetMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateNoteMutation.d.ts +9 -5
- package/dist/chaos-manager/src/services/hooks/useUpdateNoteMutation.js +3 -3
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.d.ts +30 -0
- package/dist/chaos-manager/src/services/hooks/useUpdateProbeMutation.js +14 -0
- package/dist/chaos-manager/src/services/index.d.ts +171 -35
- package/dist/chaos-manager/src/services/index.js +5 -0
- package/dist/chaos-manager/src/services/requestBodies/TypesProbeRequestRequestBody.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ChaosExperimentChaosExperimentRequest.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesProbeVerdict.js +4 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgChaosV2ProbesTypesTlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeAuthorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparator.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeComparator.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogMetrics.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogSyntheticsTestType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeGet.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeHeaders.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +15 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMetrics.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeMetrics.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbePost.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/ProbePost.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/ProbeSyntheticsTest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfig.js +4 -0
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/ResourceQuantity.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthorization.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesAuthorization.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesCmdProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesDatadogProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/TypesDynatraceProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesExecutedByExperiment.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesExperimentCreationRequest.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesGet.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesGet.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHeaders.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesHttpProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesInfrastructureType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesK8SProbe.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesListProbeResponse.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesMethod.d.ts +6 -0
- package/dist/chaos-manager/src/services/schemas/TypesMethod.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesPost.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TypesPost.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.d.ts +7 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRecentExecutions.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesProbeType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/TypesPromProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/TypesRunProperties.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesScenarioType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesScenarioType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/TypesSloProbe.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatus.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesStatus.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TypesUserDetails.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/TypesUserDetails.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.d.ts +31 -0
- package/dist/chaos-manager/src/services/schemas/V1AwsElasticBlockStoreVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskCachingMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDataDiskKind.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.d.ts +34 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureDiskVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/V1AzureFileVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/V1CephFsVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1CinderVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1ConfigMapVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.d.ts +38 -0
- package/dist/chaos-manager/src/services/schemas/V1CsiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.d.ts +29 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeFile.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1DownwardApiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1EmptyDirVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVar.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.d.ts +28 -0
- package/dist/chaos-manager/src/services/schemas/V1EnvVarSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.d.ts +27 -0
- package/dist/chaos-manager/src/services/schemas/V1EphemeralVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.d.ts +10 -0
- package/dist/chaos-manager/src/services/schemas/V1EvaluationWindow.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.d.ts +32 -0
- package/dist/chaos-manager/src/services/schemas/V1FcVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FieldsV1.d.ts +3 -0
- package/dist/chaos-manager/src/services/schemas/V1FieldsV1.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1FlexVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/V1FlockerVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.d.ts +32 -0
- package/dist/chaos-manager/src/services/schemas/V1GcePersistentDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1GitRepoVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1GlusterfsVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.d.ts +16 -0
- package/dist/chaos-manager/src/services/schemas/V1HostPathVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1Identifier.d.ts +14 -0
- package/dist/chaos-manager/src/services/schemas/V1Identifier.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.d.ts +65 -0
- package/dist/chaos-manager/src/services/schemas/V1IscsiVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1KeyToPath.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1KeyToPath.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelector.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorOperator.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.d.ts +22 -0
- package/dist/chaos-manager/src/services/schemas/V1LabelSelectorRequirement.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.d.ts +9 -0
- package/dist/chaos-manager/src/services/schemas/V1LocalObjectReference.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.d.ts +35 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsEntry.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ManagedFieldsOperationType.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.d.ts +20 -0
- package/dist/chaos-manager/src/services/schemas/V1NfsVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectFieldSelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.d.ts +196 -0
- package/dist/chaos-manager/src/services/schemas/V1ObjectMeta.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeAccessMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.d.ts +53 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimSpec.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.d.ts +19 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimTemplate.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.d.ts +13 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeClaimVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1PersistentVolumeMode.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.d.ts +12 -0
- package/dist/chaos-manager/src/services/schemas/V1PhotonPersistentDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1PortworxVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1ProjectedVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1QuobyteVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.d.ts +58 -0
- package/dist/chaos-manager/src/services/schemas/V1RbdVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceFieldSelector.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceList.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceList.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1ResourceRequirements.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.d.ts +56 -0
- package/dist/chaos-manager/src/services/schemas/V1ScaleIoVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1SecretVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.d.ts +25 -0
- package/dist/chaos-manager/src/services/schemas/V1ServiceAccountTokenProjection.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1SloSourceMetadata.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1SourceDetails.d.ts +73 -0
- package/dist/chaos-manager/src/services/schemas/V1SourceDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageMedium.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageMedium.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1StorageOsVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.d.ts +17 -0
- package/dist/chaos-manager/src/services/schemas/V1TypedLocalObjectReference.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1Volume.d.ts +232 -0
- package/dist/chaos-manager/src/services/schemas/V1Volume.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.d.ts +26 -0
- package/dist/chaos-manager/src/services/schemas/V1VolumeProjection.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1VsphereVirtualDiskVolumeSource.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.d.ts +37 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ConfigMapVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.d.ts +24 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVar.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1EnvVarSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1KeyToPath.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.d.ts +11 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1ObjectFieldSelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.d.ts +18 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretKeySelector.js +4 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.d.ts +36 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SecretVolumeSource.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.d.ts +48 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1SourceDetails.js +1 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.d.ts +21 -0
- package/dist/chaos-manager/src/services/schemas/V1alpha1Volume.js +1 -0
- package/dist/{fetcher → custom-fetcher}/index.d.ts +6 -1
- package/dist/{fetcher → custom-fetcher}/index.js +8 -22
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/helpers.d.ts +0 -14
- /package/dist/chaos-manager/src/services/{helpers.js → requestBodies/TypesProbeRequestRequestBody.js} +0 -0
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import type { V1ManagedFieldsEntry } from '../schemas/V1ManagedFieldsEntry';
|
|
2
|
+
import type { V1OwnerReference } from '../schemas/V1OwnerReference';
|
|
3
|
+
export interface V1ObjectMeta {
|
|
4
|
+
/**
|
|
5
|
+
* Annotations is an unstructured key value map stored with a resource that may be
|
|
6
|
+
* set by external tools to store and retrieve arbitrary metadata. They are not
|
|
7
|
+
* queryable and should be preserved when modifying objects.
|
|
8
|
+
* More info: http://kubernetes.io/docs/user-guide/annotations
|
|
9
|
+
* +optional
|
|
10
|
+
*/
|
|
11
|
+
annotations?: {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* The name of the cluster which the object belongs to.
|
|
16
|
+
* This is used to distinguish resources with same name and namespace in different clusters.
|
|
17
|
+
* This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.
|
|
18
|
+
* +optional
|
|
19
|
+
*/
|
|
20
|
+
clusterName?: string;
|
|
21
|
+
/**
|
|
22
|
+
* CreationTimestamp is a timestamp representing the server time when this object was
|
|
23
|
+
* created. It is not guaranteed to be set in happens-before order across separate operations.
|
|
24
|
+
* Clients may not set this value. It is represented in RFC3339 form and is in UTC.
|
|
25
|
+
*
|
|
26
|
+
* Populated by the system.
|
|
27
|
+
* Read-only.
|
|
28
|
+
* Null for lists.
|
|
29
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
30
|
+
* +optional
|
|
31
|
+
*/
|
|
32
|
+
creationTimestamp?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Number of seconds allowed for this object to gracefully terminate before
|
|
35
|
+
* it will be removed from the system. Only set when deletionTimestamp is also set.
|
|
36
|
+
* May only be shortened.
|
|
37
|
+
* Read-only.
|
|
38
|
+
* +optional
|
|
39
|
+
*/
|
|
40
|
+
deletionGracePeriodSeconds?: number;
|
|
41
|
+
/**
|
|
42
|
+
* DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This
|
|
43
|
+
* field is set by the server when a graceful deletion is requested by the user, and is not
|
|
44
|
+
* directly settable by a client. The resource is expected to be deleted (no longer visible
|
|
45
|
+
* from resource lists, and not reachable by name) after the time in this field, once the
|
|
46
|
+
* finalizers list is empty. As long as the finalizers list contains items, deletion is blocked.
|
|
47
|
+
* Once the deletionTimestamp is set, this value may not be unset or be set further into the
|
|
48
|
+
* future, although it may be shortened or the resource may be deleted prior to this time.
|
|
49
|
+
* For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react
|
|
50
|
+
* by sending a graceful termination signal to the containers in the pod. After that 30 seconds,
|
|
51
|
+
* the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup,
|
|
52
|
+
* remove the pod from the API. In the presence of network partitions, this object may still
|
|
53
|
+
* exist after this timestamp, until an administrator or automated process can determine the
|
|
54
|
+
* resource is fully terminated.
|
|
55
|
+
* If not set, graceful deletion of the object has not been requested.
|
|
56
|
+
*
|
|
57
|
+
* Populated by the system when a graceful deletion is requested.
|
|
58
|
+
* Read-only.
|
|
59
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
60
|
+
* +optional
|
|
61
|
+
*/
|
|
62
|
+
deletionTimestamp?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Must be empty before the object is deleted from the registry. Each entry
|
|
65
|
+
* is an identifier for the responsible component that will remove the entry
|
|
66
|
+
* from the list. If the deletionTimestamp of the object is non-nil, entries
|
|
67
|
+
* in this list can only be removed.
|
|
68
|
+
* Finalizers may be processed and removed in any order. Order is NOT enforced
|
|
69
|
+
* because it introduces significant risk of stuck finalizers.
|
|
70
|
+
* finalizers is a shared field, any actor with permission can reorder it.
|
|
71
|
+
* If the finalizer list is processed in order, then this can lead to a situation
|
|
72
|
+
* in which the component responsible for the first finalizer in the list is
|
|
73
|
+
* waiting for a signal (field value, external system, or other) produced by a
|
|
74
|
+
* component responsible for a finalizer later in the list, resulting in a deadlock.
|
|
75
|
+
* Without enforced ordering finalizers are free to order amongst themselves and
|
|
76
|
+
* are not vulnerable to ordering changes in the list.
|
|
77
|
+
* +optional
|
|
78
|
+
* +patchStrategy=merge
|
|
79
|
+
*/
|
|
80
|
+
finalizers?: string[];
|
|
81
|
+
/**
|
|
82
|
+
* GenerateName is an optional prefix, used by the server, to generate a unique
|
|
83
|
+
* name ONLY IF the Name field has not been provided.
|
|
84
|
+
* If this field is used, the name returned to the client will be different
|
|
85
|
+
* than the name passed. This value will also be combined with a unique suffix.
|
|
86
|
+
* The provided value has the same validation rules as the Name field,
|
|
87
|
+
* and may be truncated by the length of the suffix required to make the value
|
|
88
|
+
* unique on the server.
|
|
89
|
+
*
|
|
90
|
+
* If this field is specified and the generated name exists, the server will
|
|
91
|
+
* NOT return a 409 - instead, it will either return 201 Created or 500 with Reason
|
|
92
|
+
* ServerTimeout indicating a unique name could not be found in the time allotted, and the client
|
|
93
|
+
* should retry (optionally after the time indicated in the Retry-After header).
|
|
94
|
+
*
|
|
95
|
+
* Applied only if Name is not specified.
|
|
96
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency
|
|
97
|
+
* +optional
|
|
98
|
+
*/
|
|
99
|
+
generateName?: string;
|
|
100
|
+
/**
|
|
101
|
+
* A sequence number representing a specific generation of the desired state.
|
|
102
|
+
* Populated by the system. Read-only.
|
|
103
|
+
* +optional
|
|
104
|
+
*/
|
|
105
|
+
generation?: number;
|
|
106
|
+
/**
|
|
107
|
+
* Map of string keys and values that can be used to organize and categorize
|
|
108
|
+
* (scope and select) objects. May match selectors of replication controllers
|
|
109
|
+
* and services.
|
|
110
|
+
* More info: http://kubernetes.io/docs/user-guide/labels
|
|
111
|
+
* +optional
|
|
112
|
+
*/
|
|
113
|
+
labels?: {
|
|
114
|
+
[key: string]: string;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* ManagedFields maps workflow-id and version to the set of fields
|
|
118
|
+
* that are managed by that workflow. This is mostly for internal
|
|
119
|
+
* housekeeping, and users typically shouldn't need to set or
|
|
120
|
+
* understand this field. A workflow can be the user's name, a
|
|
121
|
+
* controller's name, or the name of a specific apply path like
|
|
122
|
+
* "ci-cd". The set of fields is always in the version that the
|
|
123
|
+
* workflow used when modifying the object.
|
|
124
|
+
*
|
|
125
|
+
* +optional
|
|
126
|
+
*/
|
|
127
|
+
managedFields?: V1ManagedFieldsEntry[];
|
|
128
|
+
/**
|
|
129
|
+
* Name must be unique within a namespace. Is required when creating resources, although
|
|
130
|
+
* some resources may allow a client to request the generation of an appropriate name
|
|
131
|
+
* automatically. Name is primarily intended for creation idempotence and configuration
|
|
132
|
+
* definition.
|
|
133
|
+
* Cannot be updated.
|
|
134
|
+
* More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
|
135
|
+
* +optional
|
|
136
|
+
*/
|
|
137
|
+
name?: string;
|
|
138
|
+
/**
|
|
139
|
+
* Namespace defines the space within which each name must be unique. An empty namespace is
|
|
140
|
+
* equivalent to the "default" namespace, but "default" is the canonical representation.
|
|
141
|
+
* Not all objects are required to be scoped to a namespace - the value of this field for
|
|
142
|
+
* those objects will be empty.
|
|
143
|
+
*
|
|
144
|
+
* Must be a DNS_LABEL.
|
|
145
|
+
* Cannot be updated.
|
|
146
|
+
* More info: http://kubernetes.io/docs/user-guide/namespaces
|
|
147
|
+
* +optional
|
|
148
|
+
*/
|
|
149
|
+
namespace?: string;
|
|
150
|
+
/**
|
|
151
|
+
* List of objects depended by this object. If ALL objects in the list have
|
|
152
|
+
* been deleted, this object will be garbage collected. If this object is managed by a controller,
|
|
153
|
+
* then an entry in this list will point to this controller, with the controller field set to true.
|
|
154
|
+
* There cannot be more than one managing controller.
|
|
155
|
+
* +optional
|
|
156
|
+
* +patchMergeKey=uid
|
|
157
|
+
* +patchStrategy=merge
|
|
158
|
+
*/
|
|
159
|
+
ownerReferences?: V1OwnerReference[];
|
|
160
|
+
/**
|
|
161
|
+
* An opaque value that represents the internal version of this object that can
|
|
162
|
+
* be used by clients to determine when objects have changed. May be used for optimistic
|
|
163
|
+
* concurrency, change detection, and the watch operation on a resource or set of resources.
|
|
164
|
+
* Clients must treat these values as opaque and passed unmodified back to the server.
|
|
165
|
+
* They may only be valid for a particular resource or set of resources.
|
|
166
|
+
*
|
|
167
|
+
* Populated by the system.
|
|
168
|
+
* Read-only.
|
|
169
|
+
* Value must be treated as opaque by clients and .
|
|
170
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
|
|
171
|
+
* +optional
|
|
172
|
+
*/
|
|
173
|
+
resourceVersion?: string;
|
|
174
|
+
/**
|
|
175
|
+
* SelfLink is a URL representing this object.
|
|
176
|
+
* Populated by the system.
|
|
177
|
+
* Read-only.
|
|
178
|
+
*
|
|
179
|
+
* DEPRECATED
|
|
180
|
+
* Kubernetes will stop propagating this field in 1.20 release and the field is planned
|
|
181
|
+
* to be removed in 1.21 release.
|
|
182
|
+
* +optional
|
|
183
|
+
*/
|
|
184
|
+
selfLink?: string;
|
|
185
|
+
/**
|
|
186
|
+
* UID is the unique in time and space value for this object. It is typically generated by
|
|
187
|
+
* the server on successful creation of a resource and is not allowed to change on PUT
|
|
188
|
+
* operations.
|
|
189
|
+
*
|
|
190
|
+
* Populated by the system.
|
|
191
|
+
* Read-only.
|
|
192
|
+
* More info: http://kubernetes.io/docs/user-guide/identifiers#uids
|
|
193
|
+
* +optional
|
|
194
|
+
*/
|
|
195
|
+
uid?: string;
|
|
196
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type V1PersistentVolumeAccessMode = 'ReadOnlyMany' | 'ReadWriteMany' | 'ReadWriteOnce';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { V1PersistentVolumeAccessMode } from '../schemas/V1PersistentVolumeAccessMode';
|
|
2
|
+
import type { V1TypedLocalObjectReference } from '../schemas/V1TypedLocalObjectReference';
|
|
3
|
+
import type { V1ResourceRequirements } from '../schemas/V1ResourceRequirements';
|
|
4
|
+
import type { V1LabelSelector } from '../schemas/V1LabelSelector';
|
|
5
|
+
import type { V1PersistentVolumeMode } from '../schemas/V1PersistentVolumeMode';
|
|
6
|
+
export interface V1PersistentVolumeClaimSpec {
|
|
7
|
+
/**
|
|
8
|
+
* AccessModes contains the desired access modes the volume should have.
|
|
9
|
+
* More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
|
|
10
|
+
* +optional
|
|
11
|
+
*/
|
|
12
|
+
accessModes?: V1PersistentVolumeAccessMode[];
|
|
13
|
+
/**
|
|
14
|
+
* This field can be used to specify either:
|
|
15
|
+
* * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
|
|
16
|
+
* * An existing PVC (PersistentVolumeClaim)
|
|
17
|
+
* * An existing custom resource that implements data population (Alpha)
|
|
18
|
+
* In order to use custom resource types that implement data population,
|
|
19
|
+
* the AnyVolumeDataSource feature gate must be enabled.
|
|
20
|
+
* If the provisioner or an external controller can support the specified data source,
|
|
21
|
+
* it will create a new volume based on the contents of the specified data source.
|
|
22
|
+
* +optional
|
|
23
|
+
*/
|
|
24
|
+
dataSource?: V1TypedLocalObjectReference;
|
|
25
|
+
/**
|
|
26
|
+
* Resources represents the minimum resources the volume should have.
|
|
27
|
+
* More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
|
28
|
+
* +optional
|
|
29
|
+
*/
|
|
30
|
+
resources?: V1ResourceRequirements;
|
|
31
|
+
/**
|
|
32
|
+
* A label query over volumes to consider for binding.
|
|
33
|
+
* +optional
|
|
34
|
+
*/
|
|
35
|
+
selector?: V1LabelSelector;
|
|
36
|
+
/**
|
|
37
|
+
* Name of the StorageClass required by the claim.
|
|
38
|
+
* More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
|
|
39
|
+
* +optional
|
|
40
|
+
*/
|
|
41
|
+
storageClassName?: string;
|
|
42
|
+
/**
|
|
43
|
+
* volumeMode defines what type of volume is required by the claim.
|
|
44
|
+
* Value of Filesystem is implied when not included in claim spec.
|
|
45
|
+
* +optional
|
|
46
|
+
*/
|
|
47
|
+
volumeMode?: V1PersistentVolumeMode;
|
|
48
|
+
/**
|
|
49
|
+
* VolumeName is the binding reference to the PersistentVolume backing this claim.
|
|
50
|
+
* +optional
|
|
51
|
+
*/
|
|
52
|
+
volumeName?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { V1ObjectMeta } from '../schemas/V1ObjectMeta';
|
|
2
|
+
import type { V1PersistentVolumeClaimSpec } from '../schemas/V1PersistentVolumeClaimSpec';
|
|
3
|
+
export interface V1PersistentVolumeClaimTemplate {
|
|
4
|
+
/**
|
|
5
|
+
* May contain labels and annotations that will be copied into the PVC
|
|
6
|
+
* when creating it. No other fields are allowed and will be rejected during
|
|
7
|
+
* validation.
|
|
8
|
+
*
|
|
9
|
+
* +optional
|
|
10
|
+
*/
|
|
11
|
+
metadata?: V1ObjectMeta;
|
|
12
|
+
/**
|
|
13
|
+
* The specification for the PersistentVolumeClaim. The entire content is
|
|
14
|
+
* copied unchanged into the PVC that gets created from this
|
|
15
|
+
* template. The same fields as in a PersistentVolumeClaim
|
|
16
|
+
* are also valid here.
|
|
17
|
+
*/
|
|
18
|
+
spec?: V1PersistentVolumeClaimSpec;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface V1PersistentVolumeClaimVolumeSource {
|
|
2
|
+
/**
|
|
3
|
+
* ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.
|
|
4
|
+
* More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
5
|
+
*/
|
|
6
|
+
claimName?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Will force the ReadOnly setting in VolumeMounts.
|
|
9
|
+
* Default false.
|
|
10
|
+
* +optional
|
|
11
|
+
*/
|
|
12
|
+
readOnly?: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type V1PersistentVolumeMode = 'Block' | 'Filesystem';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface V1PhotonPersistentDiskVolumeSource {
|
|
2
|
+
/**
|
|
3
|
+
* Filesystem type to mount.
|
|
4
|
+
* Must be a filesystem type supported by the host operating system.
|
|
5
|
+
* Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
|
6
|
+
*/
|
|
7
|
+
fsType?: string;
|
|
8
|
+
/**
|
|
9
|
+
* ID that identifies Photon Controller persistent disk
|
|
10
|
+
*/
|
|
11
|
+
pdID?: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface V1PortworxVolumeSource {
|
|
2
|
+
/**
|
|
3
|
+
* FSType represents the filesystem type to mount
|
|
4
|
+
* Must be a filesystem type supported by the host operating system.
|
|
5
|
+
* Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
|
|
6
|
+
*/
|
|
7
|
+
fsType?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Defaults to false (read/write). ReadOnly here will force
|
|
10
|
+
* the ReadOnly setting in VolumeMounts.
|
|
11
|
+
* +optional
|
|
12
|
+
*/
|
|
13
|
+
readOnly?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* VolumeID uniquely identifies a Portworx volume
|
|
16
|
+
*/
|
|
17
|
+
volumeID?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { V1VolumeProjection } from '../schemas/V1VolumeProjection';
|
|
2
|
+
export interface V1ProjectedVolumeSource {
|
|
3
|
+
/**
|
|
4
|
+
* Mode bits used to set permissions on created files by default.
|
|
5
|
+
* Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
|
|
6
|
+
* YAML accepts both octal and decimal values, JSON requires decimal values for mode bits.
|
|
7
|
+
* Directories within the path are not affected by this setting.
|
|
8
|
+
* This might be in conflict with other options that affect the file
|
|
9
|
+
* mode, like fsGroup, and the result can be other mode bits set.
|
|
10
|
+
* +optional
|
|
11
|
+
*/
|
|
12
|
+
defaultMode?: number;
|
|
13
|
+
/**
|
|
14
|
+
* list of volume projections
|
|
15
|
+
* +optional
|
|
16
|
+
*/
|
|
17
|
+
sources?: V1VolumeProjection[];
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export interface V1QuobyteVolumeSource {
|
|
2
|
+
/**
|
|
3
|
+
* Group to map volume access to
|
|
4
|
+
* Default is no group
|
|
5
|
+
* +optional
|
|
6
|
+
*/
|
|
7
|
+
group?: string;
|
|
8
|
+
/**
|
|
9
|
+
* ReadOnly here will force the Quobyte volume to be mounted with read-only permissions.
|
|
10
|
+
* Defaults to false.
|
|
11
|
+
* +optional
|
|
12
|
+
*/
|
|
13
|
+
readOnly?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Registry represents a single or multiple Quobyte Registry services
|
|
16
|
+
* specified as a string as host:port pair (multiple entries are separated with commas)
|
|
17
|
+
* which acts as the central registry for volumes
|
|
18
|
+
*/
|
|
19
|
+
registry?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Tenant owning the given Quobyte volume in the Backend
|
|
22
|
+
* Used with dynamically provisioned Quobyte volumes, value is set by the plugin
|
|
23
|
+
* +optional
|
|
24
|
+
*/
|
|
25
|
+
tenant?: string;
|
|
26
|
+
/**
|
|
27
|
+
* User to map volume access to
|
|
28
|
+
* Defaults to serivceaccount user
|
|
29
|
+
* +optional
|
|
30
|
+
*/
|
|
31
|
+
user?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Volume is a string that references an already created Quobyte volume by name.
|
|
34
|
+
*/
|
|
35
|
+
volume?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
|
|
2
|
+
export interface V1RbdVolumeSource {
|
|
3
|
+
/**
|
|
4
|
+
* Filesystem type of the volume that you want to mount.
|
|
5
|
+
* Tip: Ensure that the filesystem type is supported by the host operating system.
|
|
6
|
+
* Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
|
|
7
|
+
* More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
|
|
8
|
+
* TODO: how do we prevent errors in the filesystem from compromising the machine
|
|
9
|
+
* +optional
|
|
10
|
+
*/
|
|
11
|
+
fsType?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The rados image name.
|
|
14
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
15
|
+
*/
|
|
16
|
+
image?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Keyring is the path to key ring for RBDUser.
|
|
19
|
+
* Default is /etc/ceph/keyring.
|
|
20
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
21
|
+
* +optional
|
|
22
|
+
*/
|
|
23
|
+
keyring?: string;
|
|
24
|
+
/**
|
|
25
|
+
* A collection of Ceph monitors.
|
|
26
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
27
|
+
*/
|
|
28
|
+
monitors?: string[];
|
|
29
|
+
/**
|
|
30
|
+
* The rados pool name.
|
|
31
|
+
* Default is rbd.
|
|
32
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
33
|
+
* +optional
|
|
34
|
+
*/
|
|
35
|
+
pool?: string;
|
|
36
|
+
/**
|
|
37
|
+
* ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
|
38
|
+
* Defaults to false.
|
|
39
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
40
|
+
* +optional
|
|
41
|
+
*/
|
|
42
|
+
readOnly?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* SecretRef is name of the authentication secret for RBDUser. If provided
|
|
45
|
+
* overrides keyring.
|
|
46
|
+
* Default is nil.
|
|
47
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
48
|
+
* +optional
|
|
49
|
+
*/
|
|
50
|
+
secretRef?: V1LocalObjectReference;
|
|
51
|
+
/**
|
|
52
|
+
* The rados user name.
|
|
53
|
+
* Default is admin.
|
|
54
|
+
* More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
|
|
55
|
+
* +optional
|
|
56
|
+
*/
|
|
57
|
+
user?: string;
|
|
58
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { ResourceQuantity } from '../schemas/ResourceQuantity';
|
|
2
|
+
export interface V1ResourceFieldSelector {
|
|
3
|
+
/**
|
|
4
|
+
* Container name: required for volumes, optional for env vars
|
|
5
|
+
* +optional
|
|
6
|
+
*/
|
|
7
|
+
containerName?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Specifies the output format of the exposed resources, defaults to "1"
|
|
10
|
+
* +optional
|
|
11
|
+
*/
|
|
12
|
+
divisor?: ResourceQuantity;
|
|
13
|
+
/**
|
|
14
|
+
* Required: resource to select
|
|
15
|
+
*/
|
|
16
|
+
resource?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { V1ResourceList } from '../schemas/V1ResourceList';
|
|
2
|
+
export interface V1ResourceRequirements {
|
|
3
|
+
/**
|
|
4
|
+
* Limits describes the maximum amount of compute resources allowed.
|
|
5
|
+
* More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
|
|
6
|
+
* +optional
|
|
7
|
+
*/
|
|
8
|
+
limits?: V1ResourceList;
|
|
9
|
+
/**
|
|
10
|
+
* Requests describes the minimum amount of compute resources required.
|
|
11
|
+
* If Requests is omitted for a container, it defaults to Limits if that is explicitly specified,
|
|
12
|
+
* otherwise to an implementation-defined value.
|
|
13
|
+
* More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
|
|
14
|
+
* +optional
|
|
15
|
+
*/
|
|
16
|
+
requests?: V1ResourceList;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { V1LocalObjectReference } from '../schemas/V1LocalObjectReference';
|
|
2
|
+
export interface V1ScaleIoVolumeSource {
|
|
3
|
+
/**
|
|
4
|
+
* Filesystem type to mount.
|
|
5
|
+
* Must be a filesystem type supported by the host operating system.
|
|
6
|
+
* Ex. "ext4", "xfs", "ntfs".
|
|
7
|
+
* Default is "xfs".
|
|
8
|
+
* +optional
|
|
9
|
+
*/
|
|
10
|
+
fsType?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The host address of the ScaleIO API Gateway.
|
|
13
|
+
*/
|
|
14
|
+
gateway?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the ScaleIO Protection Domain for the configured storage.
|
|
17
|
+
* +optional
|
|
18
|
+
*/
|
|
19
|
+
protectionDomain?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Defaults to false (read/write). ReadOnly here will force
|
|
22
|
+
* the ReadOnly setting in VolumeMounts.
|
|
23
|
+
* +optional
|
|
24
|
+
*/
|
|
25
|
+
readOnly?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* SecretRef references to the secret for ScaleIO user and other
|
|
28
|
+
* sensitive information. If this is not provided, Login operation will fail.
|
|
29
|
+
*/
|
|
30
|
+
secretRef?: V1LocalObjectReference;
|
|
31
|
+
/**
|
|
32
|
+
* Flag to enable/disable SSL communication with Gateway, default false
|
|
33
|
+
* +optional
|
|
34
|
+
*/
|
|
35
|
+
sslEnabled?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
|
|
38
|
+
* Default is ThinProvisioned.
|
|
39
|
+
* +optional
|
|
40
|
+
*/
|
|
41
|
+
storageMode?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The ScaleIO Storage Pool associated with the protection domain.
|
|
44
|
+
* +optional
|
|
45
|
+
*/
|
|
46
|
+
storagePool?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the storage system as configured in ScaleIO.
|
|
49
|
+
*/
|
|
50
|
+
system?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The name of a volume already created in the ScaleIO system
|
|
53
|
+
* that is associated with this volume source.
|
|
54
|
+
*/
|
|
55
|
+
volumeName?: string;
|
|
56
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface V1SecretKeySelector {
|
|
2
|
+
/**
|
|
3
|
+
* The key of the secret to select from. Must be a valid secret key.
|
|
4
|
+
*/
|
|
5
|
+
key?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Name of the referent.
|
|
8
|
+
* More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
9
|
+
* TODO: Add other useful fields. apiVersion, kind, uid?
|
|
10
|
+
* +optional
|
|
11
|
+
*/
|
|
12
|
+
name?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Specify whether the Secret or its key must be defined
|
|
15
|
+
* +optional
|
|
16
|
+
*/
|
|
17
|
+
optional?: boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { V1KeyToPath } from '../schemas/V1KeyToPath';
|
|
2
|
+
export interface V1SecretProjection {
|
|
3
|
+
/**
|
|
4
|
+
* If unspecified, each key-value pair in the Data field of the referenced
|
|
5
|
+
* Secret will be projected into the volume as a file whose name is the
|
|
6
|
+
* key and content is the value. If specified, the listed keys will be
|
|
7
|
+
* projected into the specified paths, and unlisted keys will not be
|
|
8
|
+
* present. If a key is specified which is not present in the Secret,
|
|
9
|
+
* the volume setup will error unless it is marked optional. Paths must be
|
|
10
|
+
* relative and may not contain the '..' path or start with '..'.
|
|
11
|
+
* +optional
|
|
12
|
+
*/
|
|
13
|
+
items?: V1KeyToPath[];
|
|
14
|
+
/**
|
|
15
|
+
* Name of the referent.
|
|
16
|
+
* More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
17
|
+
* TODO: Add other useful fields. apiVersion, kind, uid?
|
|
18
|
+
* +optional
|
|
19
|
+
*/
|
|
20
|
+
name?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Specify whether the Secret or its key must be defined
|
|
23
|
+
* +optional
|
|
24
|
+
*/
|
|
25
|
+
optional?: boolean;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|