str
Required. variant_name_template is a template that can refer
to variables containing cluster membership metadata such as
location, name, and labels to generate the name of the
variant for a target cluster. The variable syntax is similar
to the unix shell variables.
Available variables are ${membership.name},
${membership.location}, ${membership.project} and
${membership.labels['label_name']}.
If you want to deploy a specific variant, say "default" to
all the clusters, you can use "default" (string without any
variables) as the variant_name_template.
This field is a member of oneof_ strategy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class VariantSelector (0.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.3 (latest)](/python/docs/reference/google-cloud-configdelivery/latest/google.cloud.configdelivery_v1.types.FleetPackage.VariantSelector)\n- [0.1.2](/python/docs/reference/google-cloud-configdelivery/0.1.2/google.cloud.configdelivery_v1.types.FleetPackage.VariantSelector) \n\n VariantSelector(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nVariantSelector contains information for selecting a variant in\n`ResourceBundle` to deploy to a target cluster.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e"]]