generated client change for custom_objects
This commit is contained in:
parent
79f942386f
commit
e3ada8b8d9
@ -5,7 +5,7 @@
|
||||
|
||||
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: release-1.28
|
||||
The version of the OpenAPI document: release-1.29
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
@ -537,6 +537,7 @@ class CustomObjectsApi(object):
|
||||
:param str version: The custom resource's version (required)
|
||||
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
|
||||
:param str pretty: If 'true', then the output is pretty printed.
|
||||
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
|
||||
: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.
|
||||
: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.
|
||||
: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 @@ class CustomObjectsApi(object):
|
||||
:param str version: The custom resource's version (required)
|
||||
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
|
||||
:param str pretty: If 'true', then the output is pretty printed.
|
||||
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
|
||||
: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.
|
||||
: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.
|
||||
: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 @@ class CustomObjectsApi(object):
|
||||
'version',
|
||||
'plural',
|
||||
'pretty',
|
||||
'label_selector',
|
||||
'grace_period_seconds',
|
||||
'orphan_dependents',
|
||||
'propagation_policy',
|
||||
@ -645,6 +648,8 @@ class CustomObjectsApi(object):
|
||||
query_params = []
|
||||
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
|
||||
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
|
||||
if 'label_selector' in local_var_params and local_var_params['label_selector'] is not None: # noqa: E501
|
||||
query_params.append(('labelSelector', local_var_params['label_selector'])) # noqa: E501
|
||||
if 'grace_period_seconds' in local_var_params and local_var_params['grace_period_seconds'] is not None: # noqa: E501
|
||||
query_params.append(('gracePeriodSeconds', local_var_params['grace_period_seconds'])) # noqa: E501
|
||||
if 'orphan_dependents' in local_var_params and local_var_params['orphan_dependents'] is not None: # noqa: E501
|
||||
@ -700,6 +705,7 @@ class CustomObjectsApi(object):
|
||||
:param str namespace: The custom resource's namespace (required)
|
||||
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
|
||||
:param str pretty: If 'true', then the output is pretty printed.
|
||||
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
|
||||
: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.
|
||||
: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.
|
||||
: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 @@ class CustomObjectsApi(object):
|
||||
:param str namespace: The custom resource's namespace (required)
|
||||
:param str plural: The custom resource's plural name. For TPRs this would be lowercase plural kind. (required)
|
||||
:param str pretty: If 'true', then the output is pretty printed.
|
||||
:param str label_selector: A selector to restrict the list of returned objects by their labels. Defaults to everything.
|
||||
: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.
|
||||
: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.
|
||||
: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 @@ class CustomObjectsApi(object):
|
||||
'namespace',
|
||||
'plural',
|
||||
'pretty',
|
||||
'label_selector',
|
||||
'grace_period_seconds',
|
||||
'orphan_dependents',
|
||||
'propagation_policy',
|
||||
@ -816,6 +824,8 @@ class CustomObjectsApi(object):
|
||||
query_params = []
|
||||
if 'pretty' in local_var_params and local_var_params['pretty'] is not None: # noqa: E501
|
||||
query_params.append(('pretty', local_var_params['pretty'])) # noqa: E501
|
||||
if 'label_selector' in local_var_params and local_var_params['label_selector'] is not None: # noqa: E501
|
||||
query_params.append(('labelSelector', local_var_params['label_selector'])) # noqa: E501
|
||||
if 'grace_period_seconds' in local_var_params and local_var_params['grace_period_seconds'] is not None: # noqa: E501
|
||||
query_params.append(('gracePeriodSeconds', local_var_params['grace_period_seconds'])) # noqa: E501
|
||||
if 'orphan_dependents' in local_var_params and local_var_params['orphan_dependents'] is not None: # noqa: E501
|
||||
|
||||
Loading…
Reference in New Issue
Block a user