Created
September 22, 2014 18:17
-
-
Save pmorie/7e795de2af7d6a4b9733 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type DeploymentConfig struct { | |
| api.JSONBase `json:",inline" yaml:",inline"` | |
| Labels map[string]string `json:"labels,omitempty" yaml:"labels,omitempty"` | |
| TriggerPolicies []DeploymentTriggerPolicy `json:"triggerPolicy,omitempty" yaml:"triggerPolicy,omitempty"` | |
| Template DeploymentTemplate `json:"template,omitempty" yaml:"template,omitempty"` | |
| Number int | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment