Add more documentation to new namespace parameter

This commit is contained in:
Johannes M. Scheuermann 2019-04-08 07:52:01 +02:00
parent 15d36c9688
commit 80339ef3f7

View File

@ -36,7 +36,10 @@ def create_from_yaml(
verbose: If True, print confirmation from the create action.
Default is False.
namespace: string. Contains the namespace to create all
resources inside
resources inside. The namespace must preexist otherwise
the resource creation will fail. If the API object in
the yaml file already contains a namespace definition
this parameter has no effect.
Returns:
An k8s api object or list of apis objects created from YAML.