• Adam Reese's avatar
    feat(kube): add schema validation · 2ae88214
    Adam Reese authored
    Adds validation against the swagger schema.
    
    Example error:
    Error: release telling-wildebeest failed: error validating "": error
    validating data: expected type int, for field
    spec.template.spec.containers[0].ports[0].containerPort, got string
    
    Current error:
    unable to decode "": [pos 177]: json: expect char '"' but got char 'n'"'
    2ae88214
Name
Last commit
Last update
..
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
log.go Loading commit data...
tunnel.go Loading commit data...
tunnel_test.go Loading commit data...