You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str version: The custom resource's version (required)
538
538
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
539
539
: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.
540
541
: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.
541
542
: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.
542
543
: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.
:param str version: The custom resource's version (required)
571
572
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
572
573
: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.
573
575
: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.
574
576
: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.
575
577
: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.
:param str namespace: The custom resource's namespace (required)
701
706
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
702
707
: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.
703
709
: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.
704
710
: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.
705
711
: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
734
740
:param str namespace: The custom resource's namespace (required)
735
741
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
736
742
: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.
737
744
: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.
738
745
: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.
739
746
: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
761
768
'namespace',
762
769
'plural',
763
770
'pretty',
771
+
'label_selector',
764
772
'grace_period_seconds',
765
773
'orphan_dependents',
766
774
'propagation_policy',
@@ -816,6 +824,8 @@ def delete_collection_namespaced_custom_object_with_http_info(self, group, versi
0 commit comments