We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9b3e57 + fa3587f commit 18a8b63Copy full SHA for 18a8b63
pkg/apis/deployment/v1alpha/deployment_spec.go
@@ -27,7 +27,7 @@ import (
27
28
"github.com/arangodb/kube-arangodb/pkg/util"
29
"github.com/pkg/errors"
30
- "k8s.io/api/core/v1"
+ v1 "k8s.io/api/core/v1"
31
)
32
33
const (
@@ -72,7 +72,7 @@ type DeploymentSpec struct {
72
73
Chaos ChaosSpec `json:"chaos"`
74
75
- Bootstrap BootstrapSpec `json:"bootstrap",omitempty`
+ Bootstrap BootstrapSpec `json:"bootstrap,omitempty"`
76
}
77
78
// Equal compares two DeploymentSpec
0 commit comments