Enum DnsPolicy
The DNS Policy for the pod used by the Job Definition.
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum DnsPolicy
Syntax (vb)
Public Enum DnsPolicy
Remarks
Synopsis
Fields
| CLUSTER_FIRST | Any DNS query that does not match the configured cluster domain suffix, such as |
| CLUSTER_FIRST_WITH_HOST_NET | For Pods running with |
| DEFAULT | The Pod inherits the name resolution configuration from the node that the Pods run on. |
Fields
| Name | Description |
|---|---|
| CLUSTER_FIRST | Any DNS query that does not match the configured cluster domain suffix, such as |
| CLUSTER_FIRST_WITH_HOST_NET | For Pods running with |
| DEFAULT | The Pod inherits the name resolution configuration from the node that the Pods run on. |