We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d36c9 commit 80339efCopy full SHA for 80339ef
kubernetes/utils/create_from_yaml.py
@@ -36,7 +36,10 @@ def create_from_yaml(
36
verbose: If True, print confirmation from the create action.
37
Default is False.
38
namespace: string. Contains the namespace to create all
39
- resources inside
+ resources inside. The namespace must preexist otherwise
40
+ the resource creation will fail. If the API object in
41
+ the yaml file already contains a namespace definition
42
+ this parameter has no effect.
43
44
Returns:
45
An k8s api object or list of apis objects created from YAML.
0 commit comments