argo.models.k8s_io_api_policy_v1beta1_pod_disruption_budget_spec

Argo

Workflow Service API performs CRUD actions against application resources # noqa: E501

The version of the OpenAPI document: v2.7.0-rc1 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.k8s_io_api_policy_v1beta1_pod_disruption_budget_spec.K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec(max_unavailable=None, min_available=None, selector=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.

K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec - a model defined in OpenAPI

openapi_types
attribute_map
property max_unavailable(self)

Gets the max_unavailable of this K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec. # noqa: E501

Returns

The max_unavailable of this K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec. # noqa: E501

Return type

kubernetes.client.models.V1IntOrString

property min_available(self)

Gets the min_available of this K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec. # noqa: E501

Returns

The min_available of this K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec. # noqa: E501

Return type

kubernetes.client.models.V1IntOrString

property selector(self)

Gets the selector of this K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec. # noqa: E501

Returns

The selector of this K8sIoApiPolicyV1beta1PodDisruptionBudgetSpec. # noqa: E501

Return type

kubernetes.client.models.V1LabelSelector

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model