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