Skip to content

Commit e3ada8b

Browse files
committed
generated client change for custom_objects
1 parent 79f9423 commit e3ada8b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

kubernetes/client/api/custom_objects_api.py

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
The version of the OpenAPI document: release-1.28
8+
The version of the OpenAPI document: release-1.29
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -537,6 +537,7 @@ def delete_collection_cluster_custom_object(self, group, version, plural, **kwar
537537
:param str version: The custom resource's version (required)
538538
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
539539
:param str pretty: If 'true', then the output is pretty printed.
540+
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
540541
:param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
541542
:param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
542543
:param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
@@ -570,6 +571,7 @@ def delete_collection_cluster_custom_object_with_http_info(self, group, version,
570571
:param str version: The custom resource's version (required)
571572
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
572573
:param str pretty: If 'true', then the output is pretty printed.
574+
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
573575
:param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
574576
:param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
575577
:param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
@@ -596,6 +598,7 @@ def delete_collection_cluster_custom_object_with_http_info(self, group, version,
596598
'version',
597599
'plural',
598600
'pretty',
601+
'label_selector',
599602
'grace_period_seconds',
600603
'orphan_dependents',
601604
'propagation_policy',
@@ -645,6 +648,8 @@ def delete_collection_cluster_custom_object_with_http_info(self, group, version,
645648
query_params = []
646649
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
647650
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
651+
if 'label_selector' in local_var_params and local_var_params['label_selector'] is not None: # noqa: E501
652+
query_params.append(('labelSelector', local_var_params['label_selector'])) # noqa: E501
648653
if 'grace_period_seconds' in local_var_params and local_var_params['grace_period_seconds'] is not None: # noqa: E501
649654
query_params.append(('gracePeriodSeconds', local_var_params['grace_period_seconds'])) # noqa: E501
650655
if 'orphan_dependents' in local_var_params and local_var_params['orphan_dependents'] is not None: # noqa: E501
@@ -700,6 +705,7 @@ def delete_collection_namespaced_custom_object(self, group, version, namespace,
700705
:param str namespace: The custom resource's namespace (required)
701706
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
702707
:param str pretty: If 'true', then the output is pretty printed.
708+
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
703709
:param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
704710
:param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
705711
:param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
@@ -734,6 +740,7 @@ def delete_collection_namespaced_custom_object_with_http_info(self, group, versi
734740
:param str namespace: The custom resource's namespace (required)
735741
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
736742
:param str pretty: If 'true', then the output is pretty printed.
743+
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
737744
:param int grace_period_seconds: The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
738745
:param bool orphan_dependents: Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
739746
:param str propagation_policy: Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
@@ -761,6 +768,7 @@ def delete_collection_namespaced_custom_object_with_http_info(self, group, versi
761768
'namespace',
762769
'plural',
763770
'pretty',
771+
'label_selector',
764772
'grace_period_seconds',
765773
'orphan_dependents',
766774
'propagation_policy',
@@ -816,6 +824,8 @@ def delete_collection_namespaced_custom_object_with_http_info(self, group, versi
816824
query_params = []
817825
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
818826
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
827+
if 'label_selector' in local_var_params and local_var_params['label_selector'] is not None: # noqa: E501
828+
query_params.append(('labelSelector', local_var_params['label_selector'])) # noqa: E501
819829
if 'grace_period_seconds' in local_var_params and local_var_params['grace_period_seconds'] is not None: # noqa: E501
820830
query_params.append(('gracePeriodSeconds', local_var_params['grace_period_seconds'])) # noqa: E501
821831
if 'orphan_dependents' in local_var_params and local_var_params['orphan_dependents'] is not None: # noqa: E501

0 commit comments

Comments
 (0)