kubernetes_asyncio.client.models.flowcontrol_v1_subject 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.flowcontrol_v1_subject.FlowcontrolV1Subject(group=None, kind=None, service_account=None, user=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 = {'group': 'group', 'kind': 'kind', 'service_account': 'serviceAccount', 'user': 'user'}
- property group
Gets the group of this FlowcontrolV1Subject. # noqa: E501
- Returns:
The group of this FlowcontrolV1Subject. # noqa: E501
- Return type:
- property kind
Gets the kind of this FlowcontrolV1Subject. # noqa: E501
kind indicates which one of the other fields is non-empty. Required # noqa: E501
- Returns:
The kind of this FlowcontrolV1Subject. # noqa: E501
- Return type:
str
- openapi_types = {'group': 'V1GroupSubject', 'kind': 'str', 'service_account': 'V1ServiceAccountSubject', 'user': 'V1UserSubject'}
- property service_account
Gets the service_account of this FlowcontrolV1Subject. # noqa: E501
- Returns:
The service_account of this FlowcontrolV1Subject. # noqa: E501
- Return type:
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model
- property user
Gets the user of this FlowcontrolV1Subject. # noqa: E501
- Returns:
The user of this FlowcontrolV1Subject. # noqa: E501
- Return type: