versions

@JvmName(name = "ofgoejdwqxcmileu")
suspend fun versions(value: Output<List<CustomResourceDefinitionVersionArgs>>)
@JvmName(name = "xfadvegyeeosdrab")
suspend fun versions(value: List<CustomResourceDefinitionVersionArgs>?)

Parameters

value

versions is the list of all API versions of the defined custom resource. Optional if version is specified. The name of the first item in the versions list must match the version field if version and versions are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA beta alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.


@JvmName(name = "uekahcpdebccrogh")
suspend fun versions(vararg values: Output<CustomResourceDefinitionVersionArgs>)


@JvmName(name = "opyiyjpnyhlytrsk")
suspend fun versions(values: List<Output<CustomResourceDefinitionVersionArgs>>)
@JvmName(name = "qlpcmvoqlhkrtahm")
suspend fun versions(vararg values: CustomResourceDefinitionVersionArgs)

Parameters

values

versions is the list of all API versions of the defined custom resource. Optional if version is specified. The name of the first item in the versions list must match the version field if version and versions are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA beta alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.


@JvmName(name = "xfwllgjppmhuqscj")
suspend fun versions(argument: List<suspend CustomResourceDefinitionVersionArgsBuilder.() -> Unit>)
@JvmName(name = "upaufkkrahexbipl")
suspend fun versions(vararg argument: suspend CustomResourceDefinitionVersionArgsBuilder.() -> Unit)
@JvmName(name = "txdvgxmqphivmlch")
suspend fun versions(argument: suspend CustomResourceDefinitionVersionArgsBuilder.() -> Unit)

Parameters

argument

versions is the list of all API versions of the defined custom resource. Optional if version is specified. The name of the first item in the versions list must match the version field if version and versions are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA beta alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.