kubernetes_asyncio.client.models.v1_ingress_class_spec 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_ingress_class_spec.V1IngressClassSpec(controller=None, parameters=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 = {'controller': 'controller', 'parameters': 'parameters'}
- property controller
Gets the controller of this V1IngressClassSpec. # noqa: E501
controller refers to the name of the controller that should handle this class. This allows for different “flavors” that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. “acme.io/ingress-controller”. This field is immutable. # noqa: E501
- Returns:
The controller of this V1IngressClassSpec. # noqa: E501
- Return type:
str
- openapi_types = {'controller': 'str', 'parameters': 'V1IngressClassParametersReference'}
- property parameters
Gets the parameters of this V1IngressClassSpec. # noqa: E501
- Returns:
The parameters of this V1IngressClassSpec. # noqa: E501
- Return type:
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model