implementation property

String? implementation
getter/setter pair

Implementation of managed control plane.

Output only. Possible string values are:

  • "IMPLEMENTATION_UNSPECIFIED" : Unspecified
  • "ISTIOD" : A Google build of istiod is used for the managed control plane.
  • "TRAFFIC_DIRECTOR" : Traffic director is used for the managed control plane.
  • "UPDATING" : The control plane implementation is being updated.

Implementation

core.String? implementation;