-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
The NodeFeatureGroup is an NFD-specific custom resource that is designed for grouping nodes based on their features. NFD-Master watches for NodeFeatureGroup objects in the cluster and updates the status of the NodeFeatureGroup object with the list of nodes that match the feature group rules. The NodeFeatureGroup rules follow the same syntax as the NodeFeatureRule rules. Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ FROM ${BUILDER_IMAGE} as builder | |
# Install tools | ||
RUN go install github.com/vektra/mockery/[email protected] && \ | ||
go install sigs.k8s.io/controller-tools/cmd/[email protected] && \ | ||
git clone https://github.com/kubernetes/code-generator -b v0.29.0 --depth 1 && \ | ||
go install k8s.io/code-generator/cmd/go-to-protobuf/[email protected] && \ | ||
go install golang.org/x/tools/cmd/[email protected] && \ | ||
go install github.com/golang/protobuf/[email protected] | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.