ActiveDirectoryConnectorStatusResponse

data class ActiveDirectoryConnectorStatusResponse(val lastUpdateTime: String? = null, val observedGeneration: Double? = null, val state: String? = null)

The status of the Kubernetes custom resource.

Constructors

Link copied to clipboard
constructor(lastUpdateTime: String? = null, observedGeneration: Double? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lastUpdateTime: String? = null

The time that the custom resource was last updated.

Link copied to clipboard

The version of the replicaSet associated with the AD connector custom resource.

Link copied to clipboard
val state: String? = null

The state of the AD connector custom resource.