kubernetes_asyncio.client.models.v1_aggregation_rule 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_aggregation_rule.V1AggregationRule(cluster_role_selectors=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 = {'cluster_role_selectors': 'clusterRoleSelectors'}
property cluster_role_selectors

Gets the cluster_role_selectors of this V1AggregationRule. # noqa: E501

ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole’s permissions will be added # noqa: E501

Returns:

The cluster_role_selectors of this V1AggregationRule. # noqa: E501

Return type:

list[V1LabelSelector]

openapi_types = {'cluster_role_selectors': 'list[V1LabelSelector]'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model