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
Perform an action from a yaml file. Pass 1 for verbose to
28
28
print confirmation information.
29
-
30
-
Available parameters for generating the client:
31
-
:param configuration: Configuration for the client.
32
-
:param host: The base path for the server to call.
33
-
:param header_name: a header to pass when making calls to the API.
34
-
:param header_value: a header value to pass when making calls to the API.
29
+
30
+
Input:
31
+
yaml_file: string. Contains the path to yaml file.
32
+
k8s_cline: an ApiClient object, initialized with the client args.
35
33
36
34
Available parameters for performing the subsequent action:
37
35
:param async_req bool
38
36
:param bool include_uninitialized: If true, partially initialized resources are included in the response.
39
37
:param str pretty: If 'true', then the output is pretty printed.
40
38
:param str dry_run: When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
0 commit comments