Add the ability to create services from the CLI

Change-Id: Ia00d97859799ead4648162c599a279aa6f3c5473
This commit is contained in:
Ryan Hallisey 2016-09-11 11:28:40 -04:00
parent fec0ff534b
commit bae09a41e5
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ class Resource(ResourceTemplate):
'Job': 'job',
'Deployment': 'deployment',
'ConfigMap': 'configmap',
'Service': 'svc',
}
if kind not in kind_map:
msg = ("unknown template kind [{}].".format(kind))