x_kubernetes_list_map_keys

@JvmName(name = "qidscdywkmnamxag")
suspend fun x_kubernetes_list_map_keys(value: Output<List<String>>)
@JvmName(name = "hfloyygwquaaimne")
suspend fun x_kubernetes_list_map_keys(value: List<String>?)

Parameters

value

x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type map by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). The properties specified must either be required or have a default value, to ensure those properties are present for all list items.


@JvmName(name = "otbsjwawglurvssq")
suspend fun x_kubernetes_list_map_keys(vararg values: Output<String>)


@JvmName(name = "quhbmkkkfoievnhf")
suspend fun x_kubernetes_list_map_keys(values: List<Output<String>>)
@JvmName(name = "chqmhybusanvftsp")
suspend fun x_kubernetes_list_map_keys(vararg values: String)

Parameters

values

x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type map by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). The properties specified must either be required or have a default value, to ensure those properties are present for all list items.