kubernetes_asyncio.client.models.v1_validating_admission_policy_status 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_validating_admission_policy_status.V1ValidatingAdmissionPolicyStatus(conditions=None, observed_generation=None, type_checking=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 = {'conditions': 'conditions', 'observed_generation': 'observedGeneration', 'type_checking': 'typeChecking'}
- property conditions
Gets the conditions of this V1ValidatingAdmissionPolicyStatus. # noqa: E501
The conditions represent the latest available observations of a policy’s current state. # noqa: E501
- Returns:
The conditions of this V1ValidatingAdmissionPolicyStatus. # noqa: E501
- Return type:
list[V1Condition]
- property observed_generation
Gets the observed_generation of this V1ValidatingAdmissionPolicyStatus. # noqa: E501
The generation observed by the controller. # noqa: E501
- Returns:
The observed_generation of this V1ValidatingAdmissionPolicyStatus. # noqa: E501
- Return type:
int
- openapi_types = {'conditions': 'list[V1Condition]', 'observed_generation': 'int', 'type_checking': 'V1TypeChecking'}
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model
- property type_checking
Gets the type_checking of this V1ValidatingAdmissionPolicyStatus. # noqa: E501
- Returns:
The type_checking of this V1ValidatingAdmissionPolicyStatus. # noqa: E501
- Return type: