...

Source file src/edge-infra.dev/pkg/sds/ien/k8s/controllers/nodeagent/plugins/staticpodscheduler/templates/templates.go

Documentation: edge-infra.dev/pkg/sds/ien/k8s/controllers/nodeagent/plugins/staticpodscheduler/templates

     1  package templates
     2  
     3  import "embed"
     4  
     5  var (
     6  	//go:embed manifests/*
     7  	Manifests embed.FS
     8  )
     9  

View as plain text