Skip to content

Commit

Permalink
Fix remaining linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshaySainiDell committed Apr 25, 2024
1 parent 4029c29 commit cdd1e75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions types/v1/templateTypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type TemplateValid struct {
Messages []Messages `json:"messages,omitempty"`
}

// SoftwareComponent defines the details of a software component.
// SoftwareComponents defines the details of a software component.
type SoftwareComponents struct {
ID string `json:"id,omitempty"`
PackageID string `json:"packageId,omitempty"`
Expand Down Expand Up @@ -474,7 +474,7 @@ type OptionsDetails struct {
Attributes map[string]string `json:"attributes,omitempty"`
}

// ScaleIODiskConfiguration defines the scaleio disk configuration.
// ScaleIOStoragePoolDisks defines the scaleio storage pool disks.
type ScaleIOStoragePoolDisks struct {
ProtectionDomainID string `json:"protectionDomainId,omitempty"`
ProtectionDomainName string `json:"protectionDomainName,omitempty"`
Expand Down Expand Up @@ -509,7 +509,7 @@ type LongWindow struct {
WindowSizeInSec int `json:"windowSizeInSec,omitempty"`
}

// SdsCounterParameters defines the sds counter parameters.
// SdsDecoupledCounterParameters defines the decoupled parameters for sds counter.
type SdsDecoupledCounterParameters struct {
ShortWindow ShortWindow `json:"shortWindow,omitempty"`
MediumWindow MediumWindow `json:"mediumWindow,omitempty"`
Expand Down Expand Up @@ -930,7 +930,7 @@ type StaticNetworkConfiguration struct {
StaticRoute []StaticRoute `json:"staticRoute,omitempty"`
}

// Network defines the details of a network.
// Networks defines the details of a network.
type Networks struct {
ID string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Expand Down

0 comments on commit cdd1e75

Please sign in to comment.