@pulumi/digitalocean 4.76.0-alpha.1784788928 → 4.76.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/output.d.ts CHANGED
@@ -14987,6 +14987,9 @@ export interface GetKubernetesClusterNodePoolTaint {
14987
14987
  export interface GetKubernetesClusterNvidiaGpuDevicePlugin {
14988
14988
  enabled: boolean;
14989
14989
  }
14990
+ export interface GetKubernetesClusterP2pOciRegistryPlugin {
14991
+ enabled: boolean;
14992
+ }
14990
14993
  export interface GetKubernetesClusterRdmaSharedDevicePlugin {
14991
14994
  enabled: boolean;
14992
14995
  }
@@ -15654,6 +15657,10 @@ export interface GetVpcNatGatewayVpc {
15654
15657
  * Gateway IP of the VPC NAT Gateway
15655
15658
  */
15656
15659
  gatewayIp: string;
15660
+ /**
15661
+ * ID of the ingress subnet in the VPC
15662
+ */
15663
+ subnetUuid: string;
15657
15664
  /**
15658
15665
  * ID of the ingress VPC
15659
15666
  */
@@ -17169,6 +17176,12 @@ export interface KubernetesClusterNvidiaGpuDevicePlugin {
17169
17176
  */
17170
17177
  enabled: boolean;
17171
17178
  }
17179
+ export interface KubernetesClusterP2pOciRegistryPlugin {
17180
+ /**
17181
+ * Boolean flag whether the p2p-oci-registry-plugin should be enabled or not.
17182
+ */
17183
+ enabled: boolean;
17184
+ }
17172
17185
  export interface KubernetesClusterRdmaSharedDevicePlugin {
17173
17186
  /**
17174
17187
  * Boolean flag whether the CoreDNS Autoscaler is enabled or not.
@@ -17605,6 +17618,10 @@ export interface VpcNatGatewayVpc {
17605
17618
  * The private IP of the VPC NAT Gateway
17606
17619
  */
17607
17620
  gatewayIp: string;
17621
+ /**
17622
+ * The ID of the ingress subnet in the VPC
17623
+ */
17624
+ subnetUuid: string;
17608
17625
  /**
17609
17626
  * The ID of the ingress VPC
17610
17627
  */