pulumi-kubernetes 4.23.0a1746131759__py3-none-any.whl → 4.23.0a1746138483__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-kubernetes might be problematic. Click here for more details.

Files changed (116) hide show
  1. pulumi_kubernetes/__init__.py +36 -2
  2. pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +30 -30
  3. pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +20 -20
  4. pulumi_kubernetes/apps/v1/ReplicaSetList.py +4 -4
  5. pulumi_kubernetes/apps/v1/_inputs.py +109 -56
  6. pulumi_kubernetes/apps/v1/outputs.py +129 -56
  7. pulumi_kubernetes/autoscaling/v2/_inputs.py +92 -12
  8. pulumi_kubernetes/autoscaling/v2/outputs.py +66 -10
  9. pulumi_kubernetes/batch/v1/_inputs.py +12 -42
  10. pulumi_kubernetes/batch/v1/outputs.py +8 -32
  11. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +2 -0
  12. pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +2 -0
  13. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +229 -0
  14. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +219 -0
  15. pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +240 -0
  16. pulumi_kubernetes/certificates/v1beta1/__init__.py +3 -0
  17. pulumi_kubernetes/certificates/v1beta1/_inputs.py +292 -0
  18. pulumi_kubernetes/certificates/v1beta1/outputs.py +241 -0
  19. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +1 -1
  20. pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +1 -1
  21. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +1 -1
  22. pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +1 -1
  23. pulumi_kubernetes/coordination/v1alpha2/_inputs.py +6 -6
  24. pulumi_kubernetes/coordination/v1alpha2/outputs.py +4 -4
  25. pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +220 -0
  26. pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +219 -0
  27. pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +232 -0
  28. pulumi_kubernetes/coordination/v1beta1/__init__.py +3 -0
  29. pulumi_kubernetes/coordination/v1beta1/_inputs.py +371 -0
  30. pulumi_kubernetes/coordination/v1beta1/outputs.py +292 -0
  31. pulumi_kubernetes/core/v1/Endpoints.py +8 -0
  32. pulumi_kubernetes/core/v1/EndpointsList.py +2 -2
  33. pulumi_kubernetes/core/v1/EndpointsPatch.py +8 -0
  34. pulumi_kubernetes/core/v1/_inputs.py +240 -66
  35. pulumi_kubernetes/core/v1/outputs.py +251 -51
  36. pulumi_kubernetes/discovery/v1/EndpointSlice.py +10 -10
  37. pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +10 -10
  38. pulumi_kubernetes/discovery/v1/_inputs.py +159 -44
  39. pulumi_kubernetes/discovery/v1/outputs.py +107 -32
  40. pulumi_kubernetes/networking/v1/IPAddress.py +220 -0
  41. pulumi_kubernetes/networking/v1/IPAddressList.py +219 -0
  42. pulumi_kubernetes/networking/v1/IPAddressPatch.py +232 -0
  43. pulumi_kubernetes/networking/v1/ServiceCIDR.py +230 -0
  44. pulumi_kubernetes/networking/v1/ServiceCIDRList.py +219 -0
  45. pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +242 -0
  46. pulumi_kubernetes/networking/v1/__init__.py +6 -0
  47. pulumi_kubernetes/networking/v1/_inputs.py +599 -0
  48. pulumi_kubernetes/networking/v1/outputs.py +461 -0
  49. pulumi_kubernetes/networking/v1alpha1/IPAddress.py +1 -1
  50. pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +1 -1
  51. pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +1 -1
  52. pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +1 -1
  53. pulumi_kubernetes/networking/v1beta1/IPAddress.py +1 -1
  54. pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +1 -1
  55. pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +1 -1
  56. pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +1 -1
  57. pulumi_kubernetes/policy/v1/_inputs.py +0 -12
  58. pulumi_kubernetes/policy/v1/outputs.py +0 -8
  59. pulumi_kubernetes/pulumi-plugin.json +1 -1
  60. pulumi_kubernetes/resource/__init__.py +3 -0
  61. pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +1 -1
  62. pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +1 -1
  63. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +1 -1
  64. pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +1 -1
  65. pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +1 -1
  66. pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +1 -1
  67. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +1 -1
  68. pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +1 -1
  69. pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +1 -1
  70. pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +1 -1
  71. pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +1 -1
  72. pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +1 -1
  73. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +227 -0
  74. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +219 -0
  75. pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +238 -0
  76. pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +1 -1
  77. pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +1 -1
  78. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +1 -1
  79. pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +1 -1
  80. pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +1 -1
  81. pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +1 -1
  82. pulumi_kubernetes/resource/v1alpha3/__init__.py +3 -0
  83. pulumi_kubernetes/resource/v1alpha3/_inputs.py +2559 -213
  84. pulumi_kubernetes/resource/v1alpha3/outputs.py +2037 -256
  85. pulumi_kubernetes/resource/v1beta1/DeviceClass.py +1 -1
  86. pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +1 -1
  87. pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +1 -1
  88. pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +1 -1
  89. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +1 -1
  90. pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +1 -1
  91. pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +1 -1
  92. pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +1 -1
  93. pulumi_kubernetes/resource/v1beta1/_inputs.py +2044 -176
  94. pulumi_kubernetes/resource/v1beta1/outputs.py +1536 -134
  95. pulumi_kubernetes/resource/v1beta2/DeviceClass.py +241 -0
  96. pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +219 -0
  97. pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +252 -0
  98. pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +236 -0
  99. pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +220 -0
  100. pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +247 -0
  101. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +233 -0
  102. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +219 -0
  103. pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +244 -0
  104. pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +250 -0
  105. pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +220 -0
  106. pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +261 -0
  107. pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
  108. pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
  109. pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
  110. pulumi_kubernetes/storage/v1/_inputs.py +90 -0
  111. pulumi_kubernetes/storage/v1/outputs.py +110 -0
  112. pulumi_kubernetes/yaml/yaml.py +108 -0
  113. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746138483.dist-info}/METADATA +1 -1
  114. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746138483.dist-info}/RECORD +116 -86
  115. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746138483.dist-info}/WHEEL +0 -0
  116. {pulumi_kubernetes-4.23.0a1746131759.dist-info → pulumi_kubernetes-4.23.0a1746138483.dist-info}/top_level.txt +0 -0
