Documentation ¶
Index ¶
- Variables
- func CleanPerformanceProfiles() error
- func CreatePerformanceProfile(performanceProfileName, machineConfigPoolName string) error
- func DiscoverPerformanceProfiles(enforcedPerformanceProfileName string) (bool, string, []*performancev2.PerformanceProfile)
- func FindDefaultPerformanceProfile(performanceProfileName string) (*performancev2.PerformanceProfile, error)
- func FindOrOverridePerformanceProfile(performanceProfileName, machineConfigPoolName string) error
- func IsSingleNUMANode(perfProfile *performancev2.PerformanceProfile) bool
- func RestorePerformanceProfile(machineConfigPoolName string) error
- func ValidatePerformanceProfile(performanceProfile *performancev2.PerformanceProfile) (bool, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
OriginalPerformanceProfile *performancev2.PerformanceProfile
)
Functions ¶
func CleanPerformanceProfiles ¶
func CleanPerformanceProfiles() error
func DiscoverPerformanceProfiles ¶
func DiscoverPerformanceProfiles(enforcedPerformanceProfileName string) (bool, string, []*performancev2.PerformanceProfile)
func FindDefaultPerformanceProfile ¶
func FindDefaultPerformanceProfile(performanceProfileName string) (*performancev2.PerformanceProfile, error)
func IsSingleNUMANode ¶
func IsSingleNUMANode(perfProfile *performancev2.PerformanceProfile) bool
func ValidatePerformanceProfile ¶
func ValidatePerformanceProfile(performanceProfile *performancev2.PerformanceProfile) (bool, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.