ClusterFleet

data class ClusterFleet(val membership: String? = null, val project: String)

Constructors

Link copied to clipboard
constructor(membership: String? = null, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val membership: String? = null

(Output) The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as projects/<project-number>/locations/global/membership/<cluster-id>.

Link copied to clipboard

The name of the Fleet host project where this cluster will be registered. Project names are formatted as projects/<project-number>.