K8s Network Settings Args
data class K8sNetworkSettingsArgs(val forceencryption: Output<Int>? = null, val tlsciphers: Output<String>? = null, val tlsprotocols: Output<String>? = null) : ConvertibleToJava<K8sNetworkSettingsArgs>
The kubernetes network settings information.
Constructors
Link copied to clipboard
fun K8sNetworkSettingsArgs(forceencryption: Output<Int>? = null, tlsciphers: Output<String>? = null, tlsprotocols: Output<String>? = null)