AdvancedNetworkingSecurityResponse

data class AdvancedNetworkingSecurityResponse(val enabled: Boolean? = null)

Security profile to enable security features on cilium based cluster.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

This feature allows user to configure network policy based on DNS (FQDN) names. It can be enabled only on cilium based clusters. If not specified, the default is false.