@pulumi/kubernetes 3.19.4 → 3.20.2
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 +72 -0
- package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js +73 -0
- package/admissionregistration/v1/mutatingWebhookConfigurationPatch.js.map +1 -0
- package/admissionregistration/v1/validatingWebhookConfigurationPatch.d.ts +72 -0
- package/admissionregistration/v1/validatingWebhookConfigurationPatch.js +73 -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 +72 -0
- package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js +73 -0
- package/admissionregistration/v1beta1/mutatingWebhookConfigurationPatch.js.map +1 -0
- package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.d.ts +72 -0
- package/admissionregistration/v1beta1/validatingWebhookConfigurationPatch.js +73 -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 +76 -0
- package/apiextensions/v1/customResourceDefinitionPatch.js +75 -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 +70 -0
- package/apiextensions/v1beta1/customResourceDefinitionPatch.js +75 -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 +76 -0
- package/apiregistration/v1/apiservicePatch.js +75 -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 +70 -0
- package/apiregistration/v1beta1/apiservicePatch.js +75 -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 +80 -0
- package/apps/v1/controllerRevisionPatch.js +75 -0
- package/apps/v1/controllerRevisionPatch.js.map +1 -0
- package/apps/v1/daemonSetPatch.d.ts +76 -0
- package/apps/v1/daemonSetPatch.js +75 -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 +98 -0
- package/apps/v1/deploymentPatch.js +97 -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 +76 -0
- package/apps/v1/replicaSetPatch.js +75 -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 +92 -0
- package/apps/v1/statefulSetPatch.js +91 -0
- package/apps/v1/statefulSetPatch.js.map +1 -0
- package/apps/v1beta1/controllerRevisionPatch.d.ts +83 -0
- package/apps/v1beta1/controllerRevisionPatch.js +78 -0
- package/apps/v1beta1/controllerRevisionPatch.js.map +1 -0
- package/apps/v1beta1/deploymentPatch.d.ts +101 -0
- package/apps/v1beta1/deploymentPatch.js +100 -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 +89 -0
- package/apps/v1beta1/statefulSetPatch.js +94 -0
- package/apps/v1beta1/statefulSetPatch.js.map +1 -0
- package/apps/v1beta2/controllerRevisionPatch.d.ts +83 -0
- package/apps/v1beta2/controllerRevisionPatch.js +78 -0
- package/apps/v1beta2/controllerRevisionPatch.js.map +1 -0
- package/apps/v1beta2/daemonSetPatch.d.ts +79 -0
- package/apps/v1beta2/daemonSetPatch.js +78 -0
- package/apps/v1beta2/daemonSetPatch.js.map +1 -0
- package/apps/v1beta2/deploymentPatch.d.ts +101 -0
- package/apps/v1beta2/deploymentPatch.js +100 -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 +79 -0
- package/apps/v1beta2/replicaSetPatch.js +78 -0
- package/apps/v1beta2/replicaSetPatch.js.map +1 -0
- package/apps/v1beta2/statefulSetPatch.d.ts +89 -0
- package/apps/v1beta2/statefulSetPatch.js +94 -0
- package/apps/v1beta2/statefulSetPatch.js.map +1 -0
- package/auditregistration/v1alpha1/auditSinkPatch.d.ts +66 -0
- package/auditregistration/v1alpha1/auditSinkPatch.js +71 -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 +76 -0
- package/authentication/v1/tokenRequestPatch.js +73 -0
- package/authentication/v1/tokenRequestPatch.js.map +1 -0
- package/authentication/v1/tokenReviewPatch.d.ts +76 -0
- package/authentication/v1/tokenReviewPatch.js +75 -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 +70 -0
- package/authentication/v1beta1/tokenReviewPatch.js +75 -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 +76 -0
- package/authorization/v1/localSubjectAccessReviewPatch.js +75 -0
- package/authorization/v1/localSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1/selfSubjectAccessReviewPatch.d.ts +76 -0
- package/authorization/v1/selfSubjectAccessReviewPatch.js +75 -0
- package/authorization/v1/selfSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1/selfSubjectRulesReviewPatch.d.ts +76 -0
- package/authorization/v1/selfSubjectRulesReviewPatch.js +75 -0
- package/authorization/v1/selfSubjectRulesReviewPatch.js.map +1 -0
- package/authorization/v1/subjectAccessReviewPatch.d.ts +76 -0
- package/authorization/v1/subjectAccessReviewPatch.js +75 -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 +70 -0
- package/authorization/v1beta1/localSubjectAccessReviewPatch.js +75 -0
- package/authorization/v1beta1/localSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1beta1/selfSubjectAccessReviewPatch.d.ts +70 -0
- package/authorization/v1beta1/selfSubjectAccessReviewPatch.js +75 -0
- package/authorization/v1beta1/selfSubjectAccessReviewPatch.js.map +1 -0
- package/authorization/v1beta1/selfSubjectRulesReviewPatch.d.ts +70 -0
- package/authorization/v1beta1/selfSubjectRulesReviewPatch.js +75 -0
- package/authorization/v1beta1/selfSubjectRulesReviewPatch.js.map +1 -0
- package/authorization/v1beta1/subjectAccessReviewPatch.d.ts +70 -0
- package/authorization/v1beta1/subjectAccessReviewPatch.js +75 -0
- package/authorization/v1beta1/subjectAccessReviewPatch.js.map +1 -0
- package/autoscaling/v1/horizontalPodAutoscalerPatch.d.ts +76 -0
- package/autoscaling/v1/horizontalPodAutoscalerPatch.js +75 -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 +76 -0
- package/autoscaling/v2/horizontalPodAutoscalerPatch.js +75 -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 +76 -0
- package/autoscaling/v2beta1/horizontalPodAutoscalerPatch.js +75 -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 +76 -0
- package/autoscaling/v2beta2/horizontalPodAutoscalerPatch.js +75 -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 +76 -0
- package/batch/v1/cronJobPatch.js +75 -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 +96 -0
- package/batch/v1/jobPatch.js +93 -0
- package/batch/v1/jobPatch.js.map +1 -0
- package/batch/v1beta1/cronJobPatch.d.ts +76 -0
- package/batch/v1beta1/cronJobPatch.js +75 -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 +76 -0
- package/batch/v2alpha1/cronJobPatch.js +75 -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 +76 -0
- package/certificates/v1/certificateSigningRequestPatch.js +81 -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 +70 -0
- package/certificates/v1beta1/certificateSigningRequestPatch.js +75 -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 +72 -0
- package/coordination/v1/leasePatch.js +73 -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 +72 -0
- package/coordination/v1beta1/leasePatch.js +73 -0
- package/coordination/v1beta1/leasePatch.js.map +1 -0
- package/core/v1/bindingPatch.d.ts +72 -0
- package/core/v1/bindingPatch.js +71 -0
- package/core/v1/bindingPatch.js.map +1 -0
- package/core/v1/configMapPatch.d.ts +96 -0
- package/core/v1/configMapPatch.js +75 -0
- package/core/v1/configMapPatch.js.map +1 -0
- package/core/v1/endpointsPatch.d.ts +83 -0
- package/core/v1/endpointsPatch.js +82 -0
- package/core/v1/endpointsPatch.js.map +1 -0
- package/core/v1/eventPatch.d.ts +176 -0
- package/core/v1/eventPatch.js +99 -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 +72 -0
- package/core/v1/limitRangePatch.js +71 -0
- package/core/v1/limitRangePatch.js.map +1 -0
- package/core/v1/namespacePatch.d.ts +76 -0
- package/core/v1/namespacePatch.js +73 -0
- package/core/v1/namespacePatch.js.map +1 -0
- package/core/v1/nodePatch.d.ts +76 -0
- package/core/v1/nodePatch.js +73 -0
- package/core/v1/nodePatch.js.map +1 -0
- package/core/v1/persistentVolumeClaimPatch.d.ts +76 -0
- package/core/v1/persistentVolumeClaimPatch.js +73 -0
- package/core/v1/persistentVolumeClaimPatch.js.map +1 -0
- package/core/v1/persistentVolumePatch.d.ts +76 -0
- package/core/v1/persistentVolumePatch.js +73 -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 +91 -0
- package/core/v1/podPatch.js +88 -0
- package/core/v1/podPatch.js.map +1 -0
- package/core/v1/podTemplatePatch.d.ts +72 -0
- package/core/v1/podTemplatePatch.js +71 -0
- package/core/v1/podTemplatePatch.js.map +1 -0
- package/core/v1/replicationControllerPatch.d.ts +76 -0
- package/core/v1/replicationControllerPatch.js +73 -0
- package/core/v1/replicationControllerPatch.js.map +1 -0
- package/core/v1/resourceQuotaPatch.d.ts +76 -0
- package/core/v1/resourceQuotaPatch.js +73 -0
- package/core/v1/resourceQuotaPatch.js.map +1 -0
- package/core/v1/secretPatch.d.ts +114 -0
- package/core/v1/secretPatch.js +87 -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 +88 -0
- package/core/v1/serviceAccountPatch.js +75 -0
- package/core/v1/serviceAccountPatch.js.map +1 -0
- package/core/v1/servicePatch.d.ts +101 -0
- package/core/v1/servicePatch.js +98 -0
- package/core/v1/servicePatch.js.map +1 -0
- package/discovery/v1/endpointSlicePatch.d.ts +88 -0
- package/discovery/v1/endpointSlicePatch.js +77 -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 +88 -0
- package/discovery/v1beta1/endpointSlicePatch.js +77 -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 +176 -0
- package/events/v1/eventPatch.js +99 -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 +176 -0
- package/events/v1beta1/eventPatch.js +99 -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 +79 -0
- package/extensions/v1beta1/daemonSetPatch.js +78 -0
- package/extensions/v1beta1/daemonSetPatch.js.map +1 -0
- package/extensions/v1beta1/deploymentPatch.d.ts +101 -0
- package/extensions/v1beta1/deploymentPatch.js +100 -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 +93 -0
- package/extensions/v1beta1/ingressPatch.js +92 -0
- package/extensions/v1beta1/ingressPatch.js.map +1 -0
- package/extensions/v1beta1/networkPolicyPatch.d.ts +72 -0
- package/extensions/v1beta1/networkPolicyPatch.js +73 -0
- package/extensions/v1beta1/networkPolicyPatch.js.map +1 -0
- package/extensions/v1beta1/podSecurityPolicyPatch.d.ts +72 -0
- package/extensions/v1beta1/podSecurityPolicyPatch.js +73 -0
- package/extensions/v1beta1/podSecurityPolicyPatch.js.map +1 -0
- package/extensions/v1beta1/replicaSetPatch.d.ts +79 -0
- package/extensions/v1beta1/replicaSetPatch.js +78 -0
- package/extensions/v1beta1/replicaSetPatch.js.map +1 -0
- package/flowcontrol/v1alpha1/flowSchemaPatch.d.ts +76 -0
- package/flowcontrol/v1alpha1/flowSchemaPatch.js +75 -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 +76 -0
- package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js +75 -0
- package/flowcontrol/v1alpha1/priorityLevelConfigurationPatch.js.map +1 -0
- package/flowcontrol/v1beta1/flowSchemaPatch.d.ts +76 -0
- package/flowcontrol/v1beta1/flowSchemaPatch.js +75 -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 +76 -0
- package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js +75 -0
- package/flowcontrol/v1beta1/priorityLevelConfigurationPatch.js.map +1 -0
- package/flowcontrol/v1beta2/flowSchemaPatch.d.ts +76 -0
- package/flowcontrol/v1beta2/flowSchemaPatch.js +75 -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 +76 -0
- package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js +75 -0
- package/flowcontrol/v1beta2/priorityLevelConfigurationPatch.js.map +1 -0
- package/helm/v2/helm.js +2 -0
- package/helm/v2/helm.js.map +1 -1
- package/helm/v3/helm.js +2 -0
- package/helm/v3/helm.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 +100 -0
- package/meta/v1/statusPatch.js +79 -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 +72 -0
- package/networking/v1/ingressClassPatch.js +73 -0
- package/networking/v1/ingressClassPatch.js.map +1 -0
- package/networking/v1/ingressPatch.d.ts +90 -0
- package/networking/v1/ingressPatch.js +89 -0
- package/networking/v1/ingressPatch.js.map +1 -0
- package/networking/v1/networkPolicyPatch.d.ts +76 -0
- package/networking/v1/networkPolicyPatch.js +75 -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 +72 -0
- package/networking/v1beta1/ingressClassPatch.js +73 -0
- package/networking/v1beta1/ingressClassPatch.js.map +1 -0
- package/networking/v1beta1/ingressPatch.d.ts +90 -0
- package/networking/v1beta1/ingressPatch.js +89 -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 +90 -0
- package/node/v1/runtimeClassPatch.js +77 -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 +72 -0
- package/node/v1alpha1/runtimeClassPatch.js +73 -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 +88 -0
- package/node/v1beta1/runtimeClassPatch.js +77 -0
- package/node/v1beta1/runtimeClassPatch.js.map +1 -0
- package/package.json +5 -4
- package/package.json.bak +3 -2
- package/package.json.dev +5 -4
- 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 +76 -0
- package/policy/v1/podDisruptionBudgetPatch.js +75 -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 +76 -0
- package/policy/v1beta1/podDisruptionBudgetPatch.js +75 -0
- package/policy/v1beta1/podDisruptionBudgetPatch.js.map +1 -0
- package/policy/v1beta1/podSecurityPolicyPatch.d.ts +72 -0
- package/policy/v1beta1/podSecurityPolicyPatch.js +73 -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 +80 -0
- package/rbac/v1/clusterRoleBindingPatch.js +75 -0
- package/rbac/v1/clusterRoleBindingPatch.js.map +1 -0
- package/rbac/v1/clusterRolePatch.d.ts +80 -0
- package/rbac/v1/clusterRolePatch.js +75 -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 +80 -0
- package/rbac/v1/roleBindingPatch.js +75 -0
- package/rbac/v1/roleBindingPatch.js.map +1 -0
- package/rbac/v1/rolePatch.d.ts +72 -0
- package/rbac/v1/rolePatch.js +73 -0
- package/rbac/v1/rolePatch.js.map +1 -0
- package/rbac/v1alpha1/clusterRoleBindingPatch.d.ts +80 -0
- package/rbac/v1alpha1/clusterRoleBindingPatch.js +75 -0
- package/rbac/v1alpha1/clusterRoleBindingPatch.js.map +1 -0
- package/rbac/v1alpha1/clusterRolePatch.d.ts +80 -0
- package/rbac/v1alpha1/clusterRolePatch.js +75 -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 +80 -0
- package/rbac/v1alpha1/roleBindingPatch.js +75 -0
- package/rbac/v1alpha1/roleBindingPatch.js.map +1 -0
- package/rbac/v1alpha1/rolePatch.d.ts +72 -0
- package/rbac/v1alpha1/rolePatch.js +73 -0
- package/rbac/v1alpha1/rolePatch.js.map +1 -0
- package/rbac/v1beta1/clusterRoleBindingPatch.d.ts +80 -0
- package/rbac/v1beta1/clusterRoleBindingPatch.js +75 -0
- package/rbac/v1beta1/clusterRoleBindingPatch.js.map +1 -0
- package/rbac/v1beta1/clusterRolePatch.d.ts +80 -0
- package/rbac/v1beta1/clusterRolePatch.js +75 -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 +80 -0
- package/rbac/v1beta1/roleBindingPatch.js +75 -0
- package/rbac/v1beta1/roleBindingPatch.js.map +1 -0
- package/rbac/v1beta1/rolePatch.d.ts +72 -0
- package/rbac/v1beta1/rolePatch.js +73 -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 +96 -0
- package/scheduling/v1/priorityClassPatch.js +79 -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 +96 -0
- package/scheduling/v1alpha1/priorityClassPatch.js +79 -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 +96 -0
- package/scheduling/v1beta1/priorityClassPatch.js +79 -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 +60 -0
- package/settings/v1alpha1/podPresetPatch.js +71 -0
- package/settings/v1alpha1/podPresetPatch.js.map +1 -0
- package/storage/v1/csidriverPatch.d.ts +72 -0
- package/storage/v1/csidriverPatch.js +73 -0
- package/storage/v1/csidriverPatch.js.map +1 -0
- package/storage/v1/csinodePatch.d.ts +72 -0
- package/storage/v1/csinodePatch.js +73 -0
- package/storage/v1/csinodePatch.js.map +1 -0
- package/storage/v1/csistorageCapacityPatch.d.ts +120 -0
- package/storage/v1/csistorageCapacityPatch.js +87 -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 +126 -0
- package/storage/v1/storageClassPatch.js +87 -0
- package/storage/v1/storageClassPatch.js.map +1 -0
- package/storage/v1/volumeAttachmentPatch.d.ts +78 -0
- package/storage/v1/volumeAttachmentPatch.js +77 -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 +78 -0
- package/storage/v1alpha1/volumeAttachmentPatch.js +77 -0
- package/storage/v1alpha1/volumeAttachmentPatch.js.map +1 -0
- package/storage/v1beta1/csidriverPatch.d.ts +72 -0
- package/storage/v1beta1/csidriverPatch.js +73 -0
- package/storage/v1beta1/csidriverPatch.js.map +1 -0
- package/storage/v1beta1/csinodePatch.d.ts +75 -0
- package/storage/v1beta1/csinodePatch.js +76 -0
- package/storage/v1beta1/csinodePatch.js.map +1 -0
- package/storage/v1beta1/csistorageCapacityPatch.d.ts +120 -0
- package/storage/v1beta1/csistorageCapacityPatch.js +87 -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 +126 -0
- package/storage/v1beta1/storageClassPatch.js +87 -0
- package/storage/v1beta1/storageClassPatch.js.map +1 -0
- package/storage/v1beta1/volumeAttachmentPatch.d.ts +78 -0
- package/storage/v1beta1/volumeAttachmentPatch.js +77 -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,89 @@
|
|
|
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.IngressPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
10
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
11
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
12
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
13
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
|
|
14
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
15
|
+
* Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
|
|
16
|
+
*
|
|
17
|
+
* This resource waits until its status is ready before registering success
|
|
18
|
+
* for create/update, and populating output properties from the current state of the resource.
|
|
19
|
+
* The following conditions are used to determine whether the resource creation has
|
|
20
|
+
* succeeded or failed:
|
|
21
|
+
*
|
|
22
|
+
* 1. Ingress object exists.
|
|
23
|
+
* 2. Endpoint objects exist with matching names for each Ingress path (except when Service
|
|
24
|
+
* type is ExternalName).
|
|
25
|
+
* 3. Ingress entry exists for '.status.loadBalancer.ingress'.
|
|
26
|
+
*
|
|
27
|
+
* If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
28
|
+
* time out and mark the resource update as Failed. You can override the default timeout value
|
|
29
|
+
* by setting the 'customTimeouts' option on the resource.
|
|
30
|
+
*/
|
|
31
|
+
class IngressPatch extends pulumi.CustomResource {
|
|
32
|
+
/**
|
|
33
|
+
* Create a IngressPatch resource with the given unique name, arguments, and options.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resource.
|
|
36
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
37
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
38
|
+
*/
|
|
39
|
+
constructor(name, args, opts) {
|
|
40
|
+
let resourceInputs = {};
|
|
41
|
+
opts = opts || {};
|
|
42
|
+
if (!opts.id) {
|
|
43
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
44
|
+
throw new Error("Missing required property 'metadata'");
|
|
45
|
+
}
|
|
46
|
+
resourceInputs["apiVersion"] = "networking.k8s.io/v1beta1";
|
|
47
|
+
resourceInputs["kind"] = "Ingress";
|
|
48
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
49
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
50
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
58
|
+
}
|
|
59
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
60
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:extensions/v1beta1:IngressPatch" }, { type: "kubernetes:networking.k8s.io/v1:IngressPatch" }] };
|
|
61
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
62
|
+
super(IngressPatch.__pulumiType, name, resourceInputs, opts);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Get an existing IngressPatch resource's state with the given name, ID, and optional extra
|
|
66
|
+
* properties used to qualify the lookup.
|
|
67
|
+
*
|
|
68
|
+
* @param name The _unique_ name of the resulting resource.
|
|
69
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
70
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
71
|
+
*/
|
|
72
|
+
static get(name, id, opts) {
|
|
73
|
+
return new IngressPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Returns true if the given object is an instance of IngressPatch. This is designed to work even
|
|
77
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
78
|
+
*/
|
|
79
|
+
static isInstance(obj) {
|
|
80
|
+
if (obj === undefined || obj === null) {
|
|
81
|
+
return false;
|
|
82
|
+
}
|
|
83
|
+
return obj['__pulumiType'] === IngressPatch.__pulumiType;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
exports.IngressPatch = IngressPatch;
|
|
87
|
+
/** @internal */
|
|
88
|
+
IngressPatch.__pulumiType = 'kubernetes:networking.k8s.io/v1beta1:IngressPatch';
|
|
89
|
+
//# sourceMappingURL=ingressPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ingressPatch.js","sourceRoot":"","sources":["../../../networking/v1beta1/ingressPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IAgDnD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAuB,EAAE,IAAmC;QAClF,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,2BAA2B,CAAC;YAC3D,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,4CAA4C,EAAE,EAAE,EAAE,IAAI,EAAE,8CAA8C,EAAE,CAAC,EAAE,CAAC;QAClJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;IA7ED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,YAAY,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;;AAzBL,oCA+EC;AAlEG,gBAAgB;AACO,yBAAY,GAAG,mDAAmD,CAAC"}
|
package/node/v1/index.d.ts
CHANGED
package/node/v1/index.js
CHANGED
|
@@ -21,9 +21,11 @@ const utilities = require("../../utilities");
|
|
|
21
21
|
// Export members:
|
|
22
22
|
__exportStar(require("./runtimeClass"), exports);
|
|
23
23
|
__exportStar(require("./runtimeClassList"), exports);
|
|
24
|
+
__exportStar(require("./runtimeClassPatch"), exports);
|
|
24
25
|
// Import resources to register:
|
|
25
26
|
const runtimeClass_1 = require("./runtimeClass");
|
|
26
27
|
const runtimeClassList_1 = require("./runtimeClassList");
|
|
28
|
+
const runtimeClassPatch_1 = require("./runtimeClassPatch");
|
|
27
29
|
const _module = {
|
|
28
30
|
version: utilities.getVersion(),
|
|
29
31
|
construct: (name, type, urn) => {
|
|
@@ -32,6 +34,8 @@ const _module = {
|
|
|
32
34
|
return new runtimeClass_1.RuntimeClass(name, undefined, { urn });
|
|
33
35
|
case "kubernetes:node.k8s.io/v1:RuntimeClassList":
|
|
34
36
|
return new runtimeClassList_1.RuntimeClassList(name, undefined, { urn });
|
|
37
|
+
case "kubernetes:node.k8s.io/v1:RuntimeClassPatch":
|
|
38
|
+
return new runtimeClassPatch_1.RuntimeClassPatch(name, undefined, { urn });
|
|
35
39
|
default:
|
|
36
40
|
throw new Error(`unknown resource type ${type}`);
|
|
37
41
|
}
|
package/node/v1/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../node/v1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,iDAA+B;AAC/B,qDAAmC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../node/v1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,iDAA+B;AAC/B,qDAAmC;AACnC,sDAAoC;AAEpC,gCAAgC;AAChC,iDAA8C;AAC9C,yDAAsD;AACtD,2DAAwD;AAExD,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,wCAAwC;gBACzC,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,4CAA4C;gBAC7C,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,6CAA6C;gBAC9C,OAAO,IAAI,qCAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,gBAAgB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
5
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
6
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
7
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
8
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
|
|
9
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
10
|
+
* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/
|
|
11
|
+
*/
|
|
12
|
+
export declare class RuntimeClassPatch extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing RuntimeClassPatch resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RuntimeClassPatch;
|
|
22
|
+
/**
|
|
23
|
+
* Returns true if the given object is an instance of RuntimeClassPatch. This is designed to work even
|
|
24
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
+
*/
|
|
26
|
+
static isInstance(obj: any): obj is RuntimeClassPatch;
|
|
27
|
+
/**
|
|
28
|
+
* 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
|
|
29
|
+
*/
|
|
30
|
+
readonly apiVersion: pulumi.Output<"node.k8s.io/v1">;
|
|
31
|
+
/**
|
|
32
|
+
* Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
|
33
|
+
*/
|
|
34
|
+
readonly handler: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* 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
|
|
37
|
+
*/
|
|
38
|
+
readonly kind: pulumi.Output<"RuntimeClass">;
|
|
39
|
+
/**
|
|
40
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
41
|
+
*/
|
|
42
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
43
|
+
/**
|
|
44
|
+
* Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see
|
|
45
|
+
* https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
|
|
46
|
+
*/
|
|
47
|
+
readonly overhead: pulumi.Output<outputs.node.v1.OverheadPatch>;
|
|
48
|
+
/**
|
|
49
|
+
* Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
|
50
|
+
*/
|
|
51
|
+
readonly scheduling: pulumi.Output<outputs.node.v1.SchedulingPatch>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a RuntimeClassPatch resource with the given unique name, arguments, and options.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resource.
|
|
56
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
57
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
58
|
+
*/
|
|
59
|
+
constructor(name: string, args?: RuntimeClassPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* The set of arguments for constructing a RuntimeClassPatch resource.
|
|
63
|
+
*/
|
|
64
|
+
export interface RuntimeClassPatchArgs {
|
|
65
|
+
/**
|
|
66
|
+
* 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
|
|
67
|
+
*/
|
|
68
|
+
apiVersion?: pulumi.Input<"node.k8s.io/v1">;
|
|
69
|
+
/**
|
|
70
|
+
* Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
|
71
|
+
*/
|
|
72
|
+
handler?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* 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
|
|
75
|
+
*/
|
|
76
|
+
kind?: pulumi.Input<"RuntimeClass">;
|
|
77
|
+
/**
|
|
78
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
79
|
+
*/
|
|
80
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
81
|
+
/**
|
|
82
|
+
* Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see
|
|
83
|
+
* https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/
|
|
84
|
+
*/
|
|
85
|
+
overhead?: pulumi.Input<inputs.node.v1.OverheadPatch>;
|
|
86
|
+
/**
|
|
87
|
+
* Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
|
88
|
+
*/
|
|
89
|
+
scheduling?: pulumi.Input<inputs.node.v1.SchedulingPatch>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
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.RuntimeClassPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
10
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
11
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
12
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
13
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
|
|
14
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
15
|
+
* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/
|
|
16
|
+
*/
|
|
17
|
+
class RuntimeClassPatch extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Create a RuntimeClassPatch resource with the given unique name, arguments, and options.
|
|
20
|
+
*
|
|
21
|
+
* @param name The _unique_ name of the resource.
|
|
22
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
23
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
24
|
+
*/
|
|
25
|
+
constructor(name, args, opts) {
|
|
26
|
+
let resourceInputs = {};
|
|
27
|
+
opts = opts || {};
|
|
28
|
+
if (!opts.id) {
|
|
29
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
30
|
+
throw new Error("Missing required property 'metadata'");
|
|
31
|
+
}
|
|
32
|
+
resourceInputs["apiVersion"] = "node.k8s.io/v1";
|
|
33
|
+
resourceInputs["handler"] = args ? args.handler : undefined;
|
|
34
|
+
resourceInputs["kind"] = "RuntimeClass";
|
|
35
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
36
|
+
resourceInputs["overhead"] = args ? args.overhead : undefined;
|
|
37
|
+
resourceInputs["scheduling"] = args ? args.scheduling : undefined;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["handler"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["overhead"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["scheduling"] = undefined /*out*/;
|
|
46
|
+
}
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
48
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:node.k8s.io/v1alpha1:RuntimeClassPatch" }, { type: "kubernetes:node.k8s.io/v1beta1:RuntimeClassPatch" }] };
|
|
49
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
50
|
+
super(RuntimeClassPatch.__pulumiType, name, resourceInputs, opts);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Get an existing RuntimeClassPatch resource's state with the given name, ID, and optional extra
|
|
54
|
+
* properties used to qualify the lookup.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resulting resource.
|
|
57
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name, id, opts) {
|
|
61
|
+
return new RuntimeClassPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of RuntimeClassPatch. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj) {
|
|
68
|
+
if (obj === undefined || obj === null) {
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
return obj['__pulumiType'] === RuntimeClassPatch.__pulumiType;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.RuntimeClassPatch = RuntimeClassPatch;
|
|
75
|
+
/** @internal */
|
|
76
|
+
RuntimeClassPatch.__pulumiType = 'kubernetes:node.k8s.io/v1:RuntimeClassPatch';
|
|
77
|
+
//# sourceMappingURL=runtimeClassPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeClassPatch.js","sourceRoot":"","sources":["../../../node/v1/runtimeClassPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;GAQG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IAqDxD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA4B,EAAE,IAAmC;QACvF,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,gBAAgB,CAAC;YAChD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC;YACxC,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;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,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;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;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,mDAAmD,EAAE,EAAE,EAAE,IAAI,EAAE,kDAAkD,EAAE,CAAC,EAAE,CAAC;QAC7J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IApFD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AAzBL,8CAsFC;AAzEG,gBAAgB;AACO,8BAAY,GAAG,6CAA6C,CAAC"}
|
package/node/v1alpha1/index.d.ts
CHANGED
package/node/v1alpha1/index.js
CHANGED
|
@@ -21,9 +21,11 @@ const utilities = require("../../utilities");
|
|
|
21
21
|
// Export members:
|
|
22
22
|
__exportStar(require("./runtimeClass"), exports);
|
|
23
23
|
__exportStar(require("./runtimeClassList"), exports);
|
|
24
|
+
__exportStar(require("./runtimeClassPatch"), exports);
|
|
24
25
|
// Import resources to register:
|
|
25
26
|
const runtimeClass_1 = require("./runtimeClass");
|
|
26
27
|
const runtimeClassList_1 = require("./runtimeClassList");
|
|
28
|
+
const runtimeClassPatch_1 = require("./runtimeClassPatch");
|
|
27
29
|
const _module = {
|
|
28
30
|
version: utilities.getVersion(),
|
|
29
31
|
construct: (name, type, urn) => {
|
|
@@ -32,6 +34,8 @@ const _module = {
|
|
|
32
34
|
return new runtimeClass_1.RuntimeClass(name, undefined, { urn });
|
|
33
35
|
case "kubernetes:node.k8s.io/v1alpha1:RuntimeClassList":
|
|
34
36
|
return new runtimeClassList_1.RuntimeClassList(name, undefined, { urn });
|
|
37
|
+
case "kubernetes:node.k8s.io/v1alpha1:RuntimeClassPatch":
|
|
38
|
+
return new runtimeClassPatch_1.RuntimeClassPatch(name, undefined, { urn });
|
|
35
39
|
default:
|
|
36
40
|
throw new Error(`unknown resource type ${type}`);
|
|
37
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../node/v1alpha1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,iDAA+B;AAC/B,qDAAmC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../node/v1alpha1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,iDAA+B;AAC/B,qDAAmC;AACnC,sDAAoC;AAEpC,gCAAgC;AAChC,iDAA8C;AAC9C,yDAAsD;AACtD,2DAAwD;AAExD,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,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;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"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
5
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
6
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
7
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
8
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
|
|
9
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
10
|
+
* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
|
|
11
|
+
*/
|
|
12
|
+
export declare class RuntimeClassPatch extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing RuntimeClassPatch resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RuntimeClassPatch;
|
|
22
|
+
/**
|
|
23
|
+
* Returns true if the given object is an instance of RuntimeClassPatch. This is designed to work even
|
|
24
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
+
*/
|
|
26
|
+
static isInstance(obj: any): obj is RuntimeClassPatch;
|
|
27
|
+
/**
|
|
28
|
+
* 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
|
|
29
|
+
*/
|
|
30
|
+
readonly apiVersion: pulumi.Output<"node.k8s.io/v1alpha1">;
|
|
31
|
+
/**
|
|
32
|
+
* 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
|
|
33
|
+
*/
|
|
34
|
+
readonly kind: pulumi.Output<"RuntimeClass">;
|
|
35
|
+
/**
|
|
36
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
37
|
+
*/
|
|
38
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
39
|
+
/**
|
|
40
|
+
* Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
41
|
+
*/
|
|
42
|
+
readonly spec: pulumi.Output<outputs.node.v1alpha1.RuntimeClassSpecPatch>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a RuntimeClassPatch 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
|
+
constructor(name: string, args?: RuntimeClassPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* The set of arguments for constructing a RuntimeClassPatch resource.
|
|
54
|
+
*/
|
|
55
|
+
export interface RuntimeClassPatchArgs {
|
|
56
|
+
/**
|
|
57
|
+
* 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
|
|
58
|
+
*/
|
|
59
|
+
apiVersion?: pulumi.Input<"node.k8s.io/v1alpha1">;
|
|
60
|
+
/**
|
|
61
|
+
* 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
|
|
62
|
+
*/
|
|
63
|
+
kind?: pulumi.Input<"RuntimeClass">;
|
|
64
|
+
/**
|
|
65
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
66
|
+
*/
|
|
67
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
68
|
+
/**
|
|
69
|
+
* Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
70
|
+
*/
|
|
71
|
+
spec?: pulumi.Input<inputs.node.v1alpha1.RuntimeClassSpecPatch>;
|
|
72
|
+
}
|
|
@@ -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.RuntimeClassPatch = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
10
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
11
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
12
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
13
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
|
|
14
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
15
|
+
* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
|
|
16
|
+
*/
|
|
17
|
+
class RuntimeClassPatch extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Create a RuntimeClassPatch resource with the given unique name, arguments, and options.
|
|
20
|
+
*
|
|
21
|
+
* @param name The _unique_ name of the resource.
|
|
22
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
23
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
24
|
+
*/
|
|
25
|
+
constructor(name, args, opts) {
|
|
26
|
+
let resourceInputs = {};
|
|
27
|
+
opts = opts || {};
|
|
28
|
+
if (!opts.id) {
|
|
29
|
+
if ((!args || args.metadata === undefined) && !opts.urn) {
|
|
30
|
+
throw new Error("Missing required property 'metadata'");
|
|
31
|
+
}
|
|
32
|
+
resourceInputs["apiVersion"] = "node.k8s.io/v1alpha1";
|
|
33
|
+
resourceInputs["kind"] = "RuntimeClass";
|
|
34
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
35
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
36
|
+
}
|
|
37
|
+
else {
|
|
38
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
42
|
+
}
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
44
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:node.k8s.io/v1:RuntimeClassPatch" }, { type: "kubernetes:node.k8s.io/v1beta1:RuntimeClassPatch" }] };
|
|
45
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
46
|
+
super(RuntimeClassPatch.__pulumiType, name, resourceInputs, opts);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing RuntimeClassPatch 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 RuntimeClassPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of RuntimeClassPatch. 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'] === RuntimeClassPatch.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.RuntimeClassPatch = RuntimeClassPatch;
|
|
71
|
+
/** @internal */
|
|
72
|
+
RuntimeClassPatch.__pulumiType = 'kubernetes:node.k8s.io/v1alpha1:RuntimeClassPatch';
|
|
73
|
+
//# sourceMappingURL=runtimeClassPatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeClassPatch.js","sourceRoot":"","sources":["../../../node/v1alpha1/runtimeClassPatch.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;AAEjF,yCAAyC;AAEzC,6CAA6C;AAE7C;;;;;;;;GAQG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IA4CxD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA4B,EAAE,IAAmC;QACvF,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,sBAAsB,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC;YACxC,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;SACzD;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;SAC9C;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,6CAA6C,EAAE,EAAE,EAAE,IAAI,EAAE,kDAAkD,EAAE,CAAC,EAAE,CAAC;QACvJ,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;IAvED;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;;AAzBL,8CAyEC;AA5DG,gBAAgB;AACO,8BAAY,GAAG,mDAAmD,CAAC"}
|
package/node/v1beta1/index.d.ts
CHANGED
package/node/v1beta1/index.js
CHANGED
|
@@ -21,9 +21,11 @@ const utilities = require("../../utilities");
|
|
|
21
21
|
// Export members:
|
|
22
22
|
__exportStar(require("./runtimeClass"), exports);
|
|
23
23
|
__exportStar(require("./runtimeClassList"), exports);
|
|
24
|
+
__exportStar(require("./runtimeClassPatch"), exports);
|
|
24
25
|
// Import resources to register:
|
|
25
26
|
const runtimeClass_1 = require("./runtimeClass");
|
|
26
27
|
const runtimeClassList_1 = require("./runtimeClassList");
|
|
28
|
+
const runtimeClassPatch_1 = require("./runtimeClassPatch");
|
|
27
29
|
const _module = {
|
|
28
30
|
version: utilities.getVersion(),
|
|
29
31
|
construct: (name, type, urn) => {
|
|
@@ -32,6 +34,8 @@ const _module = {
|
|
|
32
34
|
return new runtimeClass_1.RuntimeClass(name, undefined, { urn });
|
|
33
35
|
case "kubernetes:node.k8s.io/v1beta1:RuntimeClassList":
|
|
34
36
|
return new runtimeClassList_1.RuntimeClassList(name, undefined, { urn });
|
|
37
|
+
case "kubernetes:node.k8s.io/v1beta1:RuntimeClassPatch":
|
|
38
|
+
return new runtimeClassPatch_1.RuntimeClassPatch(name, undefined, { urn });
|
|
35
39
|
default:
|
|
36
40
|
throw new Error(`unknown resource type ${type}`);
|
|
37
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../node/v1beta1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,iDAA+B;AAC/B,qDAAmC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../node/v1beta1/index.ts"],"names":[],"mappings":";AAAA,yDAAyD;AACzD,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAE7C,kBAAkB;AAClB,iDAA+B;AAC/B,qDAAmC;AACnC,sDAAoC;AAEpC,gCAAgC;AAChC,iDAA8C;AAC9C,yDAAsD;AACtD,2DAAwD;AAExD,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,6CAA6C;gBAC9C,OAAO,IAAI,2BAAY,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC1D,KAAK,iDAAiD;gBAClD,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,kDAAkD;gBACnD,OAAO,IAAI,qCAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,qBAAqB,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
5
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
6
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
7
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
8
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#server-side-apply) for
|
|
9
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
10
|
+
* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
|
|
11
|
+
*/
|
|
12
|
+
export declare class RuntimeClassPatch extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing RuntimeClassPatch resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): RuntimeClassPatch;
|
|
22
|
+
/**
|
|
23
|
+
* Returns true if the given object is an instance of RuntimeClassPatch. This is designed to work even
|
|
24
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
25
|
+
*/
|
|
26
|
+
static isInstance(obj: any): obj is RuntimeClassPatch;
|
|
27
|
+
/**
|
|
28
|
+
* 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
|
|
29
|
+
*/
|
|
30
|
+
readonly apiVersion: pulumi.Output<"node.k8s.io/v1beta1">;
|
|
31
|
+
/**
|
|
32
|
+
* Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
|
33
|
+
*/
|
|
34
|
+
readonly handler: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* 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
|
|
37
|
+
*/
|
|
38
|
+
readonly kind: pulumi.Output<"RuntimeClass">;
|
|
39
|
+
/**
|
|
40
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
41
|
+
*/
|
|
42
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
43
|
+
/**
|
|
44
|
+
* Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md
|
|
45
|
+
*/
|
|
46
|
+
readonly overhead: pulumi.Output<outputs.node.v1beta1.OverheadPatch>;
|
|
47
|
+
/**
|
|
48
|
+
* Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
|
49
|
+
*/
|
|
50
|
+
readonly scheduling: pulumi.Output<outputs.node.v1beta1.SchedulingPatch>;
|
|
51
|
+
/**
|
|
52
|
+
* Create a RuntimeClassPatch resource with the given unique name, arguments, and options.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resource.
|
|
55
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
56
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
57
|
+
*/
|
|
58
|
+
constructor(name: string, args?: RuntimeClassPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The set of arguments for constructing a RuntimeClassPatch resource.
|
|
62
|
+
*/
|
|
63
|
+
export interface RuntimeClassPatchArgs {
|
|
64
|
+
/**
|
|
65
|
+
* 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
|
|
66
|
+
*/
|
|
67
|
+
apiVersion?: pulumi.Input<"node.k8s.io/v1beta1">;
|
|
68
|
+
/**
|
|
69
|
+
* Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.
|
|
70
|
+
*/
|
|
71
|
+
handler?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* 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
|
|
74
|
+
*/
|
|
75
|
+
kind?: pulumi.Input<"RuntimeClass">;
|
|
76
|
+
/**
|
|
77
|
+
* More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
78
|
+
*/
|
|
79
|
+
metadata: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
80
|
+
/**
|
|
81
|
+
* Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md
|
|
82
|
+
*/
|
|
83
|
+
overhead?: pulumi.Input<inputs.node.v1beta1.OverheadPatch>;
|
|
84
|
+
/**
|
|
85
|
+
* Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.
|
|
86
|
+
*/
|
|
87
|
+
scheduling?: pulumi.Input<inputs.node.v1beta1.SchedulingPatch>;
|
|
88
|
+
}
|