@@ -26,6 +26,12 @@ __all__ = [
26
26
  'HTTPIngressRuleValuePatchArgsDict',
27
27
  'HTTPIngressRuleValueArgs',
28
28
  'HTTPIngressRuleValueArgsDict',
29
+ 'IPAddressSpecPatchArgs',
30
+ 'IPAddressSpecPatchArgsDict',
31
+ 'IPAddressSpecArgs',
32
+ 'IPAddressSpecArgsDict',
33
+ 'IPAddressArgs',
34
+ 'IPAddressArgsDict',
29
35
  'IPBlockPatchArgs',
30
36
  'IPBlockPatchArgsDict',
31
37
  'IPBlockArgs',
@@ -94,10 +100,22 @@ __all__ = [
94
100
  'NetworkPolicyStatusArgsDict',
95
101
  'NetworkPolicyArgs',
96
102
  'NetworkPolicyArgsDict',
103
+ 'ParentReferencePatchArgs',
104
+ 'ParentReferencePatchArgsDict',
105
+ 'ParentReferenceArgs',
106
+ 'ParentReferenceArgsDict',
97
107
  'ServiceBackendPortPatchArgs',
98
108
  'ServiceBackendPortPatchArgsDict',
99
109
  'ServiceBackendPortArgs',
100
110
  'ServiceBackendPortArgsDict',
111
+ 'ServiceCIDRSpecPatchArgs',
112
+ 'ServiceCIDRSpecPatchArgsDict',
113
+ 'ServiceCIDRSpecArgs',
114
+ 'ServiceCIDRSpecArgsDict',
115
+ 'ServiceCIDRStatusArgs',
116
+ 'ServiceCIDRStatusArgsDict',
117
+ 'ServiceCIDRArgs',
118
+ 'ServiceCIDRArgsDict',
101
119
  ]
102
120
 
103
121
  MYPY = False
@@ -383,6 +401,173 @@ class HTTPIngressRuleValueArgs:
383
401
  pulumi.set(self, "paths", value)
384
402
 
385
403
 
404
+ if not MYPY:
405
+ class IPAddressSpecPatchArgsDict(TypedDict):
406
+ """
407
+ IPAddressSpec describe the attributes in an IP Address.
408
+ """
409
+ parent_ref: NotRequired[pulumi.Input['ParentReferencePatchArgsDict']]
410
+ """
411
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
412
+ """
413
+ elif False:
414
+ IPAddressSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
415
+
416
+ @pulumi.input_type
417
+ class IPAddressSpecPatchArgs:
418
+ def __init__(__self__, *,
419
+ parent_ref: Optional[pulumi.Input['ParentReferencePatchArgs']] = None):
420
+ """
421
+ IPAddressSpec describe the attributes in an IP Address.
422
+ :param pulumi.Input['ParentReferencePatchArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
423
+ """
424
+ if parent_ref is not None:
425
+ pulumi.set(__self__, "parent_ref", parent_ref)
426
+
427
+ @property
428
+ @pulumi.getter(name="parentRef")
429
+ def parent_ref(self) -> Optional[pulumi.Input['ParentReferencePatchArgs']]:
430
+ """
431
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
432
+ """
433
+ return pulumi.get(self, "parent_ref")
434
+
435
+ @parent_ref.setter
436
+ def parent_ref(self, value: Optional[pulumi.Input['ParentReferencePatchArgs']]):
437
+ pulumi.set(self, "parent_ref", value)
438
+
439
+
440
+ if not MYPY:
441
+ class IPAddressSpecArgsDict(TypedDict):
442
+ """
443
+ IPAddressSpec describe the attributes in an IP Address.
444
+ """
445
+ parent_ref: pulumi.Input['ParentReferenceArgsDict']
446
+ """
447
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
448
+ """
449
+ elif False:
450
+ IPAddressSpecArgsDict: TypeAlias = Mapping[str, Any]
451
+
452
+ @pulumi.input_type
453
+ class IPAddressSpecArgs:
454
+ def __init__(__self__, *,
455
+ parent_ref: pulumi.Input['ParentReferenceArgs']):
456
+ """
457
+ IPAddressSpec describe the attributes in an IP Address.
458
+ :param pulumi.Input['ParentReferenceArgs'] parent_ref: ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
459
+ """
460
+ pulumi.set(__self__, "parent_ref", parent_ref)
461
+
462
+ @property
463
+ @pulumi.getter(name="parentRef")
464
+ def parent_ref(self) -> pulumi.Input['ParentReferenceArgs']:
465
+ """
466
+ ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.
467
+ """
468
+ return pulumi.get(self, "parent_ref")
469
+
470
+ @parent_ref.setter
471
+ def parent_ref(self, value: pulumi.Input['ParentReferenceArgs']):
472
+ pulumi.set(self, "parent_ref", value)
473
+
474
+
475
+ if not MYPY:
476
+ class IPAddressArgsDict(TypedDict):
477
+ """
478
+ IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
479
+ """
480
+ api_version: NotRequired[pulumi.Input[builtins.str]]
481
+ """
482
+ 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
483
+ """
484
+ kind: NotRequired[pulumi.Input[builtins.str]]
485
+ """
486
+ 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
487
+ """
488
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
489
+ """
490
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
491
+ """
492
+ spec: NotRequired[pulumi.Input['IPAddressSpecArgsDict']]
493
+ """
494
+ spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
495
+ """
496
+ elif False:
497
+ IPAddressArgsDict: TypeAlias = Mapping[str, Any]
498
+
499
+ @pulumi.input_type
500
+ class IPAddressArgs:
501
+ def __init__(__self__, *,
502
+ api_version: Optional[pulumi.Input[builtins.str]] = None,
503
+ kind: Optional[pulumi.Input[builtins.str]] = None,
504
+ metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
505
+ spec: Optional[pulumi.Input['IPAddressSpecArgs']] = None):
506
+ """
507
+ IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1
508
+ :param pulumi.Input[builtins.str] api_version: 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
509
+ :param pulumi.Input[builtins.str] kind: 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
510
+ :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
511
+ :param pulumi.Input['IPAddressSpecArgs'] spec: spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
512
+ """
513
+ if api_version is not None:
514
+ pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
515
+ if kind is not None:
516
+ pulumi.set(__self__, "kind", 'IPAddress')
517
+ if metadata is not None:
518
+ pulumi.set(__self__, "metadata", metadata)
519
+ if spec is not None:
520
+ pulumi.set(__self__, "spec", spec)
521
+
522
+ @property
523
+ @pulumi.getter(name="apiVersion")
524
+ def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
525
+ """
526
+ 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
527
+ """
528
+ return pulumi.get(self, "api_version")
529
+
530
+ @api_version.setter
531
+ def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
532
+ pulumi.set(self, "api_version", value)
533
+
534
+ @property
535
+ @pulumi.getter
536
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
537
+ """
538
+ 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
539
+ """
540
+ return pulumi.get(self, "kind")
541
+
542
+ @kind.setter
543
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
544
+ pulumi.set(self, "kind", value)
545
+
546
+ @property
547
+ @pulumi.getter
548
+ def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
549
+ """
550
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
551
+ """
552
+ return pulumi.get(self, "metadata")
553
+
554
+ @metadata.setter
555
+ def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
556
+ pulumi.set(self, "metadata", value)
557
+
558
+ @property
559
+ @pulumi.getter
560
+ def spec(self) -> Optional[pulumi.Input['IPAddressSpecArgs']]:
561
+ """
562
+ spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
563
+ """
564
+ return pulumi.get(self, "spec")
565
+
566
+ @spec.setter
567
+ def spec(self, value: Optional[pulumi.Input['IPAddressSpecArgs']]):
568
+ pulumi.set(self, "spec", value)
569
+
570
+
386
571
  if not MYPY:
387
572
  class IPBlockPatchArgsDict(TypedDict):
388
573
  """
@@ -2869,6 +3054,196 @@ class NetworkPolicyArgs:
2869
3054
  pulumi.set(self, "status", value)
2870
3055
 
2871
3056
 
3057
+ if not MYPY:
3058
+ class ParentReferencePatchArgsDict(TypedDict):
3059
+ """
3060
+ ParentReference describes a reference to a parent object.
3061
+ """
3062
+ group: NotRequired[pulumi.Input[builtins.str]]
3063
+ """
3064
+ Group is the group of the object being referenced.
3065
+ """
3066
+ name: NotRequired[pulumi.Input[builtins.str]]
3067
+ """
3068
+ Name is the name of the object being referenced.
3069
+ """
3070
+ namespace: NotRequired[pulumi.Input[builtins.str]]
3071
+ """
3072
+ Namespace is the namespace of the object being referenced.
3073
+ """
3074
+ resource: NotRequired[pulumi.Input[builtins.str]]
3075
+ """
3076
+ Resource is the resource of the object being referenced.
3077
+ """
3078
+ elif False:
3079
+ ParentReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
3080
+
3081
+ @pulumi.input_type
3082
+ class ParentReferencePatchArgs:
3083
+ def __init__(__self__, *,
3084
+ group: Optional[pulumi.Input[builtins.str]] = None,
3085
+ name: Optional[pulumi.Input[builtins.str]] = None,
3086
+ namespace: Optional[pulumi.Input[builtins.str]] = None,
3087
+ resource: Optional[pulumi.Input[builtins.str]] = None):
3088
+ """
3089
+ ParentReference describes a reference to a parent object.
3090
+ :param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
3091
+ :param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
3092
+ :param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
3093
+ :param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
3094
+ """
3095
+ if group is not None:
3096
+ pulumi.set(__self__, "group", group)
3097
+ if name is not None:
3098
+ pulumi.set(__self__, "name", name)
3099
+ if namespace is not None:
3100
+ pulumi.set(__self__, "namespace", namespace)
3101
+ if resource is not None:
3102
+ pulumi.set(__self__, "resource", resource)
3103
+
3104
+ @property
3105
+ @pulumi.getter
3106
+ def group(self) -> Optional[pulumi.Input[builtins.str]]:
3107
+ """
3108
+ Group is the group of the object being referenced.
3109
+ """
3110
+ return pulumi.get(self, "group")
3111
+
3112
+ @group.setter
3113
+ def group(self, value: Optional[pulumi.Input[builtins.str]]):
3114
+ pulumi.set(self, "group", value)
3115
+
3116
+ @property
3117
+ @pulumi.getter
3118
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
3119
+ """
3120
+ Name is the name of the object being referenced.
3121
+ """
3122
+ return pulumi.get(self, "name")
3123
+
3124
+ @name.setter
3125
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
3126
+ pulumi.set(self, "name", value)
3127
+
3128
+ @property
3129
+ @pulumi.getter
3130
+ def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
3131
+ """
3132
+ Namespace is the namespace of the object being referenced.
3133
+ """
3134
+ return pulumi.get(self, "namespace")
3135
+
3136
+ @namespace.setter
3137
+ def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
3138
+ pulumi.set(self, "namespace", value)
3139
+
3140
+ @property
3141
+ @pulumi.getter
3142
+ def resource(self) -> Optional[pulumi.Input[builtins.str]]:
3143
+ """
3144
+ Resource is the resource of the object being referenced.
3145
+ """
3146
+ return pulumi.get(self, "resource")
3147
+
3148
+ @resource.setter
3149
+ def resource(self, value: Optional[pulumi.Input[builtins.str]]):
3150
+ pulumi.set(self, "resource", value)
3151
+
3152
+
3153
+ if not MYPY:
3154
+ class ParentReferenceArgsDict(TypedDict):
3155
+ """
3156
+ ParentReference describes a reference to a parent object.
3157
+ """
3158
+ name: pulumi.Input[builtins.str]
3159
+ """
3160
+ Name is the name of the object being referenced.
3161
+ """
3162
+ resource: pulumi.Input[builtins.str]
3163
+ """
3164
+ Resource is the resource of the object being referenced.
3165
+ """
3166
+ group: NotRequired[pulumi.Input[builtins.str]]
3167
+ """
3168
+ Group is the group of the object being referenced.
3169
+ """
3170
+ namespace: NotRequired[pulumi.Input[builtins.str]]
3171
+ """
3172
+ Namespace is the namespace of the object being referenced.
3173
+ """
3174
+ elif False:
3175
+ ParentReferenceArgsDict: TypeAlias = Mapping[str, Any]
3176
+
3177
+ @pulumi.input_type
3178
+ class ParentReferenceArgs:
3179
+ def __init__(__self__, *,
3180
+ name: pulumi.Input[builtins.str],
3181
+ resource: pulumi.Input[builtins.str],
3182
+ group: Optional[pulumi.Input[builtins.str]] = None,
3183
+ namespace: Optional[pulumi.Input[builtins.str]] = None):
3184
+ """
3185
+ ParentReference describes a reference to a parent object.
3186
+ :param pulumi.Input[builtins.str] name: Name is the name of the object being referenced.
3187
+ :param pulumi.Input[builtins.str] resource: Resource is the resource of the object being referenced.
3188
+ :param pulumi.Input[builtins.str] group: Group is the group of the object being referenced.
3189
+ :param pulumi.Input[builtins.str] namespace: Namespace is the namespace of the object being referenced.
3190
+ """
3191
+ pulumi.set(__self__, "name", name)
3192
+ pulumi.set(__self__, "resource", resource)
3193
+ if group is not None:
3194
+ pulumi.set(__self__, "group", group)
3195
+ if namespace is not None:
3196
+ pulumi.set(__self__, "namespace", namespace)
3197
+
3198
+ @property
3199
+ @pulumi.getter
3200
+ def name(self) -> pulumi.Input[builtins.str]:
3201
+ """
3202
+ Name is the name of the object being referenced.
3203
+ """
3204
+ return pulumi.get(self, "name")
3205
+
3206
+ @name.setter
3207
+ def name(self, value: pulumi.Input[builtins.str]):
3208
+ pulumi.set(self, "name", value)
3209
+
3210
+ @property
3211
+ @pulumi.getter
3212
+ def resource(self) -> pulumi.Input[builtins.str]:
3213
+ """
3214
+ Resource is the resource of the object being referenced.
3215
+ """
3216
+ return pulumi.get(self, "resource")
3217
+
3218
+ @resource.setter
3219
+ def resource(self, value: pulumi.Input[builtins.str]):
3220
+ pulumi.set(self, "resource", value)
3221
+
3222
+ @property
3223
+ @pulumi.getter
3224
+ def group(self) -> Optional[pulumi.Input[builtins.str]]:
3225
+ """
3226
+ Group is the group of the object being referenced.
3227
+ """
3228
+ return pulumi.get(self, "group")
3229
+
3230
+ @group.setter
3231
+ def group(self, value: Optional[pulumi.Input[builtins.str]]):
3232
+ pulumi.set(self, "group", value)
3233
+
3234
+ @property
3235
+ @pulumi.getter
3236
+ def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
3237
+ """
3238
+ Namespace is the namespace of the object being referenced.
3239
+ """
3240
+ return pulumi.get(self, "namespace")
3241
+
3242
+ @namespace.setter
3243
+ def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
3244
+ pulumi.set(self, "namespace", value)
3245
+
3246
+
2872
3247
  if not MYPY:
2873
3248
  class ServiceBackendPortPatchArgsDict(TypedDict):
2874
3249
  """
@@ -2981,3 +3356,227 @@ class ServiceBackendPortArgs:
2981
3356
  pulumi.set(self, "number", value)
2982
3357
 
2983
3358
 
3359
+ if not MYPY:
3360
+ class ServiceCIDRSpecPatchArgsDict(TypedDict):
3361
+ """
3362
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3363
+ """
3364
+ cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
3365
+ """
3366
+ CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
3367
+ """
3368
+ elif False:
3369
+ ServiceCIDRSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
3370
+
3371
+ @pulumi.input_type
3372
+ class ServiceCIDRSpecPatchArgs:
3373
+ def __init__(__self__, *,
3374
+ cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
3375
+ """
3376
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3377
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
3378
+ """
3379
+ if cidrs is not None:
3380
+ pulumi.set(__self__, "cidrs", cidrs)
3381
+
3382
+ @property
3383
+ @pulumi.getter
3384
+ def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
3385
+ """
3386
+ CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
3387
+ """
3388
+ return pulumi.get(self, "cidrs")
3389
+
3390
+ @cidrs.setter
3391
+ def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
3392
+ pulumi.set(self, "cidrs", value)
3393
+
3394
+
3395
+ if not MYPY:
3396
+ class ServiceCIDRSpecArgsDict(TypedDict):
3397
+ """
3398
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3399
+ """
3400
+ cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
3401
+ """
3402
+ CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
3403
+ """
3404
+ elif False:
3405
+ ServiceCIDRSpecArgsDict: TypeAlias = Mapping[str, Any]
3406
+
3407
+ @pulumi.input_type
3408
+ class ServiceCIDRSpecArgs:
3409
+ def __init__(__self__, *,
3410
+ cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
3411
+ """
3412
+ ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.
3413
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cidrs: CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
3414
+ """
3415
+ if cidrs is not None:
3416
+ pulumi.set(__self__, "cidrs", cidrs)
3417
+
3418
+ @property
3419
+ @pulumi.getter
3420
+ def cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
3421
+ """
3422
+ CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.
3423
+ """
3424
+ return pulumi.get(self, "cidrs")
3425
+
3426
+ @cidrs.setter
3427
+ def cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
3428
+ pulumi.set(self, "cidrs", value)
3429
+
3430
+
3431
+ if not MYPY:
3432
+ class ServiceCIDRStatusArgsDict(TypedDict):
3433
+ """
3434
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
3435
+ """
3436
+ conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgsDict']]]]
3437
+ """
3438
+ conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
3439
+ """
3440
+ elif False:
3441
+ ServiceCIDRStatusArgsDict: TypeAlias = Mapping[str, Any]
3442
+
3443
+ @pulumi.input_type
3444
+ class ServiceCIDRStatusArgs:
3445
+ def __init__(__self__, *,
3446
+ conditions: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]] = None):
3447
+ """
3448
+ ServiceCIDRStatus describes the current state of the ServiceCIDR.
3449
+ :param pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]] conditions: conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
3450
+ """
3451
+ if conditions is not None:
3452
+ pulumi.set(__self__, "conditions", conditions)
3453
+
3454
+ @property
3455
+ @pulumi.getter
3456
+ def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]:
3457
+ """
3458
+ conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state
3459
+ """
3460
+ return pulumi.get(self, "conditions")
3461
+
3462
+ @conditions.setter
3463
+ def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['_meta.v1.ConditionArgs']]]]):
3464
+ pulumi.set(self, "conditions", value)
3465
+
3466
+
3467
+ if not MYPY:
3468
+ class ServiceCIDRArgsDict(TypedDict):
3469
+ """
3470
+ ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
3471
+ """
3472
+ api_version: NotRequired[pulumi.Input[builtins.str]]
3473
+ """
3474
+ 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
3475
+ """
3476
+ kind: NotRequired[pulumi.Input[builtins.str]]
3477
+ """
3478
+ 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
3479
+ """
3480
+ metadata: NotRequired[pulumi.Input['_meta.v1.ObjectMetaArgsDict']]
3481
+ """
3482
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
3483
+ """
3484
+ spec: NotRequired[pulumi.Input['ServiceCIDRSpecArgsDict']]
3485
+ """
3486
+ spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
3487
+ """
3488
+ status: NotRequired[pulumi.Input['ServiceCIDRStatusArgsDict']]
3489
+ """
3490
+ status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
3491
+ """
3492
+ elif False:
3493
+ ServiceCIDRArgsDict: TypeAlias = Mapping[str, Any]
3494
+
3495
+ @pulumi.input_type
3496
+ class ServiceCIDRArgs:
3497
+ def __init__(__self__, *,
3498
+ api_version: Optional[pulumi.Input[builtins.str]] = None,
3499
+ kind: Optional[pulumi.Input[builtins.str]] = None,
3500
+ metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
3501
+ spec: Optional[pulumi.Input['ServiceCIDRSpecArgs']] = None,
3502
+ status: Optional[pulumi.Input['ServiceCIDRStatusArgs']] = None):
3503
+ """
3504
+ ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.
3505
+ :param pulumi.Input[builtins.str] api_version: 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
3506
+ :param pulumi.Input[builtins.str] kind: 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
3507
+ :param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
3508
+ :param pulumi.Input['ServiceCIDRSpecArgs'] spec: spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
3509
+ :param pulumi.Input['ServiceCIDRStatusArgs'] status: status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
3510
+ """
3511
+ if api_version is not None:
3512
+ pulumi.set(__self__, "api_version", 'networking.k8s.io/v1')
3513
+ if kind is not None:
3514
+ pulumi.set(__self__, "kind", 'ServiceCIDR')
3515
+ if metadata is not None:
3516
+ pulumi.set(__self__, "metadata", metadata)
3517
+ if spec is not None:
3518
+ pulumi.set(__self__, "spec", spec)
3519
+ if status is not None:
3520
+ pulumi.set(__self__, "status", status)
3521
+
3522
+ @property
3523
+ @pulumi.getter(name="apiVersion")
3524
+ def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
3525
+ """
3526
+ 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
3527
+ """
3528
+ return pulumi.get(self, "api_version")
3529
+
3530
+ @api_version.setter
3531
+ def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
3532
+ pulumi.set(self, "api_version", value)
3533
+
3534
+ @property
3535
+ @pulumi.getter
3536
+ def kind(self) -> Optional[pulumi.Input[builtins.str]]:
3537
+ """
3538
+ 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
3539
+ """
3540
+ return pulumi.get(self, "kind")
3541
+
3542
+ @kind.setter
3543
+ def kind(self, value: Optional[pulumi.Input[builtins.str]]):
3544
+ pulumi.set(self, "kind", value)
3545
+
3546
+ @property
3547
+ @pulumi.getter
3548
+ def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
3549
+ """
3550
+ Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
3551
+ """
3552
+ return pulumi.get(self, "metadata")
3553
+
3554
+ @metadata.setter
3555
+ def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
3556
+ pulumi.set(self, "metadata", value)
3557
+
3558
+ @property
3559
+ @pulumi.getter
3560
+ def spec(self) -> Optional[pulumi.Input['ServiceCIDRSpecArgs']]:
3561
+ """
3562
+ spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
3563
+ """
3564
+ return pulumi.get(self, "spec")
3565
+
3566
+ @spec.setter
3567
+ def spec(self, value: Optional[pulumi.Input['ServiceCIDRSpecArgs']]):
3568
+ pulumi.set(self, "spec", value)
3569
+
3570
+ @property
3571
+ @pulumi.getter
3572
+ def status(self) -> Optional[pulumi.Input['ServiceCIDRStatusArgs']]:
3573
+ """
3574
+ status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
3575
+ """
3576
+ return pulumi.get(self, "status")
3577
+
3578
+ @status.setter
3579
+ def status(self, value: Optional[pulumi.Input['ServiceCIDRStatusArgs']]):
3580
+ pulumi.set(self, "status", value)
3581
+
3582
+