Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created September 22, 2014 18:17
Show Gist options
  • Select an option

  • Save pmorie/7e795de2af7d6a4b9733 to your computer and use it in GitHub Desktop.

Select an option

Save pmorie/7e795de2af7d6a4b9733 to your computer and use it in GitHub Desktop.
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