kubernetes_asyncio.client.models.v1_ingress_class_parameters_reference 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_parameters_reference.V1IngressClassParametersReference(api_group=None, kind=None, name=None, namespace=None, scope=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.
- property api_group
Gets the api_group of this V1IngressClassParametersReference. # noqa: E501
apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. # noqa: E501
- Returns:
The api_group of this V1IngressClassParametersReference. # noqa: E501
- Return type:
str
- attribute_map = {'api_group': 'apiGroup', 'kind': 'kind', 'name': 'name', 'namespace': 'namespace', 'scope': 'scope'}
- property kind
Gets the kind of this V1IngressClassParametersReference. # noqa: E501
kind is the type of resource being referenced. # noqa: E501
- Returns:
The kind of this V1IngressClassParametersReference. # noqa: E501
- Return type:
str
- property name
Gets the name of this V1IngressClassParametersReference. # noqa: E501
name is the name of resource being referenced. # noqa: E501
- Returns:
The name of this V1IngressClassParametersReference. # noqa: E501
- Return type:
str
- property namespace
Gets the namespace of this V1IngressClassParametersReference. # noqa: E501
namespace is the namespace of the resource being referenced. This field is required when scope is set to “Namespace” and must be unset when scope is set to “Cluster”. # noqa: E501
- Returns:
The namespace of this V1IngressClassParametersReference. # noqa: E501
- Return type:
str
- openapi_types = {'api_group': 'str', 'kind': 'str', 'name': 'str', 'namespace': 'str', 'scope': 'str'}
- property scope
Gets the scope of this V1IngressClassParametersReference. # noqa: E501
scope represents if this refers to a cluster or namespace scoped resource. This may be set to “Cluster” (default) or “Namespace”. # noqa: E501
- Returns:
The scope of this V1IngressClassParametersReference. # noqa: E501
- Return type:
str
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model