kubernetes_asyncio.client.models.v1beta1_mutation 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.v1beta1_mutation.V1beta1Mutation(apply_configuration=None, json_patch=None, patch_type=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.

property apply_configuration

Gets the apply_configuration of this V1beta1Mutation. # noqa: E501

Returns:

The apply_configuration of this V1beta1Mutation. # noqa: E501

Return type:

V1beta1ApplyConfiguration

attribute_map = {'apply_configuration': 'applyConfiguration', 'json_patch': 'jsonPatch', 'patch_type': 'patchType'}
property json_patch

Gets the json_patch of this V1beta1Mutation. # noqa: E501

Returns:

The json_patch of this V1beta1Mutation. # noqa: E501

Return type:

V1beta1JSONPatch

openapi_types = {'apply_configuration': 'V1beta1ApplyConfiguration', 'json_patch': 'V1beta1JSONPatch', 'patch_type': 'str'}
property patch_type

Gets the patch_type of this V1beta1Mutation. # noqa: E501

patchType indicates the patch strategy used. Allowed values are “ApplyConfiguration” and “JSONPatch”. Required. # noqa: E501

Returns:

The patch_type of this V1beta1Mutation. # 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