Skip to content

Commit

Permalink
Fixes for code format.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Sep 24, 2020
1 parent 9e534d0 commit bbdfb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/utils/create_from_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def create_from_dict(k8s_client, data, verbose=False, namespace='default',

return k8s_objects


def create_from_yaml_single_item(
k8s_client, yml_object, verbose=False, **kwargs):
group, _, version = yml_object["apiVersion"].partition("/")
Expand Down

0 comments on commit bbdfb73

Please sign in to comment.