@pulumi/kubernetes 3.19.4 → 3.20.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/admissionregistration/v1/index.d.ts +2 -0
- package/admissionregistration/v1/index.js +8 -0
- package/admissionregistration/v1/index.js.map +1 -1
- package/admissionregistration/v1/mutatingWebhookConfigurationPatch.d.ts +66 -0
- package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js +67 -0
- package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js.map +1 -0
- package/admissionregistration/v1/validatingWebhookConfigurationPatch.d.ts +66 -0
- package/admissionregistration/v1/validatingWebhookConfigurationPatch.js +67 -0
- package/admissionregistration/v1/validatingWebhookConfigurationPatch.js.map +1 -0
- package/admissionregistration/v1beta1/index.d.ts +2 -0
- package/admissionregistration/v1beta1/index.js +8 -0
- package/admissionregistration/v1beta1/index.js.map +1 -1
- package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.d.ts +66 -0
- package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js +67 -0
- package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js.map +1 -0
- package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.d.ts +66 -0
- package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js +67 -0
- package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js.map +1 -0
- package/apiextensions/customResourcePatch.d.ts +68 -0
- package/apiextensions/customResourcePatch.js +57 -0
- package/apiextensions/customResourcePatch.js.map +1 -0
- package/apiextensions/index.d.ts +1 -0
- package/apiextensions/index.js +1 -0
- package/apiextensions/index.js.map +1 -1
- package/apiextensions/v1/customResourceDefinitionPatch.d.ts +70 -0
- package/apiextensions/v1/customResourceDefinitionPatch.js +69 -0
- package/apiextensions/v1/customResourceDefinitionPatch.js.map +1 -0
- package/apiextensions/v1/index.d.ts +1 -0
- package/apiextensions/v1/index.js +4 -0
- package/apiextensions/v1/index.js.map +1 -1
- package/apiextensions/v1beta1/customResourceDefinitionPatch.d.ts +64 -0
- package/apiextensions/v1beta1/customResourceDefinitionPatch.js +69 -0
- package/apiextensions/v1beta1/customResourceDefinitionPatch.js.map +1 -0
- package/apiextensions/v1beta1/index.d.ts +1 -0
- package/apiextensions/v1beta1/index.js +4 -0
- package/apiextensions/v1beta1/index.js.map +1 -1
- package/apiregistration/v1/apiservicePatch.d.ts +70 -0
- package/apiregistration/v1/apiservicePatch.js +69 -0
- package/apiregistration/v1/apiservicePatch.js.map +1 -0
- package/apiregistration/v1/index.d.ts +1 -0
- package/apiregistration/v1/index.js +4 -0
- package/apiregistration/v1/index.js.map +1 -1
- package/apiregistration/v1beta1/apiservicePatch.d.ts +64 -0
- package/apiregistration/v1beta1/apiservicePatch.js +69 -0
- package/apiregistration/v1beta1/apiservicePatch.js.map +1 -0
- package/apiregistration/v1beta1/index.d.ts +1 -0
- package/apiregistration/v1beta1/index.js +4 -0
- package/apiregistration/v1beta1/index.js.map +1 -1
- package/apps/v1/controllerRevisionPatch.d.ts +74 -0
- package/apps/v1/controllerRevisionPatch.js +69 -0
- package/apps/v1/controllerRevisionPatch.js.map +1 -0
- package/apps/v1/daemonSetPatch.d.ts +70 -0
- package/apps/v1/daemonSetPatch.js +69 -0
- package/apps/v1/daemonSetPatch.js.map +1 -0
- package/apps/v1/deployment.d.ts +5 -6
- package/apps/v1/deployment.js +5 -6
- package/apps/v1/deployment.js.map +1 -1
- package/apps/v1/deploymentPatch.d.ts +92 -0
- package/apps/v1/deploymentPatch.js +91 -0
- package/apps/v1/deploymentPatch.js.map +1 -0
- package/apps/v1/index.d.ts +5 -0
- package/apps/v1/index.js +20 -0
- package/apps/v1/index.js.map +1 -1
- package/apps/v1/replicaSetPatch.d.ts +70 -0
- package/apps/v1/replicaSetPatch.js +69 -0
- package/apps/v1/replicaSetPatch.js.map +1 -0
- package/apps/v1/statefulSet.d.ts +52 -55
- package/apps/v1/statefulSet.js +52 -55
- package/apps/v1/statefulSet.js.map +1 -1
- package/apps/v1/statefulSetPatch.d.ts +86 -0
- package/apps/v1/statefulSetPatch.js +85 -0
- package/apps/v1/statefulSetPatch.js.map +1 -0
- package/apps/v1beta1/controllerRevisionPatch.d.ts +77 -0
- package/apps/v1beta1/controllerRevisionPatch.js +72 -0
- package/apps/v1beta1/controllerRevisionPatch.js.map +1 -0
- package/apps/v1beta1/deploymentPatch.d.ts +95 -0
- package/apps/v1beta1/deploymentPatch.js +94 -0
- package/apps/v1beta1/deploymentPatch.js.map +1 -0
- package/apps/v1beta1/index.d.ts +3 -0
- package/apps/v1beta1/index.js +12 -0
- package/apps/v1beta1/index.js.map +1 -1
- package/apps/v1beta1/statefulSetPatch.d.ts +83 -0
- package/apps/v1beta1/statefulSetPatch.js +88 -0
- package/apps/v1beta1/statefulSetPatch.js.map +1 -0
- package/apps/v1beta2/controllerRevisionPatch.d.ts +77 -0
- package/apps/v1beta2/controllerRevisionPatch.js +72 -0
- package/apps/v1beta2/controllerRevisionPatch.js.map +1 -0
- package/apps/v1beta2/daemonSetPatch.d.ts +73 -0
- package/apps/v1beta2/daemonSetPatch.js +72 -0
- package/apps/v1beta2/daemonSetPatch.js.map +1 -0
- package/apps/v1beta2/deploymentPatch.d.ts +95 -0
- package/apps/v1beta2/deploymentPatch.js +94 -0
- package/apps/v1beta2/deploymentPatch.js.map +1 -0
- package/apps/v1beta2/index.d.ts +5 -0
- package/apps/v1beta2/index.js +20 -0
- package/apps/v1beta2/index.js.map +1 -1
- package/apps/v1beta2/replicaSetPatch.d.ts +73 -0
- package/apps/v1beta2/replicaSetPatch.js +72 -0
- package/apps/v1beta2/replicaSetPatch.js.map +1 -0
- package/apps/v1beta2/statefulSetPatch.d.ts +83 -0
- package/apps/v1beta2/statefulSetPatch.js +88 -0
- package/apps/v1beta2/statefulSetPatch.js.map +1 -0
- package/auditregistration/v1alpha1/auditSinkPatch.d.ts +60 -0
- package/auditregistration/v1alpha1/auditSinkPatch.js +65 -0
- package/auditregistration/v1alpha1/auditSinkPatch.js.map +1 -0
- package/auditregistration/v1alpha1/index.d.ts +1 -0
- package/auditregistration/v1alpha1/index.js +4 -0
- package/auditregistration/v1alpha1/index.js.map +1 -1
- package/authentication/v1/index.d.ts +2 -0
- package/authentication/v1/index.js +8 -0
- package/authentication/v1/index.js.map +1 -1
- package/authentication/v1/tokenRequestPatch.d.ts +70 -0
- package/authentication/v1/tokenRequestPatch.js +67 -0
- package/authentication/v1/tokenRequestPatch.js.map +1 -0
- package/authentication/v1/tokenReviewPatch.d.ts +70 -0
- package/authentication/v1/tokenReviewPatch.js +69 -0
- package/authentication/v1/tokenReviewPatch.js.map +1 -0
- package/authentication/v1beta1/index.d.ts +1 -0
- package/authentication/v1beta1/index.js +4 -0
- package/authentication/v1beta1/index.js.map +1 -1
- package/authentication/v1beta1/tokenReviewPatch.d.ts +64 -0
- package/authentication/v1beta1/tokenReviewPatch.js +69 -0
- package/authentication/v1beta1/tokenReviewPatch.js.map +1 -0
- package/authorization/v1/index.d.ts +4 -0
- package/authorization/v1/index.js +16 -0
- package/authorization/v1/index.js.map +1 -1
- package/authorization/v1/localSubjectAccessReviewPatch.d.ts +70 -0
- package/authorization/v1/localSubjectAccessReviewPatch.js +69 -0
- package/authorization/v1/localSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1/selfSubjectAccessReviewPatch.d.ts +70 -0
- package/authorization/v1/selfSubjectAccessReviewPatch.js +69 -0
- package/authorization/v1/selfSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1/selfSubjectRulesReviewPatch.d.ts +70 -0
- package/authorization/v1/selfSubjectRulesReviewPatch.js +69 -0
- package/authorization/v1/selfSubjectRulesReviewPatch.js.map +1 -0
- package/authorization/v1/subjectAccessReviewPatch.d.ts +70 -0
- package/authorization/v1/subjectAccessReviewPatch.js +69 -0
- package/authorization/v1/subjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1beta1/index.d.ts +4 -0
- package/authorization/v1beta1/index.js +16 -0
- package/authorization/v1beta1/index.js.map +1 -1
- package/authorization/v1beta1/localSubjectAccessReviewPatch.d.ts +64 -0
- package/authorization/v1beta1/localSubjectAccessReviewPatch.js +69 -0
- package/authorization/v1beta1/localSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1beta1/selfSubjectAccessReviewPatch.d.ts +64 -0
- package/authorization/v1beta1/selfSubjectAccessReviewPatch.js +69 -0
- package/authorization/v1beta1/selfSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1beta1/selfSubjectRulesReviewPatch.d.ts +64 -0
- package/authorization/v1beta1/selfSubjectRulesReviewPatch.js +69 -0
- package/authorization/v1beta1/selfSubjectRulesReviewPatch.js.map +1 -0
- package/authorization/v1beta1/subjectAccessReviewPatch.d.ts +64 -0
- package/authorization/v1beta1/subjectAccessReviewPatch.js +69 -0
- package/authorization/v1beta1/subjectAccessReviewPatch.js.map +1 -0
- package/autoscaling/v1/horizontalPodAutoscalerPatch.d.ts +70 -0
- package/autoscaling/v1/horizontalPodAutoscalerPatch.js +69 -0
- package/autoscaling/v1/horizontalPodAutoscalerPatch.js.map +1 -0
- package/autoscaling/v1/index.d.ts +1 -0
- package/autoscaling/v1/index.js +4 -0
- package/autoscaling/v1/index.js.map +1 -1
- package/autoscaling/v2/horizontalPodAutoscalerPatch.d.ts +70 -0
- package/autoscaling/v2/horizontalPodAutoscalerPatch.js +69 -0
- package/autoscaling/v2/horizontalPodAutoscalerPatch.js.map +1 -0
- package/autoscaling/v2/index.d.ts +1 -0
- package/autoscaling/v2/index.js +4 -0
- package/autoscaling/v2/index.js.map +1 -1
- package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.d.ts +70 -0
- package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js +69 -0
- package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js.map +1 -0
- package/autoscaling/v2beta1/index.d.ts +1 -0
- package/autoscaling/v2beta1/index.js +4 -0
- package/autoscaling/v2beta1/index.js.map +1 -1
- package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.d.ts +70 -0
- package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js +69 -0
- package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js.map +1 -0
- package/autoscaling/v2beta2/index.d.ts +1 -0
- package/autoscaling/v2beta2/index.js +4 -0
- package/autoscaling/v2beta2/index.js.map +1 -1
- package/batch/v1/cronJobPatch.d.ts +70 -0
- package/batch/v1/cronJobPatch.js +69 -0
- package/batch/v1/cronJobPatch.js.map +1 -0
- package/batch/v1/index.d.ts +2 -0
- package/batch/v1/index.js +8 -0
- package/batch/v1/index.js.map +1 -1
- package/batch/v1/job.d.ts +9 -9
- package/batch/v1/job.js +9 -9
- package/batch/v1/jobPatch.d.ts +90 -0
- package/batch/v1/jobPatch.js +87 -0
- package/batch/v1/jobPatch.js.map +1 -0
- package/batch/v1beta1/cronJobPatch.d.ts +70 -0
- package/batch/v1beta1/cronJobPatch.js +69 -0
- package/batch/v1beta1/cronJobPatch.js.map +1 -0
- package/batch/v1beta1/index.d.ts +1 -0
- package/batch/v1beta1/index.js +4 -0
- package/batch/v1beta1/index.js.map +1 -1
- package/batch/v2alpha1/cronJobPatch.d.ts +70 -0
- package/batch/v2alpha1/cronJobPatch.js +69 -0
- package/batch/v2alpha1/cronJobPatch.js.map +1 -0
- package/batch/v2alpha1/index.d.ts +1 -0
- package/batch/v2alpha1/index.js +4 -0
- package/batch/v2alpha1/index.js.map +1 -1
- package/certificates/v1/certificateSigningRequestPatch.d.ts +70 -0
- package/certificates/v1/certificateSigningRequestPatch.js +75 -0
- package/certificates/v1/certificateSigningRequestPatch.js.map +1 -0
- package/certificates/v1/index.d.ts +1 -0
- package/certificates/v1/index.js +4 -0
- package/certificates/v1/index.js.map +1 -1
- package/certificates/v1beta1/certificateSigningRequestPatch.d.ts +64 -0
- package/certificates/v1beta1/certificateSigningRequestPatch.js +69 -0
- package/certificates/v1beta1/certificateSigningRequestPatch.js.map +1 -0
- package/certificates/v1beta1/index.d.ts +1 -0
- package/certificates/v1beta1/index.js +4 -0
- package/certificates/v1beta1/index.js.map +1 -1
- package/coordination/v1/index.d.ts +1 -0
- package/coordination/v1/index.js +4 -0
- package/coordination/v1/index.js.map +1 -1
- package/coordination/v1/leasePatch.d.ts +66 -0
- package/coordination/v1/leasePatch.js +67 -0
- package/coordination/v1/leasePatch.js.map +1 -0
- package/coordination/v1beta1/index.d.ts +1 -0
- package/coordination/v1beta1/index.js +4 -0
- package/coordination/v1beta1/index.js.map +1 -1
- package/coordination/v1beta1/leasePatch.d.ts +66 -0
- package/coordination/v1beta1/leasePatch.js +67 -0
- package/coordination/v1beta1/leasePatch.js.map +1 -0
- package/core/v1/bindingPatch.d.ts +66 -0
- package/core/v1/bindingPatch.js +65 -0
- package/core/v1/bindingPatch.js.map +1 -0
- package/core/v1/configMapPatch.d.ts +90 -0
- package/core/v1/configMapPatch.js +69 -0
- package/core/v1/configMapPatch.js.map +1 -0
- package/core/v1/endpointsPatch.d.ts +77 -0
- package/core/v1/endpointsPatch.js +76 -0
- package/core/v1/endpointsPatch.js.map +1 -0
- package/core/v1/eventPatch.d.ts +170 -0
- package/core/v1/eventPatch.js +93 -0
- package/core/v1/eventPatch.js.map +1 -0
- package/core/v1/index.d.ts +16 -0
- package/core/v1/index.js +64 -0
- package/core/v1/index.js.map +1 -1
- package/core/v1/limitRangePatch.d.ts +66 -0
- package/core/v1/limitRangePatch.js +65 -0
- package/core/v1/limitRangePatch.js.map +1 -0
- package/core/v1/namespacePatch.d.ts +70 -0
- package/core/v1/namespacePatch.js +67 -0
- package/core/v1/namespacePatch.js.map +1 -0
- package/core/v1/nodePatch.d.ts +70 -0
- package/core/v1/nodePatch.js +67 -0
- package/core/v1/nodePatch.js.map +1 -0
- package/core/v1/persistentVolumeClaimPatch.d.ts +70 -0
- package/core/v1/persistentVolumeClaimPatch.js +67 -0
- package/core/v1/persistentVolumeClaimPatch.js.map +1 -0
- package/core/v1/persistentVolumePatch.d.ts +70 -0
- package/core/v1/persistentVolumePatch.js +67 -0
- package/core/v1/persistentVolumePatch.js.map +1 -0
- package/core/v1/pod.d.ts +10 -13
- package/core/v1/pod.js +10 -13
- package/core/v1/pod.js.map +1 -1
- package/core/v1/podPatch.d.ts +85 -0
- package/core/v1/podPatch.js +82 -0
- package/core/v1/podPatch.js.map +1 -0
- package/core/v1/podTemplatePatch.d.ts +66 -0
- package/core/v1/podTemplatePatch.js +65 -0
- package/core/v1/podTemplatePatch.js.map +1 -0
- package/core/v1/replicationControllerPatch.d.ts +70 -0
- package/core/v1/replicationControllerPatch.js +67 -0
- package/core/v1/replicationControllerPatch.js.map +1 -0
- package/core/v1/resourceQuotaPatch.d.ts +70 -0
- package/core/v1/resourceQuotaPatch.js +67 -0
- package/core/v1/resourceQuotaPatch.js.map +1 -0
- package/core/v1/secretPatch.d.ts +108 -0
- package/core/v1/secretPatch.js +81 -0
- package/core/v1/secretPatch.js.map +1 -0
- package/core/v1/service.d.ts +14 -17
- package/core/v1/service.js +14 -17
- package/core/v1/service.js.map +1 -1
- package/core/v1/serviceAccountPatch.d.ts +82 -0
- package/core/v1/serviceAccountPatch.js +69 -0
- package/core/v1/serviceAccountPatch.js.map +1 -0
- package/core/v1/servicePatch.d.ts +95 -0
- package/core/v1/servicePatch.js +92 -0
- package/core/v1/servicePatch.js.map +1 -0
- package/discovery/v1/endpointSlicePatch.d.ts +82 -0
- package/discovery/v1/endpointSlicePatch.js +71 -0
- package/discovery/v1/endpointSlicePatch.js.map +1 -0
- package/discovery/v1/index.d.ts +1 -0
- package/discovery/v1/index.js +4 -0
- package/discovery/v1/index.js.map +1 -1
- package/discovery/v1beta1/endpointSlicePatch.d.ts +82 -0
- package/discovery/v1beta1/endpointSlicePatch.js +71 -0
- package/discovery/v1beta1/endpointSlicePatch.js.map +1 -0
- package/discovery/v1beta1/index.d.ts +1 -0
- package/discovery/v1beta1/index.js +4 -0
- package/discovery/v1beta1/index.js.map +1 -1
- package/events/v1/eventPatch.d.ts +170 -0
- package/events/v1/eventPatch.js +93 -0
- package/events/v1/eventPatch.js.map +1 -0
- package/events/v1/index.d.ts +1 -0
- package/events/v1/index.js +4 -0
- package/events/v1/index.js.map +1 -1
- package/events/v1beta1/eventPatch.d.ts +170 -0
- package/events/v1beta1/eventPatch.js +93 -0
- package/events/v1beta1/eventPatch.js.map +1 -0
- package/events/v1beta1/index.d.ts +1 -0
- package/events/v1beta1/index.js +4 -0
- package/events/v1beta1/index.js.map +1 -1
- package/extensions/v1beta1/daemonSetPatch.d.ts +73 -0
- package/extensions/v1beta1/daemonSetPatch.js +72 -0
- package/extensions/v1beta1/daemonSetPatch.js.map +1 -0
- package/extensions/v1beta1/deploymentPatch.d.ts +95 -0
- package/extensions/v1beta1/deploymentPatch.js +94 -0
- package/extensions/v1beta1/deploymentPatch.js.map +1 -0
- package/extensions/v1beta1/index.d.ts +6 -0
- package/extensions/v1beta1/index.js +24 -0
- package/extensions/v1beta1/index.js.map +1 -1
- package/extensions/v1beta1/ingressPatch.d.ts +87 -0
- package/extensions/v1beta1/ingressPatch.js +86 -0
- package/extensions/v1beta1/ingressPatch.js.map +1 -0
- package/extensions/v1beta1/networkPolicyPatch.d.ts +66 -0
- package/extensions/v1beta1/networkPolicyPatch.js +67 -0
- package/extensions/v1beta1/networkPolicyPatch.js.map +1 -0
- package/extensions/v1beta1/podSecurityPolicyPatch.d.ts +66 -0
- package/extensions/v1beta1/podSecurityPolicyPatch.js +67 -0
- package/extensions/v1beta1/podSecurityPolicyPatch.js.map +1 -0
- package/extensions/v1beta1/replicaSetPatch.d.ts +73 -0
- package/extensions/v1beta1/replicaSetPatch.js +72 -0
- package/extensions/v1beta1/replicaSetPatch.js.map +1 -0
- package/flowcontrol/v1alpha1/flowSchemaPatch.d.ts +70 -0
- package/flowcontrol/v1alpha1/flowSchemaPatch.js +69 -0
- package/flowcontrol/v1alpha1/flowSchemaPatch.js.map +1 -0
- package/flowcontrol/v1alpha1/index.d.ts +2 -0
- package/flowcontrol/v1alpha1/index.js +8 -0
- package/flowcontrol/v1alpha1/index.js.map +1 -1
- package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.d.ts +70 -0
- package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js +69 -0
- package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js.map +1 -0
- package/flowcontrol/v1beta1/flowSchemaPatch.d.ts +70 -0
- package/flowcontrol/v1beta1/flowSchemaPatch.js +69 -0
- package/flowcontrol/v1beta1/flowSchemaPatch.js.map +1 -0
- package/flowcontrol/v1beta1/index.d.ts +2 -0
- package/flowcontrol/v1beta1/index.js +8 -0
- package/flowcontrol/v1beta1/index.js.map +1 -1
- package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.d.ts +70 -0
- package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js +69 -0
- package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js.map +1 -0
- package/flowcontrol/v1beta2/flowSchemaPatch.d.ts +70 -0
- package/flowcontrol/v1beta2/flowSchemaPatch.js +69 -0
- package/flowcontrol/v1beta2/flowSchemaPatch.js.map +1 -0
- package/flowcontrol/v1beta2/index.d.ts +2 -0
- package/flowcontrol/v1beta2/index.js +8 -0
- package/flowcontrol/v1beta2/index.js.map +1 -1
- package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.d.ts +70 -0
- package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js +69 -0
- package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js.map +1 -0
- package/meta/v1/index.d.ts +1 -0
- package/meta/v1/index.js +4 -0
- package/meta/v1/index.js.map +1 -1
- package/meta/v1/statusPatch.d.ts +94 -0
- package/meta/v1/statusPatch.js +73 -0
- package/meta/v1/statusPatch.js.map +1 -0
- package/networking/v1/index.d.ts +3 -0
- package/networking/v1/index.js +12 -0
- package/networking/v1/index.js.map +1 -1
- package/networking/v1/ingress.d.ts +7 -8
- package/networking/v1/ingress.js +7 -8
- package/networking/v1/ingress.js.map +1 -1
- package/networking/v1/ingressClassPatch.d.ts +66 -0
- package/networking/v1/ingressClassPatch.js +67 -0
- package/networking/v1/ingressClassPatch.js.map +1 -0
- package/networking/v1/ingressPatch.d.ts +84 -0
- package/networking/v1/ingressPatch.js +83 -0
- package/networking/v1/ingressPatch.js.map +1 -0
- package/networking/v1/networkPolicyPatch.d.ts +70 -0
- package/networking/v1/networkPolicyPatch.js +69 -0
- package/networking/v1/networkPolicyPatch.js.map +1 -0
- package/networking/v1beta1/index.d.ts +2 -0
- package/networking/v1beta1/index.js +8 -0
- package/networking/v1beta1/index.js.map +1 -1
- package/networking/v1beta1/ingressClassPatch.d.ts +66 -0
- package/networking/v1beta1/ingressClassPatch.js +67 -0
- package/networking/v1beta1/ingressClassPatch.js.map +1 -0
- package/networking/v1beta1/ingressPatch.d.ts +84 -0
- package/networking/v1beta1/ingressPatch.js +83 -0
- package/networking/v1beta1/ingressPatch.js.map +1 -0
- package/node/v1/index.d.ts +1 -0
- package/node/v1/index.js +4 -0
- package/node/v1/index.js.map +1 -1
- package/node/v1/runtimeClassPatch.d.ts +84 -0
- package/node/v1/runtimeClassPatch.js +71 -0
- package/node/v1/runtimeClassPatch.js.map +1 -0
- package/node/v1alpha1/index.d.ts +1 -0
- package/node/v1alpha1/index.js +4 -0
- package/node/v1alpha1/index.js.map +1 -1
- package/node/v1alpha1/runtimeClassPatch.d.ts +66 -0
- package/node/v1alpha1/runtimeClassPatch.js +67 -0
- package/node/v1alpha1/runtimeClassPatch.js.map +1 -0
- package/node/v1beta1/index.d.ts +1 -0
- package/node/v1beta1/index.js +4 -0
- package/node/v1beta1/index.js.map +1 -1
- package/node/v1beta1/runtimeClassPatch.d.ts +82 -0
- package/node/v1beta1/runtimeClassPatch.js +71 -0
- package/node/v1beta1/runtimeClassPatch.js.map +1 -0
- package/package.json +3 -3
- package/package.json.bak +1 -1
- package/package.json.dev +3 -3
- package/policy/v1/index.d.ts +1 -0
- package/policy/v1/index.js +4 -0
- package/policy/v1/index.js.map +1 -1
- package/policy/v1/podDisruptionBudgetPatch.d.ts +70 -0
- package/policy/v1/podDisruptionBudgetPatch.js +69 -0
- package/policy/v1/podDisruptionBudgetPatch.js.map +1 -0
- package/policy/v1beta1/index.d.ts +2 -0
- package/policy/v1beta1/index.js +8 -0
- package/policy/v1beta1/index.js.map +1 -1
- package/policy/v1beta1/podDisruptionBudgetPatch.d.ts +70 -0
- package/policy/v1beta1/podDisruptionBudgetPatch.js +69 -0
- package/policy/v1beta1/podDisruptionBudgetPatch.js.map +1 -0
- package/policy/v1beta1/podSecurityPolicyPatch.d.ts +66 -0
- package/policy/v1beta1/podSecurityPolicyPatch.js +67 -0
- package/policy/v1beta1/podSecurityPolicyPatch.js.map +1 -0
- package/provider.d.ts +9 -2
- package/provider.js +5 -4
- package/provider.js.map +1 -1
- package/rbac/v1/clusterRoleBindingPatch.d.ts +74 -0
- package/rbac/v1/clusterRoleBindingPatch.js +69 -0
- package/rbac/v1/clusterRoleBindingPatch.js.map +1 -0
- package/rbac/v1/clusterRolePatch.d.ts +74 -0
- package/rbac/v1/clusterRolePatch.js +69 -0
- package/rbac/v1/clusterRolePatch.js.map +1 -0
- package/rbac/v1/index.d.ts +4 -0
- package/rbac/v1/index.js +16 -0
- package/rbac/v1/index.js.map +1 -1
- package/rbac/v1/roleBindingPatch.d.ts +74 -0
- package/rbac/v1/roleBindingPatch.js +69 -0
- package/rbac/v1/roleBindingPatch.js.map +1 -0
- package/rbac/v1/rolePatch.d.ts +66 -0
- package/rbac/v1/rolePatch.js +67 -0
- package/rbac/v1/rolePatch.js.map +1 -0
- package/rbac/v1alpha1/clusterRoleBindingPatch.d.ts +74 -0
- package/rbac/v1alpha1/clusterRoleBindingPatch.js +69 -0
- package/rbac/v1alpha1/clusterRoleBindingPatch.js.map +1 -0
- package/rbac/v1alpha1/clusterRolePatch.d.ts +74 -0
- package/rbac/v1alpha1/clusterRolePatch.js +69 -0
- package/rbac/v1alpha1/clusterRolePatch.js.map +1 -0
- package/rbac/v1alpha1/index.d.ts +4 -0
- package/rbac/v1alpha1/index.js +16 -0
- package/rbac/v1alpha1/index.js.map +1 -1
- package/rbac/v1alpha1/roleBindingPatch.d.ts +74 -0
- package/rbac/v1alpha1/roleBindingPatch.js +69 -0
- package/rbac/v1alpha1/roleBindingPatch.js.map +1 -0
- package/rbac/v1alpha1/rolePatch.d.ts +66 -0
- package/rbac/v1alpha1/rolePatch.js +67 -0
- package/rbac/v1alpha1/rolePatch.js.map +1 -0
- package/rbac/v1beta1/clusterRoleBindingPatch.d.ts +74 -0
- package/rbac/v1beta1/clusterRoleBindingPatch.js +69 -0
- package/rbac/v1beta1/clusterRoleBindingPatch.js.map +1 -0
- package/rbac/v1beta1/clusterRolePatch.d.ts +74 -0
- package/rbac/v1beta1/clusterRolePatch.js +69 -0
- package/rbac/v1beta1/clusterRolePatch.js.map +1 -0
- package/rbac/v1beta1/index.d.ts +4 -0
- package/rbac/v1beta1/index.js +16 -0
- package/rbac/v1beta1/index.js.map +1 -1
- package/rbac/v1beta1/roleBindingPatch.d.ts +74 -0
- package/rbac/v1beta1/roleBindingPatch.js +69 -0
- package/rbac/v1beta1/roleBindingPatch.js.map +1 -0
- package/rbac/v1beta1/rolePatch.d.ts +66 -0
- package/rbac/v1beta1/rolePatch.js +67 -0
- package/rbac/v1beta1/rolePatch.js.map +1 -0
- package/scheduling/v1/index.d.ts +1 -0
- package/scheduling/v1/index.js +4 -0
- package/scheduling/v1/index.js.map +1 -1
- package/scheduling/v1/priorityClassPatch.d.ts +90 -0
- package/scheduling/v1/priorityClassPatch.js +73 -0
- package/scheduling/v1/priorityClassPatch.js.map +1 -0
- package/scheduling/v1alpha1/index.d.ts +1 -0
- package/scheduling/v1alpha1/index.js +4 -0
- package/scheduling/v1alpha1/index.js.map +1 -1
- package/scheduling/v1alpha1/priorityClassPatch.d.ts +90 -0
- package/scheduling/v1alpha1/priorityClassPatch.js +73 -0
- package/scheduling/v1alpha1/priorityClassPatch.js.map +1 -0
- package/scheduling/v1beta1/index.d.ts +1 -0
- package/scheduling/v1beta1/index.js +4 -0
- package/scheduling/v1beta1/index.js.map +1 -1
- package/scheduling/v1beta1/priorityClassPatch.d.ts +90 -0
- package/scheduling/v1beta1/priorityClassPatch.js +73 -0
- package/scheduling/v1beta1/priorityClassPatch.js.map +1 -0
- package/settings/v1alpha1/index.d.ts +1 -0
- package/settings/v1alpha1/index.js +4 -0
- package/settings/v1alpha1/index.js.map +1 -1
- package/settings/v1alpha1/podPresetPatch.d.ts +54 -0
- package/settings/v1alpha1/podPresetPatch.js +65 -0
- package/settings/v1alpha1/podPresetPatch.js.map +1 -0
- package/storage/v1/csidriverPatch.d.ts +66 -0
- package/storage/v1/csidriverPatch.js +67 -0
- package/storage/v1/csidriverPatch.js.map +1 -0
- package/storage/v1/csinodePatch.d.ts +66 -0
- package/storage/v1/csinodePatch.js +67 -0
- package/storage/v1/csinodePatch.js.map +1 -0
- package/storage/v1/csistorageCapacityPatch.d.ts +114 -0
- package/storage/v1/csistorageCapacityPatch.js +81 -0
- package/storage/v1/csistorageCapacityPatch.js.map +1 -0
- package/storage/v1/index.d.ts +5 -0
- package/storage/v1/index.js +20 -0
- package/storage/v1/index.js.map +1 -1
- package/storage/v1/storageClassPatch.d.ts +120 -0
- package/storage/v1/storageClassPatch.js +81 -0
- package/storage/v1/storageClassPatch.js.map +1 -0
- package/storage/v1/volumeAttachmentPatch.d.ts +72 -0
- package/storage/v1/volumeAttachmentPatch.js +71 -0
- package/storage/v1/volumeAttachmentPatch.js.map +1 -0
- package/storage/v1alpha1/index.d.ts +1 -0
- package/storage/v1alpha1/index.js +4 -0
- package/storage/v1alpha1/index.js.map +1 -1
- package/storage/v1alpha1/volumeAttachmentPatch.d.ts +72 -0
- package/storage/v1alpha1/volumeAttachmentPatch.js +71 -0
- package/storage/v1alpha1/volumeAttachmentPatch.js.map +1 -0
- package/storage/v1beta1/csidriverPatch.d.ts +66 -0
- package/storage/v1beta1/csidriverPatch.js +67 -0
- package/storage/v1beta1/csidriverPatch.js.map +1 -0
- package/storage/v1beta1/csinodePatch.d.ts +69 -0
- package/storage/v1beta1/csinodePatch.js +70 -0
- package/storage/v1beta1/csinodePatch.js.map +1 -0
- package/storage/v1beta1/csistorageCapacityPatch.d.ts +114 -0
- package/storage/v1beta1/csistorageCapacityPatch.js +81 -0
- package/storage/v1beta1/csistorageCapacityPatch.js.map +1 -0
- package/storage/v1beta1/index.d.ts +5 -0
- package/storage/v1beta1/index.js +20 -0
- package/storage/v1beta1/index.js.map +1 -1
- package/storage/v1beta1/storageClassPatch.d.ts +120 -0
- package/storage/v1beta1/storageClassPatch.js +81 -0
- package/storage/v1beta1/storageClassPatch.js.map +1 -0
- package/storage/v1beta1/volumeAttachmentPatch.d.ts +72 -0
- package/storage/v1beta1/volumeAttachmentPatch.js +71 -0
- package/storage/v1beta1/volumeAttachmentPatch.js.map +1 -0
- package/types/input.d.ts +9853 -301
- package/types/output.d.ts +17100 -4451
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumigen. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ControllerRevisionPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.
|
|
10
|
+
*
|
|
11
|
+
* @deprecated apps/v1beta2/ControllerRevision is deprecated by apps/v1/ControllerRevision and not supported by Kubernetes v1.16+ clusters.
|
|
12
|
+
*/
|
|
13
|
+
class ControllerRevisionPatch extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Create a ControllerRevisionPatch resource with the given unique name, arguments, and options.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resource.
|
|
18
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
19
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated apps/v1beta2/ControllerRevision is deprecated by apps/v1/ControllerRevision and not supported by Kubernetes v1.16+ clusters. */
|
|
22
|
+
constructor(name, args, opts) {
|
|
23
|
+
let resourceInputs = {};
|
|
24
|
+
opts = opts || {};
|
|
25
|
+
if (!opts.id) {
|
|
26
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'metadata'");
|
|
28
|
+
}
|
|
29
|
+
resourceInputs["apiVersion"] = "apps/v1beta2";
|
|
30
|
+
resourceInputs["data"] = args ? args.data : undefined;
|
|
31
|
+
resourceInputs["kind"] = "ControllerRevision";
|
|
32
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
33
|
+
resourceInputs["revision"] = args ? args.revision : undefined;
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["data"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["revision"] = undefined /*out*/;
|
|
41
|
+
}
|
|
42
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
43
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:apps/v1:ControllerRevisionPatch" }, { type: "kubernetes:apps/v1beta1:ControllerRevisionPatch" }] };
|
|
44
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
45
|
+
super(ControllerRevisionPatch.__pulumiType, name, resourceInputs, opts);
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing ControllerRevisionPatch resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
54
|
+
*/
|
|
55
|
+
static get(name, id, opts) {
|
|
56
|
+
return new ControllerRevisionPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of ControllerRevisionPatch. This is designed to work even
|
|
60
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
+
*/
|
|
62
|
+
static isInstance(obj) {
|
|
63
|
+
if (obj === undefined || obj === null) {
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
return obj['__pulumiType'] === ControllerRevisionPatch.__pulumiType;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.ControllerRevisionPatch = ControllerRevisionPatch;
|
|
70
|
+
/** @internal */
|
|
71
|
+
ControllerRevisionPatch.__pulumiType = 'kubernetes:apps/v1beta2:ControllerRevisionPatch';
|
|
72
|
+
//# sourceMappingURL=controllerRevisionPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"controllerRevisionPatch.js","sourceRoot":"","sources":["../../../apps/v1beta2/controllerRevisionPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;GAIG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAgD9D;;;;;;OAMG;IACH,+IAA+I;IAC/I,YAAY,IAAY,EAAE,IAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,oBAAoB,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,4CAA4C,EAAE,EAAE,EAAE,IAAI,EAAE,iDAAiD,EAAE,CAAC,EAAE,CAAC;QACrJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;IA9ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;;AAzBL,0DAgFC;AAnEG,gBAAgB;AACO,oCAAY,GAAG,iDAAiD,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* DaemonSet represents the configuration of a daemon set.
|
|
5
|
+
*
|
|
6
|
+
* @deprecated apps/v1beta2/DaemonSet is deprecated by apps/v1/DaemonSet and not supported by Kubernetes v1.16+ clusters.
|
|
7
|
+
*/
|
|
8
|
+
export declare class DaemonSetPatch extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing DaemonSetPatch resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DaemonSetPatch;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of DaemonSetPatch. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is DaemonSetPatch;
|
|
23
|
+
/**
|
|
24
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
25
|
+
*/
|
|
26
|
+
readonly apiVersion: pulumi.Output<"apps/v1beta2">;
|
|
27
|
+
/**
|
|
28
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
29
|
+
*/
|
|
30
|
+
readonly kind: pulumi.Output<"DaemonSet">;
|
|
31
|
+
/**
|
|
32
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
33
|
+
*/
|
|
34
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
35
|
+
/**
|
|
36
|
+
* The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
37
|
+
*/
|
|
38
|
+
readonly spec: pulumi.Output<outputs.apps.v1beta2.DaemonSetSpecPatch>;
|
|
39
|
+
/**
|
|
40
|
+
* The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
41
|
+
*/
|
|
42
|
+
readonly status: pulumi.Output<outputs.apps.v1beta2.DaemonSetStatusPatch>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a DaemonSetPatch resource with the given unique name, arguments, and options.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resource.
|
|
47
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
48
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
49
|
+
*/
|
|
50
|
+
/** @deprecated apps/v1beta2/DaemonSet is deprecated by apps/v1/DaemonSet and not supported by Kubernetes v1.16+ clusters. */
|
|
51
|
+
constructor(name: string, args?: DaemonSetPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The set of arguments for constructing a DaemonSetPatch resource.
|
|
55
|
+
*/
|
|
56
|
+
export interface DaemonSetPatchArgs {
|
|
57
|
+
/**
|
|
58
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
59
|
+
*/
|
|
60
|
+
apiVersion?: pulumi.Input<"apps/v1beta2">;
|
|
61
|
+
/**
|
|
62
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
63
|
+
*/
|
|
64
|
+
kind?: pulumi.Input<"DaemonSet">;
|
|
65
|
+
/**
|
|
66
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
67
|
+
*/
|
|
68
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
69
|
+
/**
|
|
70
|
+
* The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
71
|
+
*/
|
|
72
|
+
spec?: pulumi.Input<inputs.apps.v1beta2.DaemonSetSpecPatch>;
|
|
73
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumigen. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DaemonSetPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* DaemonSet represents the configuration of a daemon set.
|
|
10
|
+
*
|
|
11
|
+
* @deprecated apps/v1beta2/DaemonSet is deprecated by apps/v1/DaemonSet and not supported by Kubernetes v1.16+ clusters.
|
|
12
|
+
*/
|
|
13
|
+
class DaemonSetPatch extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Create a DaemonSetPatch resource with the given unique name, arguments, and options.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resource.
|
|
18
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
19
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
20
|
+
*/
|
|
21
|
+
/** @deprecated apps/v1beta2/DaemonSet is deprecated by apps/v1/DaemonSet and not supported by Kubernetes v1.16+ clusters. */
|
|
22
|
+
constructor(name, args, opts) {
|
|
23
|
+
let resourceInputs = {};
|
|
24
|
+
opts = opts || {};
|
|
25
|
+
if (!opts.id) {
|
|
26
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'metadata'");
|
|
28
|
+
}
|
|
29
|
+
resourceInputs["apiVersion"] = "apps/v1beta2";
|
|
30
|
+
resourceInputs["kind"] = "DaemonSet";
|
|
31
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
32
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
33
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
41
|
+
}
|
|
42
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
43
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:apps/v1:DaemonSetPatch" }, { type: "kubernetes:extensions/v1beta1:DaemonSetPatch" }] };
|
|
44
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
45
|
+
super(DaemonSetPatch.__pulumiType, name, resourceInputs, opts);
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Get an existing DaemonSetPatch resource's state with the given name, ID, and optional extra
|
|
49
|
+
* properties used to qualify the lookup.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resulting resource.
|
|
52
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
53
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
54
|
+
*/
|
|
55
|
+
static get(name, id, opts) {
|
|
56
|
+
return new DaemonSetPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of DaemonSetPatch. This is designed to work even
|
|
60
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
+
*/
|
|
62
|
+
static isInstance(obj) {
|
|
63
|
+
if (obj === undefined || obj === null) {
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
return obj['__pulumiType'] === DaemonSetPatch.__pulumiType;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.DaemonSetPatch = DaemonSetPatch;
|
|
70
|
+
/** @internal */
|
|
71
|
+
DaemonSetPatch.__pulumiType = 'kubernetes:apps/v1beta2:DaemonSetPatch';
|
|
72
|
+
//# sourceMappingURL=daemonSetPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"daemonSetPatch.js","sourceRoot":"","sources":["../../../apps/v1beta2/daemonSetPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;GAIG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IAgDrD;;;;;;OAMG;IACH,6HAA6H;IAC7H,YAAY,IAAY,EAAE,IAAyB,EAAE,IAAmC;QACpF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,WAAW,CAAC;YACrC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,mCAAmC,EAAE,EAAE,EAAE,IAAI,EAAE,8CAA8C,EAAE,CAAC,EAAE,CAAC;QACzI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;IA9ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;;AAzBL,wCAgFC;AAnEG,gBAAgB;AACO,2BAAY,GAAG,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Deployment enables declarative updates for Pods and ReplicaSets.
|
|
5
|
+
*
|
|
6
|
+
* This resource waits until its status is ready before registering success
|
|
7
|
+
* for create/update, and populating output properties from the current state of the resource.
|
|
8
|
+
* The following conditions are used to determine whether the resource creation has
|
|
9
|
+
* succeeded or failed:
|
|
10
|
+
*
|
|
11
|
+
* 1. The Deployment has begun to be updated by the Deployment controller. If the current
|
|
12
|
+
* generation of the Deployment is > 1, then this means that the current generation must
|
|
13
|
+
* be different from the generation reported by the last outputs.
|
|
14
|
+
* 2. There exists a ReplicaSet whose revision is equal to the current revision of the
|
|
15
|
+
* Deployment.
|
|
16
|
+
* 3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status'
|
|
17
|
+
* member is set to 'True'.
|
|
18
|
+
* 4. If the Deployment has generation > 1, then '.status.conditions' has a status of type
|
|
19
|
+
* 'Progressing', whose 'status' member is set to 'True', and whose 'reason' is
|
|
20
|
+
* 'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist,
|
|
21
|
+
* because it doesn't do a rollout (i.e., it simply creates the Deployment and
|
|
22
|
+
* corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'.
|
|
23
|
+
*
|
|
24
|
+
* If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
25
|
+
* time out and mark the resource update as Failed. You can override the default timeout value
|
|
26
|
+
* by setting the 'customTimeouts' option on the resource.
|
|
27
|
+
*
|
|
28
|
+
* @deprecated apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
|
|
29
|
+
*/
|
|
30
|
+
export declare class DeploymentPatch extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing DeploymentPatch resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DeploymentPatch;
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of DeploymentPatch. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj: any): obj is DeploymentPatch;
|
|
45
|
+
/**
|
|
46
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
47
|
+
*/
|
|
48
|
+
readonly apiVersion: pulumi.Output<"apps/v1beta2">;
|
|
49
|
+
/**
|
|
50
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
51
|
+
*/
|
|
52
|
+
readonly kind: pulumi.Output<"Deployment">;
|
|
53
|
+
/**
|
|
54
|
+
* Standard object metadata.
|
|
55
|
+
*/
|
|
56
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
57
|
+
/**
|
|
58
|
+
* Specification of the desired behavior of the Deployment.
|
|
59
|
+
*/
|
|
60
|
+
readonly spec: pulumi.Output<outputs.apps.v1beta2.DeploymentSpecPatch>;
|
|
61
|
+
/**
|
|
62
|
+
* Most recently observed status of the Deployment.
|
|
63
|
+
*/
|
|
64
|
+
readonly status: pulumi.Output<outputs.apps.v1beta2.DeploymentStatusPatch>;
|
|
65
|
+
/**
|
|
66
|
+
* Create a DeploymentPatch resource with the given unique name, arguments, and options.
|
|
67
|
+
*
|
|
68
|
+
* @param name The _unique_ name of the resource.
|
|
69
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
70
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
71
|
+
*/
|
|
72
|
+
/** @deprecated apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters. */
|
|
73
|
+
constructor(name: string, args?: DeploymentPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The set of arguments for constructing a DeploymentPatch resource.
|
|
77
|
+
*/
|
|
78
|
+
export interface DeploymentPatchArgs {
|
|
79
|
+
/**
|
|
80
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
81
|
+
*/
|
|
82
|
+
apiVersion?: pulumi.Input<"apps/v1beta2">;
|
|
83
|
+
/**
|
|
84
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
85
|
+
*/
|
|
86
|
+
kind?: pulumi.Input<"Deployment">;
|
|
87
|
+
/**
|
|
88
|
+
* Standard object metadata.
|
|
89
|
+
*/
|
|
90
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
91
|
+
/**
|
|
92
|
+
* Specification of the desired behavior of the Deployment.
|
|
93
|
+
*/
|
|
94
|
+
spec?: pulumi.Input<inputs.apps.v1beta2.DeploymentSpecPatch>;
|
|
95
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumigen. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DeploymentPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Deployment enables declarative updates for Pods and ReplicaSets.
|
|
10
|
+
*
|
|
11
|
+
* This resource waits until its status is ready before registering success
|
|
12
|
+
* for create/update, and populating output properties from the current state of the resource.
|
|
13
|
+
* The following conditions are used to determine whether the resource creation has
|
|
14
|
+
* succeeded or failed:
|
|
15
|
+
*
|
|
16
|
+
* 1. The Deployment has begun to be updated by the Deployment controller. If the current
|
|
17
|
+
* generation of the Deployment is > 1, then this means that the current generation must
|
|
18
|
+
* be different from the generation reported by the last outputs.
|
|
19
|
+
* 2. There exists a ReplicaSet whose revision is equal to the current revision of the
|
|
20
|
+
* Deployment.
|
|
21
|
+
* 3. The Deployment's '.status.conditions' has a status of type 'Available' whose 'status'
|
|
22
|
+
* member is set to 'True'.
|
|
23
|
+
* 4. If the Deployment has generation > 1, then '.status.conditions' has a status of type
|
|
24
|
+
* 'Progressing', whose 'status' member is set to 'True', and whose 'reason' is
|
|
25
|
+
* 'NewReplicaSetAvailable'. For generation <= 1, this status field does not exist,
|
|
26
|
+
* because it doesn't do a rollout (i.e., it simply creates the Deployment and
|
|
27
|
+
* corresponding ReplicaSet), and therefore there is no rollout to mark as 'Progressing'.
|
|
28
|
+
*
|
|
29
|
+
* If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
30
|
+
* time out and mark the resource update as Failed. You can override the default timeout value
|
|
31
|
+
* by setting the 'customTimeouts' option on the resource.
|
|
32
|
+
*
|
|
33
|
+
* @deprecated apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters.
|
|
34
|
+
*/
|
|
35
|
+
class DeploymentPatch extends pulumi.CustomResource {
|
|
36
|
+
/**
|
|
37
|
+
* Create a DeploymentPatch resource with the given unique name, arguments, and options.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resource.
|
|
40
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
41
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
42
|
+
*/
|
|
43
|
+
/** @deprecated apps/v1beta2/Deployment is deprecated by apps/v1/Deployment and not supported by Kubernetes v1.16+ clusters. */
|
|
44
|
+
constructor(name, args, opts) {
|
|
45
|
+
let resourceInputs = {};
|
|
46
|
+
opts = opts || {};
|
|
47
|
+
if (!opts.id) {
|
|
48
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'metadata'");
|
|
50
|
+
}
|
|
51
|
+
resourceInputs["apiVersion"] = "apps/v1beta2";
|
|
52
|
+
resourceInputs["kind"] = "Deployment";
|
|
53
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
54
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
55
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
65
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:apps/v1:DeploymentPatch" }, { type: "kubernetes:apps/v1beta1:DeploymentPatch" }, { type: "kubernetes:extensions/v1beta1:DeploymentPatch" }] };
|
|
66
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
67
|
+
super(DeploymentPatch.__pulumiType, name, resourceInputs, opts);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Get an existing DeploymentPatch resource's state with the given name, ID, and optional extra
|
|
71
|
+
* properties used to qualify the lookup.
|
|
72
|
+
*
|
|
73
|
+
* @param name The _unique_ name of the resulting resource.
|
|
74
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
75
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
76
|
+
*/
|
|
77
|
+
static get(name, id, opts) {
|
|
78
|
+
return new DeploymentPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Returns true if the given object is an instance of DeploymentPatch. This is designed to work even
|
|
82
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
83
|
+
*/
|
|
84
|
+
static isInstance(obj) {
|
|
85
|
+
if (obj === undefined || obj === null) {
|
|
86
|
+
return false;
|
|
87
|
+
}
|
|
88
|
+
return obj['__pulumiType'] === DeploymentPatch.__pulumiType;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
exports.DeploymentPatch = DeploymentPatch;
|
|
92
|
+
/** @internal */
|
|
93
|
+
DeploymentPatch.__pulumiType = 'kubernetes:apps/v1beta2:DeploymentPatch';
|
|
94
|
+
//# sourceMappingURL=deploymentPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploymentPatch.js","sourceRoot":"","sources":["../../../apps/v1beta2/deploymentPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IAgDtD;;;;;;OAMG;IACH,+HAA+H;IAC/H,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,cAAc,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,YAAY,CAAC;YACtC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,oCAAoC,EAAE,EAAE,EAAE,IAAI,EAAE,yCAAyC,EAAE,EAAE,EAAE,IAAI,EAAE,+CAA+C,EAAE,CAAC,EAAE,CAAC;QAChM,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IA9ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,eAAe,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AAzBL,0CAgFC;AAnEG,gBAAgB;AACO,4BAAY,GAAG,yCAAyC,CAAC"}
|
package/apps/v1beta2/index.d.ts
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
export * from "./controllerRevision";
|
|
2
2
|
export * from "./controllerRevisionList";
|
|
3
|
+
export * from "./controllerRevisionPatch";
|
|
3
4
|
export * from "./daemonSet";
|
|
4
5
|
export * from "./daemonSetList";
|
|
6
|
+
export * from "./daemonSetPatch";
|
|
5
7
|
export * from "./deployment";
|
|
6
8
|
export * from "./deploymentList";
|
|
9
|
+
export * from "./deploymentPatch";
|
|
7
10
|
export * from "./replicaSet";
|
|
8
11
|
export * from "./replicaSetList";
|
|
12
|
+
export * from "./replicaSetPatch";
|
|
9
13
|
export * from "./statefulSet";
|
|
10
14
|
export * from "./statefulSetList";
|
|
15
|
+
export * from "./statefulSetPatch";
|
package/apps/v1beta2/index.js
CHANGED
|
@@ -21,25 +21,35 @@ const utilities = require("../../utilities");
|
|
|
21
21
|
// Export members:
|
|
22
22
|
__exportStar(require("./controllerRevision"), exports);
|
|
23
23
|
__exportStar(require("./controllerRevisionList"), exports);
|
|
24
|
+
__exportStar(require("./controllerRevisionPatch"), exports);
|
|
24
25
|
__exportStar(require("./daemonSet"), exports);
|
|
25
26
|
__exportStar(require("./daemonSetList"), exports);
|
|
27
|
+
__exportStar(require("./daemonSetPatch"), exports);
|
|
26
28
|
__exportStar(require("./deployment"), exports);
|
|
27
29
|
__exportStar(require("./deploymentList"), exports);
|
|
30
|
+
__exportStar(require("./deploymentPatch"), exports);
|
|
28
31
|
__exportStar(require("./replicaSet"), exports);
|
|
29
32
|
__exportStar(require("./replicaSetList"), exports);
|
|
33
|
+
__exportStar(require("./replicaSetPatch"), exports);
|
|
30
34
|
__exportStar(require("./statefulSet"), exports);
|
|
31
35
|
__exportStar(require("./statefulSetList"), exports);
|
|
36
|
+
__exportStar(require("./statefulSetPatch"), exports);
|
|
32
37
|
// Import resources to register:
|
|
33
38
|
const controllerRevision_1 = require("./controllerRevision");
|
|
34
39
|
const controllerRevisionList_1 = require("./controllerRevisionList");
|
|
40
|
+
const controllerRevisionPatch_1 = require("./controllerRevisionPatch");
|
|
35
41
|
const daemonSet_1 = require("./daemonSet");
|
|
36
42
|
const daemonSetList_1 = require("./daemonSetList");
|
|
43
|
+
const daemonSetPatch_1 = require("./daemonSetPatch");
|
|
37
44
|
const deployment_1 = require("./deployment");
|
|
38
45
|
const deploymentList_1 = require("./deploymentList");
|
|
46
|
+
const deploymentPatch_1 = require("./deploymentPatch");
|
|
39
47
|
const replicaSet_1 = require("./replicaSet");
|
|
40
48
|
const replicaSetList_1 = require("./replicaSetList");
|
|
49
|
+
const replicaSetPatch_1 = require("./replicaSetPatch");
|
|
41
50
|
const statefulSet_1 = require("./statefulSet");
|
|
42
51
|
const statefulSetList_1 = require("./statefulSetList");
|
|
52
|
+
const statefulSetPatch_1 = require("./statefulSetPatch");
|
|
43
53
|
const _module = {
|
|
44
54
|
version: utilities.getVersion(),
|
|
45
55
|
construct: (name, type, urn) => {
|
|
@@ -48,22 +58,32 @@ const _module = {
|
|
|
48
58
|
return new controllerRevision_1.ControllerRevision(name, undefined, { urn });
|
|
49
59
|
case "kubernetes:apps/v1beta2:ControllerRevisionList":
|
|
50
60
|
return new controllerRevisionList_1.ControllerRevisionList(name, undefined, { urn });
|
|
61
|
+
case "kubernetes:apps/v1beta2:ControllerRevisionPatch":
|
|
62
|
+
return new controllerRevisionPatch_1.ControllerRevisionPatch(name, undefined, { urn });
|
|
51
63
|
case "kubernetes:apps/v1beta2:DaemonSet":
|
|
52
64
|
return new daemonSet_1.DaemonSet(name, undefined, { urn });
|
|
53
65
|
case "kubernetes:apps/v1beta2:DaemonSetList":
|
|
54
66
|
return new daemonSetList_1.DaemonSetList(name, undefined, { urn });
|
|
67
|
+
case "kubernetes:apps/v1beta2:DaemonSetPatch":
|
|
68
|
+
return new daemonSetPatch_1.DaemonSetPatch(name, undefined, { urn });
|
|
55
69
|
case "kubernetes:apps/v1beta2:Deployment":
|
|
56
70
|
return new deployment_1.Deployment(name, undefined, { urn });
|
|
57
71
|
case "kubernetes:apps/v1beta2:DeploymentList":
|
|
58
72
|
return new deploymentList_1.DeploymentList(name, undefined, { urn });
|
|
73
|
+
case "kubernetes:apps/v1beta2:DeploymentPatch":
|
|
74
|
+
return new deploymentPatch_1.DeploymentPatch(name, undefined, { urn });
|
|
59
75
|
case "kubernetes:apps/v1beta2:ReplicaSet":
|
|
60
76
|
return new replicaSet_1.ReplicaSet(name, undefined, { urn });
|
|
61
77
|
case "kubernetes:apps/v1beta2:ReplicaSetList":
|
|
62
78
|
return new replicaSetList_1.ReplicaSetList(name, undefined, { urn });
|
|
79
|
+
case "kubernetes:apps/v1beta2:ReplicaSetPatch":
|
|
80
|
+
return new replicaSetPatch_1.ReplicaSetPatch(name, undefined, { urn });
|
|
63
81
|
case "kubernetes:apps/v1beta2:StatefulSet":
|
|
64
82
|
return new statefulSet_1.StatefulSet(name, undefined, { urn });
|
|
65
83
|
case "kubernetes:apps/v1beta2:StatefulSetList":
|
|
66
84
|
return new statefulSetList_1.StatefulSetList(name, undefined, { urn });
|
|
85
|
+
case "kubernetes:apps/v1beta2:StatefulSetPatch":
|
|
86
|
+
return new statefulSetPatch_1.StatefulSetPatch(name, undefined, { urn });
|
|
67
87
|
default:
|
|
68
88
|
throw new Error(`unknown resource type ${type}`);
|
|
69
89
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../apps/v1beta2/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,uDAAqC;AACrC,2DAAyC;AACzC,8CAA4B;AAC5B,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../apps/v1beta2/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,uDAAqC;AACrC,2DAAyC;AACzC,4DAA0C;AAC1C,8CAA4B;AAC5B,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,+CAA6B;AAC7B,mDAAiC;AACjC,oDAAkC;AAClC,gDAA8B;AAC9B,oDAAkC;AAClC,qDAAmC;AAEnC,gCAAgC;AAChC,6DAA0D;AAC1D,qEAAkE;AAClE,uEAAoE;AACpE,2CAAwC;AACxC,mDAAgD;AAChD,qDAAkD;AAClD,6CAA0C;AAC1C,qDAAkD;AAClD,uDAAoD;AACpD,6CAA0C;AAC1C,qDAAkD;AAClD,uDAAoD;AACpD,+CAA4C;AAC5C,uDAAoD;AACpD,yDAAsD;AAEtD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,gDAAgD;gBACjD,OAAO,IAAI,+CAAsB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpE,KAAK,iDAAiD;gBAClD,OAAO,IAAI,iDAAuB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrE,KAAK,mCAAmC;gBACpC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD,KAAK,uCAAuC;gBACxC,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,oCAAoC;gBACrC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,wCAAwC;gBACzC,OAAO,IAAI,+BAAc,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC5D,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,qCAAqC;gBACtC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,yCAAyC;gBAC1C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
5
|
+
*
|
|
6
|
+
* @deprecated apps/v1beta2/ReplicaSet is deprecated by apps/v1/ReplicaSet and not supported by Kubernetes v1.16+ clusters.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ReplicaSetPatch extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing ReplicaSetPatch resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ReplicaSetPatch;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of ReplicaSetPatch. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is ReplicaSetPatch;
|
|
23
|
+
/**
|
|
24
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
25
|
+
*/
|
|
26
|
+
readonly apiVersion: pulumi.Output<"apps/v1beta2">;
|
|
27
|
+
/**
|
|
28
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
29
|
+
*/
|
|
30
|
+
readonly kind: pulumi.Output<"ReplicaSet">;
|
|
31
|
+
/**
|
|
32
|
+
* If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
33
|
+
*/
|
|
34
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
35
|
+
/**
|
|
36
|
+
* Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
37
|
+
*/
|
|
38
|
+
readonly spec: pulumi.Output<outputs.apps.v1beta2.ReplicaSetSpecPatch>;
|
|
39
|
+
/**
|
|
40
|
+
* Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
41
|
+
*/
|
|
42
|
+
readonly status: pulumi.Output<outputs.apps.v1beta2.ReplicaSetStatusPatch>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a ReplicaSetPatch resource with the given unique name, arguments, and options.
|
|
45
|
+
*
|
|
46
|
+
* @param name The _unique_ name of the resource.
|
|
47
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
48
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
49
|
+
*/
|
|
50
|
+
/** @deprecated apps/v1beta2/ReplicaSet is deprecated by apps/v1/ReplicaSet and not supported by Kubernetes v1.16+ clusters. */
|
|
51
|
+
constructor(name: string, args?: ReplicaSetPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The set of arguments for constructing a ReplicaSetPatch resource.
|
|
55
|
+
*/
|
|
56
|
+
export interface ReplicaSetPatchArgs {
|
|
57
|
+
/**
|
|
58
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
59
|
+
*/
|
|
60
|
+
apiVersion?: pulumi.Input<"apps/v1beta2">;
|
|
61
|
+
/**
|
|
62
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
63
|
+
*/
|
|
64
|
+
kind?: pulumi.Input<"ReplicaSet">;
|
|
65
|
+
/**
|
|
66
|
+
* If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
67
|
+
*/
|
|
68
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
69
|
+
/**
|
|
70
|
+
* Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
71
|
+
*/
|
|
72
|
+
spec?: pulumi.Input<inputs.apps.v1beta2.ReplicaSetSpecPatch>;
|
|
73
|
+
}
|