Documentation ¶
Overview ¶
Package nfd provides a handler for managing NFD deployments on clusters
+kubebuilder:rbac:groups=addons.cluster.x-k8s.io,resources=clusterresourcesets,verbs=watch;list;get;create;patch;update;delete +kubebuilder:rbac:groups="",resources=configmaps,verbs=watch;list;get;create;patch;update;delete
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { *options.GlobalOptions // contains filtered or unexported fields }
type DefaultNFD ¶
type DefaultNFD struct {
// contains filtered or unexported fields
}
func New ¶
func New( c ctrlclient.Client, cfg *Config, ) *DefaultNFD
func (*DefaultNFD) AfterControlPlaneInitialized ¶
func (n *DefaultNFD) AfterControlPlaneInitialized( ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, resp *runtimehooksv1.AfterControlPlaneInitializedResponse, )
func (*DefaultNFD) Name ¶
func (n *DefaultNFD) Name() string
Click to show internal directories.
Click to hide internal directories.