Skip to content

Commit

Permalink
Merge pull request #1985 from marcnuri-forks/fix/comment-tags
Browse files Browse the repository at this point in the history
🌱 Add missing comment tags
  • Loading branch information
metal3-io-bot authored Dec 2, 2024
2 parents 61c9dc1 + 741dffc commit 227b7ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions apis/metal3.io/v1alpha1/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

// Package v1alpha1 contains API Schema definitions for the metal3.io v1alpha1 API group
// +kubebuilder:object:generate=true
// +k8s:openapi-gen=true
// +groupName=metal3.io
package v1alpha1
2 changes: 1 addition & 1 deletion apis/metal3.io/v1alpha1/hostfirmwaresettings_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type HostFirmwareSettingsSpec struct {

// Settings are the desired firmware settings stored as name/value pairs.
// +patchStrategy=merge
Settings DesiredSettingsMap `json:"settings" required:"true"`
Settings DesiredSettingsMap `json:"settings" patchStrategy:"merge" required:"true"`
}

// HostFirmwareSettingsStatus defines the observed state of HostFirmwareSettings.
Expand Down

0 comments on commit 227b7ff

Please sign in to comment.