kubernetes_asyncio.client.models.v1alpha1_variable module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1alpha1_variable.V1alpha1Variable(expression=None, name=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'expression': 'expression', 'name': 'name'}
property expression

Gets the expression of this V1alpha1Variable. # noqa: E501

Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation. # noqa: E501

Returns:

The expression of this V1alpha1Variable. # noqa: E501

Return type:

str

property name

Gets the name of this V1alpha1Variable. # noqa: E501

Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through variables For example, if name is “foo”, the variable will be available as variables.foo # noqa: E501

Returns:

The name of this V1alpha1Variable. # noqa: E501

Return type:

str

openapi_types = {'expression': 'str', 'name': 'str'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model