DNSEndpointConfig.fromJson constructor
DNSEndpointConfig.fromJson(
- Map json_
Implementation
DNSEndpointConfig.fromJson(core.Map json_)
: this(
allowExternalTraffic: json_['allowExternalTraffic'] as core.bool?,
enableK8sCertsViaDns: json_['enableK8sCertsViaDns'] as core.bool?,
enableK8sTokensViaDns: json_['enableK8sTokensViaDns'] as core.bool?,
endpoint: json_['endpoint'] as core.String?,
);