kubernetes_asyncio.client.models.v1_counter_set 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.v1_counter_set.V1CounterSet(counters=None, name=None, local_vars_configuration=None)
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'counters': 'counters', 'name': 'name'}
- property counters
Gets the counters of this V1CounterSet. # noqa: E501
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters in all sets is 32. # noqa: E501
- Returns:
The counters of this V1CounterSet. # noqa: E501
- Return type:
dict(str, V1Counter)
- property name
Gets the name of this V1CounterSet. # noqa: E501
Name defines the name of the counter set. It must be a DNS label. # noqa: E501
- Returns:
The name of this V1CounterSet. # noqa: E501
- Return type:
str
- openapi_types = {'counters': 'dict(str, V1Counter)', 'name': 'str'}
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model