hierarchy Controller
suspend fun hierarchyController(value: Output<FeatureMembershipConfigmanagementHierarchyControllerArgs>)
Parameters
value
Hierarchy Controller configuration for the cluster. Structure is documented below. Configuring Hierarchy Controller through the configmanagement feature is no longer recommended. Use open source Kubernetes Hierarchical Namespace Controller (HNC) instead. Follow the instructions to migrate from Hierarchy Controller to HNC.
suspend fun hierarchyController(argument: suspend FeatureMembershipConfigmanagementHierarchyControllerArgsBuilder.() -> Unit)
Parameters
argument
Hierarchy Controller configuration for the cluster. Structure is documented below. Configuring Hierarchy Controller through the configmanagement feature is no longer recommended. Use open source Kubernetes Hierarchical Namespace Controller (HNC) instead. Follow the instructions to migrate from Hierarchy Controller to HNC.