Skip to content

Commit

Permalink
Merge pull request ceph#90 from Madhu-1/topolog
Browse files Browse the repository at this point in the history
fix inline in json
  • Loading branch information
nb-ohad authored Aug 5, 2024
2 parents 204ddfa + ca806e4 commit c19a1b4
Show file tree
Hide file tree
Showing 3 changed files with 11,457 additions and 11,597 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/driver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ type NodePluginResourcesSpec struct {

type NodePluginSpec struct {
// Embedded common pods spec
PodCommonSpec `json:"inline"`
PodCommonSpec `json:",inline"`

// Driver's plugin daemonset update strategy, supported values are OnDelete and RollingUpdate.
// Default value is RollingUpdate with MaxAvailabile set to 1
Expand Down Expand Up @@ -199,7 +199,7 @@ type ControllerPluginResourcesSpec struct {

type ControllerPluginSpec struct {
// Embedded common pods spec
PodCommonSpec `json:"inline"`
PodCommonSpec `json:",inline"`

// Set replicas for controller plugin's deployment. Defaults to 2
//+kubebuilder:validation:Optional
Expand Down
Loading

0 comments on commit c19a1b4

Please sign in to comment.