Kind
Nodefeature
Group
nfd.k8s-sigs.io
Version
v1alpha1
apiVersion: nfd.k8s-sigs.io/v1alpha1 kind: Nodefeature metadata: name: example
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object required
Specification of the NodeFeature, containing features discovered for a node.
features object
Features is the full "raw" features data that has been discovered.
attributes object
Attributes contains all the attribute-type features of the node.
flags object
Flags contains all the flag-type features of the node.
instances object
Instances contains all the instance-type features of the node.
labels object
Labels is the set of node labels that are requested to be created.
Copied!