servercore_mks_admission_controllers_v1
Provides a list of available admission controllers. For more information about admission controllers in Managed Kubernetes, see the official Servercore documentation.
Example Usage
data "servercore_mks_admission_controllers_v1" "admission_controllers_1" {
project_id = servercore_project_v2.project_1.id
region = "ru-3"
}
Argument Reference
-
project_id— (Required) Unique identifier of the associated project. Retrieved from the servercore_vpc_project_v2 resource. Learn more about Projects. -
region— (Required) Pool where the cluster is located, for example,ru-3. -
filter— (Optional) Values to filter available admission controllers:kube_version— (Optional) Kubernetes version for which you get available admission controllers.
Attributes Reference
-
admission_controllers— List of available admission controllers.-
kube_version— Kubernetes version. -
names— Names of the admission controllers available for the specified Kubernetes version.
-