@pulumi/kubernetes 3.19.2 → 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/helm/v3/release.d.ts +2 -2
- package/helm/v3/release.js +2 -2
- package/kustomize/kustomize.js +2 -2
- package/kustomize/kustomize.js.map +1 -1
- 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 +13 -2
- package/provider.js +6 -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
- package/yaml/yaml.js +7 -7
- package/yaml/yaml.js.map +1 -1
|
@@ -0,0 +1,69 @@
|
|
|
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.PriorityLevelConfigurationPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* PriorityLevelConfiguration represents the configuration of a priority level.
|
|
10
|
+
*/
|
|
11
|
+
class PriorityLevelConfigurationPatch extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a PriorityLevelConfigurationPatch resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'metadata'");
|
|
25
|
+
}
|
|
26
|
+
resourceInputs["apiVersion"] = "flowcontrol.apiserver.k8s.io/v1beta2";
|
|
27
|
+
resourceInputs["kind"] = "PriorityLevelConfiguration";
|
|
28
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
29
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
30
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
34
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
38
|
+
}
|
|
39
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
40
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:flowcontrol.apiserver.k8s.io/v1alpha1:PriorityLevelConfigurationPatch" }, { type: "kubernetes:flowcontrol.apiserver.k8s.io/v1beta1:PriorityLevelConfigurationPatch" }] };
|
|
41
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
42
|
+
super(PriorityLevelConfigurationPatch.__pulumiType, name, resourceInputs, opts);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Get an existing PriorityLevelConfigurationPatch resource's state with the given name, ID, and optional extra
|
|
46
|
+
* properties used to qualify the lookup.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resulting resource.
|
|
49
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
50
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
51
|
+
*/
|
|
52
|
+
static get(name, id, opts) {
|
|
53
|
+
return new PriorityLevelConfigurationPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Returns true if the given object is an instance of PriorityLevelConfigurationPatch. This is designed to work even
|
|
57
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
58
|
+
*/
|
|
59
|
+
static isInstance(obj) {
|
|
60
|
+
if (obj === undefined || obj === null) {
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
return obj['__pulumiType'] === PriorityLevelConfigurationPatch.__pulumiType;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.PriorityLevelConfigurationPatch = PriorityLevelConfigurationPatch;
|
|
67
|
+
/** @internal */
|
|
68
|
+
PriorityLevelConfigurationPatch.__pulumiType = 'kubernetes:flowcontrol.apiserver.k8s.io/v1beta2:PriorityLevelConfigurationPatch';
|
|
69
|
+
//# sourceMappingURL=priorityLevelConfigurationPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"priorityLevelConfigurationPatch.js","sourceRoot":"","sources":["../../../flowcontrol/v1beta2/priorityLevelConfigurationPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;GAEG;AACH,MAAa,+BAAgC,SAAQ,MAAM,CAAC,cAAc;IAgDtE;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0C,EAAE,IAAmC;QACrG,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,sCAAsC,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,4BAA4B,CAAC;YACtD,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,kFAAkF,EAAE,EAAE,EAAE,IAAI,EAAE,iFAAiF,EAAE,CAAC,EAAE,CAAC;QAC3N,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,+BAA+B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpF,CAAC;IA7ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,+BAA+B,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5F,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,+BAA+B,CAAC,YAAY,CAAC;IAChF,CAAC;;AAzBL,0EA+EC;AAlEG,gBAAgB;AACO,4CAAY,GAAG,iFAAiF,CAAC"}
|
package/helm/v3/release.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
99
99
|
* const release = new k8s.helm.v3.Release("redis", {
|
|
100
100
|
* chart: "redis",
|
|
101
101
|
* repositoryOpts: {
|
|
102
|
-
* repo: "https://
|
|
102
|
+
* repo: "https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami",
|
|
103
103
|
* },
|
|
104
104
|
* valueYamlFiles: [new FileAsset("./metrics.yml")],
|
|
105
105
|
* values: {
|
|
@@ -126,7 +126,7 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
126
126
|
* const redis = new k8s.helm.v3.Release("redis", {
|
|
127
127
|
* chart: "redis",
|
|
128
128
|
* repositoryOpts: {
|
|
129
|
-
* repo: "https://
|
|
129
|
+
* repo: "https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami",
|
|
130
130
|
* },
|
|
131
131
|
* values: {
|
|
132
132
|
* cluster: {
|
package/helm/v3/release.js
CHANGED
|
@@ -104,7 +104,7 @@ const utilities = require("../../utilities");
|
|
|
104
104
|
* const release = new k8s.helm.v3.Release("redis", {
|
|
105
105
|
* chart: "redis",
|
|
106
106
|
* repositoryOpts: {
|
|
107
|
-
* repo: "https://
|
|
107
|
+
* repo: "https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami",
|
|
108
108
|
* },
|
|
109
109
|
* valueYamlFiles: [new FileAsset("./metrics.yml")],
|
|
110
110
|
* values: {
|
|
@@ -131,7 +131,7 @@ const utilities = require("../../utilities");
|
|
|
131
131
|
* const redis = new k8s.helm.v3.Release("redis", {
|
|
132
132
|
* chart: "redis",
|
|
133
133
|
* repositoryOpts: {
|
|
134
|
-
* repo: "https://
|
|
134
|
+
* repo: "https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami",
|
|
135
135
|
* },
|
|
136
136
|
* values: {
|
|
137
137
|
* cluster: {
|
package/kustomize/kustomize.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// Copyright 2016-
|
|
2
|
+
// Copyright 2016-2022, Pulumi Corporation.
|
|
3
3
|
//
|
|
4
4
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
// you may not use this file except in compliance with the License.
|
|
@@ -92,7 +92,7 @@ class Directory extends yaml.CollectionComponentResource {
|
|
|
92
92
|
const directory = config.directory;
|
|
93
93
|
// Rather than using the default provider for the following invoke call, use the version specified
|
|
94
94
|
// in package.json.
|
|
95
|
-
let invokeOpts = { async: true, version: (0, utilities_1.getVersion)() };
|
|
95
|
+
let invokeOpts = { async: true, version: (0, utilities_1.getVersion)(), provider: opts === null || opts === void 0 ? void 0 : opts.provider };
|
|
96
96
|
const promise = pulumi.runtime.invoke("kubernetes:kustomize:directory", { directory }, invokeOpts);
|
|
97
97
|
this.resources = pulumi.output(promise).apply(p => yaml.parse({
|
|
98
98
|
resourcePrefix: config.resourcePrefix,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kustomize.js","sourceRoot":"","sources":["../../kustomize/kustomize.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,yDAAyD;AACzD,iFAAiF;AAEjF,yCAAyC;AACzC,4CAA0C;AAC1C,gCAAgC;AAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAa,SAAU,SAAQ,IAAI,CAAC,2BAA2B;IAC3D;;;;;;OAMG;IACH,YACI,IAAY,EACZ,MAAqB,EACrB,IAAsC;QAEtC,IAAI,MAAM,CAAC,cAAc,KAAK,SAAS,EAAE;YACrC,IAAI,GAAG,GAAG,MAAM,CAAC,cAAc,IAAI,IAAI,EAAE,CAAA;SAC5C;QACD,KAAK,CAAC,gCAAgC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;QAE5D,MAAM,SAAS,GAAG,MAAM,CAAC,SAAS,CAAA;QAElC,kGAAkG;QAClG,mBAAmB;QACnB,IAAI,UAAU,GAAyB,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,IAAA,sBAAU,GAAE,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"kustomize.js","sourceRoot":"","sources":["../../kustomize/kustomize.ts"],"names":[],"mappings":";AAAA,2CAA2C;AAC3C,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,yDAAyD;AACzD,iFAAiF;AAEjF,yCAAyC;AACzC,4CAA0C;AAC1C,gCAAgC;AAEhC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AACH,MAAa,SAAU,SAAQ,IAAI,CAAC,2BAA2B;IAC3D;;;;;;OAMG;IACH,YACI,IAAY,EACZ,MAAqB,EACrB,IAAsC;QAEtC,IAAI,MAAM,CAAC,cAAc,KAAK,SAAS,EAAE;YACrC,IAAI,GAAG,GAAG,MAAM,CAAC,cAAc,IAAI,IAAI,EAAE,CAAA;SAC5C;QACD,KAAK,CAAC,gCAAgC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;QAE5D,MAAM,SAAS,GAAG,MAAM,CAAC,SAAS,CAAA;QAElC,kGAAkG;QAClG,mBAAmB;QACnB,IAAI,UAAU,GAAyB,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,IAAA,sBAAU,GAAE,EAAE,QAAQ,EAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAE,CAAC;QAExG,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAAC,SAAS,EAAC,EAAE,UAAU,CAAC,CAAC;QACjG,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,KAAK,CAAyC,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,CACjG;YACI,cAAc,EAAE,MAAM,CAAC,cAAc;YACrC,IAAI,EAAE,CAAC,CAAC,MAAM;YACd,eAAe,EAAE,MAAM,CAAC,eAAe,IAAI,EAAE;SAChD,EACD,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,EAAE,CAC/C,CAAC,CAAC;IACP,CAAC;CACJ;AAlCD,8BAkCC"}
|
package/meta/v1/index.d.ts
CHANGED
package/meta/v1/index.js
CHANGED
|
@@ -20,14 +20,18 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
20
20
|
const utilities = require("../../utilities");
|
|
21
21
|
// Export members:
|
|
22
22
|
__exportStar(require("./status"), exports);
|
|
23
|
+
__exportStar(require("./statusPatch"), exports);
|
|
23
24
|
// Import resources to register:
|
|
24
25
|
const status_1 = require("./status");
|
|
26
|
+
const statusPatch_1 = require("./statusPatch");
|
|
25
27
|
const _module = {
|
|
26
28
|
version: utilities.getVersion(),
|
|
27
29
|
construct: (name, type, urn) => {
|
|
28
30
|
switch (type) {
|
|
29
31
|
case "kubernetes:meta/v1:Status":
|
|
30
32
|
return new status_1.Status(name, undefined, { urn });
|
|
33
|
+
case "kubernetes:meta/v1:StatusPatch":
|
|
34
|
+
return new statusPatch_1.StatusPatch(name, undefined, { urn });
|
|
31
35
|
default:
|
|
32
36
|
throw new Error(`unknown resource type ${type}`);
|
|
33
37
|
}
|
package/meta/v1/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../meta/v1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,2CAAyB;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../meta/v1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,2CAAyB;AACzB,gDAA8B;AAE9B,gCAAgC;AAChC,qCAAkC;AAClC,+CAA4C;AAE5C,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,2BAA2B;gBAC5B,OAAO,IAAI,eAAM,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACpD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Status is a return value for calls that don't return other objects.
|
|
5
|
+
*/
|
|
6
|
+
export declare class StatusPatch extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing StatusPatch resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): StatusPatch;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of StatusPatch. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is StatusPatch;
|
|
21
|
+
/**
|
|
22
|
+
* 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
|
|
23
|
+
*/
|
|
24
|
+
readonly apiVersion: pulumi.Output<"v1">;
|
|
25
|
+
/**
|
|
26
|
+
* Suggested HTTP return code for this status, 0 if not set.
|
|
27
|
+
*/
|
|
28
|
+
readonly code: pulumi.Output<number>;
|
|
29
|
+
/**
|
|
30
|
+
* Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
|
|
31
|
+
*/
|
|
32
|
+
readonly details: pulumi.Output<outputs.meta.v1.StatusDetailsPatch>;
|
|
33
|
+
/**
|
|
34
|
+
* 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
|
|
35
|
+
*/
|
|
36
|
+
readonly kind: pulumi.Output<"Status">;
|
|
37
|
+
/**
|
|
38
|
+
* A human-readable description of the status of this operation.
|
|
39
|
+
*/
|
|
40
|
+
readonly message: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
43
|
+
*/
|
|
44
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ListMetaPatch>;
|
|
45
|
+
/**
|
|
46
|
+
* A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
|
|
47
|
+
*/
|
|
48
|
+
readonly reason: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
51
|
+
*/
|
|
52
|
+
readonly status: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Create a StatusPatch resource with the given unique name, arguments, and options.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resource.
|
|
57
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
58
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
59
|
+
*/
|
|
60
|
+
constructor(name: string, args?: StatusPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* The set of arguments for constructing a StatusPatch resource.
|
|
64
|
+
*/
|
|
65
|
+
export interface StatusPatchArgs {
|
|
66
|
+
/**
|
|
67
|
+
* 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
|
|
68
|
+
*/
|
|
69
|
+
apiVersion?: pulumi.Input<"v1">;
|
|
70
|
+
/**
|
|
71
|
+
* Suggested HTTP return code for this status, 0 if not set.
|
|
72
|
+
*/
|
|
73
|
+
code?: pulumi.Input<number>;
|
|
74
|
+
/**
|
|
75
|
+
* Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
|
|
76
|
+
*/
|
|
77
|
+
details?: pulumi.Input<inputs.meta.v1.StatusDetailsPatch>;
|
|
78
|
+
/**
|
|
79
|
+
* 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
|
|
80
|
+
*/
|
|
81
|
+
kind?: pulumi.Input<"Status">;
|
|
82
|
+
/**
|
|
83
|
+
* A human-readable description of the status of this operation.
|
|
84
|
+
*/
|
|
85
|
+
message?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
88
|
+
*/
|
|
89
|
+
metadata: pulumi.Input<inputs.meta.v1.ListMetaPatch>;
|
|
90
|
+
/**
|
|
91
|
+
* A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
|
|
92
|
+
*/
|
|
93
|
+
reason?: pulumi.Input<string>;
|
|
94
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
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.StatusPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Status is a return value for calls that don't return other objects.
|
|
10
|
+
*/
|
|
11
|
+
class StatusPatch extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a StatusPatch resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'metadata'");
|
|
25
|
+
}
|
|
26
|
+
resourceInputs["apiVersion"] = "v1";
|
|
27
|
+
resourceInputs["code"] = args ? args.code : undefined;
|
|
28
|
+
resourceInputs["details"] = args ? args.details : undefined;
|
|
29
|
+
resourceInputs["kind"] = "Status";
|
|
30
|
+
resourceInputs["message"] = args ? args.message : undefined;
|
|
31
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
32
|
+
resourceInputs["reason"] = args ? args.reason : undefined;
|
|
33
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["code"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["details"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["message"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["reason"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
44
|
+
}
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
46
|
+
super(StatusPatch.__pulumiType, name, resourceInputs, opts);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing StatusPatch resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, opts) {
|
|
57
|
+
return new StatusPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of StatusPatch. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === StatusPatch.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.StatusPatch = StatusPatch;
|
|
71
|
+
/** @internal */
|
|
72
|
+
StatusPatch.__pulumiType = 'kubernetes:meta/v1:StatusPatch';
|
|
73
|
+
//# sourceMappingURL=statusPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"statusPatch.js","sourceRoot":"","sources":["../../../meta/v1/statusPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IA4DlD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAsB,EAAE,IAAmC;QACjF,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,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,QAAQ,CAAC;YAClC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,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,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,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,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;IA7FD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;;AAzBL,kCA+FC;AAlFG,gBAAgB;AACO,wBAAY,GAAG,gCAAgC,CAAC"}
|
package/networking/v1/index.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export * from "./ingress";
|
|
2
2
|
export * from "./ingressClass";
|
|
3
3
|
export * from "./ingressClassList";
|
|
4
|
+
export * from "./ingressClassPatch";
|
|
4
5
|
export * from "./ingressList";
|
|
6
|
+
export * from "./ingressPatch";
|
|
5
7
|
export * from "./networkPolicy";
|
|
6
8
|
export * from "./networkPolicyList";
|
|
9
|
+
export * from "./networkPolicyPatch";
|
package/networking/v1/index.js
CHANGED
|
@@ -22,16 +22,22 @@ const utilities = require("../../utilities");
|
|
|
22
22
|
__exportStar(require("./ingress"), exports);
|
|
23
23
|
__exportStar(require("./ingressClass"), exports);
|
|
24
24
|
__exportStar(require("./ingressClassList"), exports);
|
|
25
|
+
__exportStar(require("./ingressClassPatch"), exports);
|
|
25
26
|
__exportStar(require("./ingressList"), exports);
|
|
27
|
+
__exportStar(require("./ingressPatch"), exports);
|
|
26
28
|
__exportStar(require("./networkPolicy"), exports);
|
|
27
29
|
__exportStar(require("./networkPolicyList"), exports);
|
|
30
|
+
__exportStar(require("./networkPolicyPatch"), exports);
|
|
28
31
|
// Import resources to register:
|
|
29
32
|
const ingress_1 = require("./ingress");
|
|
30
33
|
const ingressClass_1 = require("./ingressClass");
|
|
31
34
|
const ingressClassList_1 = require("./ingressClassList");
|
|
35
|
+
const ingressClassPatch_1 = require("./ingressClassPatch");
|
|
32
36
|
const ingressList_1 = require("./ingressList");
|
|
37
|
+
const ingressPatch_1 = require("./ingressPatch");
|
|
33
38
|
const networkPolicy_1 = require("./networkPolicy");
|
|
34
39
|
const networkPolicyList_1 = require("./networkPolicyList");
|
|
40
|
+
const networkPolicyPatch_1 = require("./networkPolicyPatch");
|
|
35
41
|
const _module = {
|
|
36
42
|
version: utilities.getVersion(),
|
|
37
43
|
construct: (name, type, urn) => {
|
|
@@ -42,12 +48,18 @@ const _module = {
|
|
|
42
48
|
return new ingressClass_1.IngressClass(name, undefined, { urn });
|
|
43
49
|
case "kubernetes:networking.k8s.io/v1:IngressClassList":
|
|
44
50
|
return new ingressClassList_1.IngressClassList(name, undefined, { urn });
|
|
51
|
+
case "kubernetes:networking.k8s.io/v1:IngressClassPatch":
|
|
52
|
+
return new ingressClassPatch_1.IngressClassPatch(name, undefined, { urn });
|
|
45
53
|
case "kubernetes:networking.k8s.io/v1:IngressList":
|
|
46
54
|
return new ingressList_1.IngressList(name, undefined, { urn });
|
|
55
|
+
case "kubernetes:networking.k8s.io/v1:IngressPatch":
|
|
56
|
+
return new ingressPatch_1.IngressPatch(name, undefined, { urn });
|
|
47
57
|
case "kubernetes:networking.k8s.io/v1:NetworkPolicy":
|
|
48
58
|
return new networkPolicy_1.NetworkPolicy(name, undefined, { urn });
|
|
49
59
|
case "kubernetes:networking.k8s.io/v1:NetworkPolicyList":
|
|
50
60
|
return new networkPolicyList_1.NetworkPolicyList(name, undefined, { urn });
|
|
61
|
+
case "kubernetes:networking.k8s.io/v1:NetworkPolicyPatch":
|
|
62
|
+
return new networkPolicyPatch_1.NetworkPolicyPatch(name, undefined, { urn });
|
|
51
63
|
default:
|
|
52
64
|
throw new Error(`unknown resource type ${type}`);
|
|
53
65
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../networking/v1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,4CAA0B;AAC1B,iDAA+B;AAC/B,qDAAmC;AACnC,gDAA8B;AAC9B,kDAAgC;AAChC,sDAAoC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../networking/v1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,4CAA0B;AAC1B,iDAA+B;AAC/B,qDAAmC;AACnC,sDAAoC;AACpC,gDAA8B;AAC9B,iDAA+B;AAC/B,kDAAgC;AAChC,sDAAoC;AACpC,uDAAqC;AAErC,gCAAgC;AAChC,uCAAoC;AACpC,iDAA8C;AAC9C,yDAAsD;AACtD,2DAAwD;AACxD,+CAA4C;AAC5C,iDAA8C;AAC9C,mDAAgD;AAChD,2DAAwD;AACxD,6DAA0D;AAE1D,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,yCAAyC;gBAC1C,OAAO,IAAI,iBAAO,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,mDAAmD;gBACpD,OAAO,IAAI,qCAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,+CAA+C;gBAChD,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,mDAAmD;gBACpD,OAAO,IAAI,qCAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D,KAAK,oDAAoD;gBACrD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -24,7 +24,7 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
24
24
|
* import * as pulumi from "@pulumi/pulumi";
|
|
25
25
|
* import * as kubernetes from "@pulumi/kubernetes";
|
|
26
26
|
*
|
|
27
|
-
* const ingress = new kubernetes.networking.v1.Ingress("
|
|
27
|
+
* const ingress = new kubernetes.networking.v1.Ingress("ingress", {
|
|
28
28
|
* metadata: {
|
|
29
29
|
* annotations: {
|
|
30
30
|
* "nginx.ingress.kubernetes.io/rewrite-target": "/",
|
|
@@ -34,8 +34,6 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
34
34
|
* rules: [{
|
|
35
35
|
* http: {
|
|
36
36
|
* paths: [{
|
|
37
|
-
* path: "/testpath",
|
|
38
|
-
* pathType: "Prefix",
|
|
39
37
|
* backend: {
|
|
40
38
|
* service: {
|
|
41
39
|
* name: "test",
|
|
@@ -44,6 +42,8 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
44
42
|
* },
|
|
45
43
|
* },
|
|
46
44
|
* },
|
|
45
|
+
* path: "/testpath",
|
|
46
|
+
* pathType: "Prefix",
|
|
47
47
|
* }],
|
|
48
48
|
* },
|
|
49
49
|
* }],
|
|
@@ -56,19 +56,17 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
56
56
|
* import * as pulumi from "@pulumi/pulumi";
|
|
57
57
|
* import * as kubernetes from "@pulumi/kubernetes";
|
|
58
58
|
*
|
|
59
|
-
* const ingress = new kubernetes.networking.v1.Ingress("
|
|
59
|
+
* const ingress = new kubernetes.networking.v1.Ingress("ingress", {
|
|
60
60
|
* metadata: {
|
|
61
|
-
* name: "minimal-ingress",
|
|
62
61
|
* annotations: {
|
|
63
62
|
* "nginx.ingress.kubernetes.io/rewrite-target": "/",
|
|
64
63
|
* },
|
|
64
|
+
* name: "minimal-ingress",
|
|
65
65
|
* },
|
|
66
66
|
* spec: {
|
|
67
67
|
* rules: [{
|
|
68
68
|
* http: {
|
|
69
69
|
* paths: [{
|
|
70
|
-
* path: "/testpath",
|
|
71
|
-
* pathType: "Prefix",
|
|
72
70
|
* backend: {
|
|
73
71
|
* service: {
|
|
74
72
|
* name: "test",
|
|
@@ -77,13 +75,14 @@ import { input as inputs, output as outputs } from "../../types";
|
|
|
77
75
|
* },
|
|
78
76
|
* },
|
|
79
77
|
* },
|
|
78
|
+
* path: "/testpath",
|
|
79
|
+
* pathType: "Prefix",
|
|
80
80
|
* }],
|
|
81
81
|
* },
|
|
82
82
|
* }],
|
|
83
83
|
* },
|
|
84
84
|
* });
|
|
85
85
|
* ```
|
|
86
|
-
* {% /examples %}}
|
|
87
86
|
*/
|
|
88
87
|
export declare class Ingress extends pulumi.CustomResource {
|
|
89
88
|
/**
|
package/networking/v1/ingress.js
CHANGED
|
@@ -29,7 +29,7 @@ const utilities = require("../../utilities");
|
|
|
29
29
|
* import * as pulumi from "@pulumi/pulumi";
|
|
30
30
|
* import * as kubernetes from "@pulumi/kubernetes";
|
|
31
31
|
*
|
|
32
|
-
* const ingress = new kubernetes.networking.v1.Ingress("
|
|
32
|
+
* const ingress = new kubernetes.networking.v1.Ingress("ingress", {
|
|
33
33
|
* metadata: {
|
|
34
34
|
* annotations: {
|
|
35
35
|
* "nginx.ingress.kubernetes.io/rewrite-target": "/",
|
|
@@ -39,8 +39,6 @@ const utilities = require("../../utilities");
|
|
|
39
39
|
* rules: [{
|
|
40
40
|
* http: {
|
|
41
41
|
* paths: [{
|
|
42
|
-
* path: "/testpath",
|
|
43
|
-
* pathType: "Prefix",
|
|
44
42
|
* backend: {
|
|
45
43
|
* service: {
|
|
46
44
|
* name: "test",
|
|
@@ -49,6 +47,8 @@ const utilities = require("../../utilities");
|
|
|
49
47
|
* },
|
|
50
48
|
* },
|
|
51
49
|
* },
|
|
50
|
+
* path: "/testpath",
|
|
51
|
+
* pathType: "Prefix",
|
|
52
52
|
* }],
|
|
53
53
|
* },
|
|
54
54
|
* }],
|
|
@@ -61,19 +61,17 @@ const utilities = require("../../utilities");
|
|
|
61
61
|
* import * as pulumi from "@pulumi/pulumi";
|
|
62
62
|
* import * as kubernetes from "@pulumi/kubernetes";
|
|
63
63
|
*
|
|
64
|
-
* const ingress = new kubernetes.networking.v1.Ingress("
|
|
64
|
+
* const ingress = new kubernetes.networking.v1.Ingress("ingress", {
|
|
65
65
|
* metadata: {
|
|
66
|
-
* name: "minimal-ingress",
|
|
67
66
|
* annotations: {
|
|
68
67
|
* "nginx.ingress.kubernetes.io/rewrite-target": "/",
|
|
69
68
|
* },
|
|
69
|
+
* name: "minimal-ingress",
|
|
70
70
|
* },
|
|
71
71
|
* spec: {
|
|
72
72
|
* rules: [{
|
|
73
73
|
* http: {
|
|
74
74
|
* paths: [{
|
|
75
|
-
* path: "/testpath",
|
|
76
|
-
* pathType: "Prefix",
|
|
77
75
|
* backend: {
|
|
78
76
|
* service: {
|
|
79
77
|
* name: "test",
|
|
@@ -82,13 +80,14 @@ const utilities = require("../../utilities");
|
|
|
82
80
|
* },
|
|
83
81
|
* },
|
|
84
82
|
* },
|
|
83
|
+
* path: "/testpath",
|
|
84
|
+
* pathType: "Prefix",
|
|
85
85
|
* }],
|
|
86
86
|
* },
|
|
87
87
|
* }],
|
|
88
88
|
* },
|
|
89
89
|
* });
|
|
90
90
|
* ```
|
|
91
|
-
* {% /examples %}}
|
|
92
91
|
*/
|
|
93
92
|
class Ingress extends pulumi.CustomResource {
|
|
94
93
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ingress.js","sourceRoot":"","sources":["../../../networking/v1/ingress.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C
|
|
1
|
+
{"version":3,"file":"ingress.js","sourceRoot":"","sources":["../../../networking/v1/ingress.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmFG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAgD9C;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAkB,EAAE,IAAmC;QAC7E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,cAAc,CAAC,YAAY,CAAC,GAAG,sBAAsB,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;YACnC,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,uCAAuC,EAAE,EAAE,EAAE,IAAI,EAAE,8CAA8C,EAAE,CAAC,EAAE,CAAC;QAC7I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;IA1ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,OAAO,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpE,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;;AAzBL,0BA4EC;AA/DG,gBAAgB;AACO,oBAAY,GAAG,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.
|
|
5
|
+
*/
|
|
6
|
+
export declare class IngressClassPatch extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing IngressClassPatch resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): IngressClassPatch;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of IngressClassPatch. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is IngressClassPatch;
|
|
21
|
+
/**
|
|
22
|
+
* 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
|
|
23
|
+
*/
|
|
24
|
+
readonly apiVersion: pulumi.Output<"networking.k8s.io/v1">;
|
|
25
|
+
/**
|
|
26
|
+
* 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
|
|
27
|
+
*/
|
|
28
|
+
readonly kind: pulumi.Output<"IngressClass">;
|
|
29
|
+
/**
|
|
30
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
31
|
+
*/
|
|
32
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
33
|
+
/**
|
|
34
|
+
* Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
35
|
+
*/
|
|
36
|
+
readonly spec: pulumi.Output<outputs.networking.v1.IngressClassSpecPatch>;
|
|
37
|
+
/**
|
|
38
|
+
* Create a IngressClassPatch resource with the given unique name, arguments, and options.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resource.
|
|
41
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
42
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
43
|
+
*/
|
|
44
|
+
constructor(name: string, args?: IngressClassPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The set of arguments for constructing a IngressClassPatch resource.
|
|
48
|
+
*/
|
|
49
|
+
export interface IngressClassPatchArgs {
|
|
50
|
+
/**
|
|
51
|
+
* 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
|
|
52
|
+
*/
|
|
53
|
+
apiVersion?: pulumi.Input<"networking.k8s.io/v1">;
|
|
54
|
+
/**
|
|
55
|
+
* 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
|
|
56
|
+
*/
|
|
57
|
+
kind?: pulumi.Input<"IngressClass">;
|
|
58
|
+
/**
|
|
59
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
60
|
+
*/
|
|
61
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
62
|
+
/**
|
|
63
|
+
* Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
64
|
+
*/
|
|
65
|
+
spec?: pulumi.Input<inputs.networking.v1.IngressClassSpecPatch>;
|
|
66
|
+
}
|