Skip to content

Commit

Permalink
chore: fix json name error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Sep 1, 2022
1 parent 5f62bcf commit 429fcc6
Show file tree
Hide file tree
Showing 5 changed files with 4,989 additions and 4,989 deletions.
4 changes: 2 additions & 2 deletions apis/apps/v2alpha1/emqx_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ type EMQXCoreTemplateSpec struct {
InitContainers []corev1.Container `json:"initContainers,omitempty"`
// ExtraContainers represents extra containers to be added to the pod.
// See https://github.com/emqx/emqx-operator/issues/252
ExtraContainers []corev1.Container `json:"Containers,omitempty"`
ExtraContainers []corev1.Container `json:"extraContainers,omitempty"`
// See https://github.com/emqx/emqx-operator/pull/72
ExtraVolumes []corev1.Volume `json:"extraVolumes,omitempty"`
// See https://github.com/emqx/emqx-operator/pull/72
Expand All @@ -264,7 +264,7 @@ type EMQXCoreTemplateSpec struct {
StartupProbe *corev1.Probe `json:"startupProbe,omitempty"`
// Actions that the management system should take in response to container lifecycle events.
// Cannot be updated.
Lifecycle *corev1.Lifecycle `json:"lifecycle,omitempty" protobuf:"bytes,12,opt,name=lifecycle"`
Lifecycle *corev1.Lifecycle `json:"lifecycle,omitempty"`
}

type EMQXCoreTemplate struct {
Expand Down
Loading

0 comments on commit 429fcc6

Please sign in to comment.