Skip to content

Commit

Permalink
Fix update_codegen
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
  • Loading branch information
ArangoGutierrez committed Apr 9, 2024
1 parent 6b80f65 commit 7a7153f
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 231 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ demo/helper-scripts/*.pdf
demo/helper-scripts/*.log
/kustomization.yaml
coverage.out
vendor/
2 changes: 1 addition & 1 deletion api/nfd/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type NodeFeatureRuleList struct {
}

// NodeFeatureRule resource specifies a configuration for feature-based
// customization of node objects, such as node labeling.
// customization of node objects, such as node labeling. LOOSEME
// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Cluster,shortName=nfr
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down
48 changes: 41 additions & 7 deletions api/nfd/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deployment/base/nfd-crds/nfd-api-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
openAPIV3Schema:
description: |-
NodeFeatureRule resource specifies a configuration for feature-based
customization of node objects, such as node labeling.
customization of node objects, such as node labeling. LOOSEME
properties:
apiVersion:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
openAPIV3Schema:
description: |-
NodeFeatureRule resource specifies a configuration for feature-based
customization of node objects, such as node labeling.
customization of node objects, such as node labeling. LOOSEME
properties:
apiVersion:
description: |-
Expand Down
Loading

0 comments on commit 7a7153f

Please sign in to comment.