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
The main kubernetes client has a useful function in utils called create_from_dict. This function is absent in kubernetes_asyncio, but would be very useful, particularly in the case where you want to create a resource from yaml template and change some values in it, without needing to save the altered yaml to a file.
Alternatively, exposing create_from_yaml_single_item officially in the __init__.py of utils would achieve a similar result
The text was updated successfully, but these errors were encountered:
The main kubernetes client has a useful function in utils called
create_from_dict
. This function is absent in kubernetes_asyncio, but would be very useful, particularly in the case where you want to create a resource from yaml template and change some values in it, without needing to save the altered yaml to a file.Alternatively, exposing
create_from_yaml_single_item
officially in the__init__.py
ofutils
would achieve a similar resultThe text was updated successfully, but these errors were encountered: