ApplicationPvtzDiscoverySvc

data class ApplicationPvtzDiscoverySvc(val enable: Boolean? = null, val namespaceId: String? = null, val portProtocols: List<ApplicationPvtzDiscoverySvcPortProtocol>? = null, val serviceName: String? = null)

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, namespaceId: String? = null, portProtocols: List<ApplicationPvtzDiscoverySvcPortProtocol>? = null, serviceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

Enables the Kubernetes Service-based registration and discovery feature.

Link copied to clipboard
val namespaceId: String? = null

The ID of the namespace.

Link copied to clipboard

The port number and protocol. See port_protocols below.

Link copied to clipboard
val serviceName: String? = null

The name of the Service.