K8s Network Settings Response
data class K8sNetworkSettingsResponse(val forceencryption: Int? = null, val tlsciphers: String? = null, val tlsprotocols: String? = null)
The kubernetes network settings information.
Constructors
Link copied to clipboard
fun K8sNetworkSettingsResponse(forceencryption: Int? = null, tlsciphers: String? = null, tlsprotocols: String? = null)