diff --git a/kubernetes/utils/create_from_yaml.py b/kubernetes/utils/create_from_yaml.py index 1fe806f7c..ff8a6278a 100644 --- a/kubernetes/utils/create_from_yaml.py +++ b/kubernetes/utils/create_from_yaml.py @@ -90,8 +90,8 @@ def create_from_yaml( def create_from_dict(k8s_client, data, verbose=False, **kwargs): """ - Perform an action from a dictionary containing one or more valid kubernetes - objects + Perform an action from a dictionary containing valid kubernetes + API object (i.e. List, Service, etc). Input: k8s_client: an ApiClient object, initialized with the client args.