management property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? management
getter/setter pair

Deprecated: From version 1.21.0, automatic Feature management is unavailable, and Config Sync only supports manual upgrades.

Optional. Possible string values are:

  • "MANAGEMENT_UNSPECIFIED" : Unspecified
  • "MANAGEMENT_AUTOMATIC" : Google will manage the Feature for the cluster.
  • "MANAGEMENT_MANUAL" : User will manually manage the Feature for the cluster.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? management;