configApi property

String? configApi
getter/setter pair

Specifies the API that will be used for configuring the mesh workloads.

Optional. Possible string values are:

  • "CONFIG_API_UNSPECIFIED" : Unspecified
  • "CONFIG_API_ISTIO" : Use the Istio API for configuration.
  • "CONFIG_API_GATEWAY" : Use the K8s Gateway API for configuration.

Implementation

core.String? configApi;