ClusterFleet

data class ClusterFleet(val membership: String? = null, val membershipId: String? = null, val membershipLocation: String? = null, val preRegistered: Boolean? = null, val project: String? = null)

Constructors

Link copied to clipboard
constructor(membership: String? = null, membershipId: String? = null, membershipLocation: String? = null, preRegistered: Boolean? = null, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val membership: String? = null

The resource name of the fleet Membership resource associated to this cluster with format //gkehub.googleapis.com/projects/{{project}}/locations/{{location}}/memberships/{{name}}. See the official doc for fleet management.

Link copied to clipboard
val membershipId: String? = null

The short name of the fleet membership, extracted from fleet.0.membership. You can use this field to configure membership_id under google_gkehub_feature_membership.

Link copied to clipboard

The location of the fleet membership, extracted from fleet.0.membership. You can use this field to configure membership_location under google_gkehub_feature_membership.

Link copied to clipboard
val preRegistered: Boolean? = null

Whether the cluster has been registered via the fleet API.

Link copied to clipboard
val project: String? = null

The name of the Fleet host project where this cluster will be registered.