Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #546 from containscafeine/fix-DeploymentConfigSpec…
Browse files Browse the repository at this point in the history
…-ref

Fix reference to DeploymentConfigSpec
  • Loading branch information
surajssd authored Dec 29, 2017
2 parents a71b1b3 + 1f46a5c commit f61e5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/spec/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ type JobSpecMod struct {
// a complete kedge app based on OpenShift
// kedgeSpec: io.kedge.DeploymentConfigSpecMod
type DeploymentConfigSpecMod struct {
ControllerFields `json:",inline"`
ControllerFields `json:",inline"`
// k8s: v1.DeploymentConfigSpec
os_deploy_v1.DeploymentConfigSpec `json:",inline"`

// Replicas is the number of desired replicas.
Expand Down

0 comments on commit f61e5d1

Please sign in to comment.