MultiClusterIngressFeatureSpec.fromJson constructor

MultiClusterIngressFeatureSpec.fromJson(
  1. Map json_
)

Implementation

MultiClusterIngressFeatureSpec.fromJson(core.Map json_)
    : this(
        configMembership: json_['configMembership'] as core.String?,
      );