Documentation ¶
Index ¶
- type ContainerAppsEnvironmentScanner
- func (a *ContainerAppsEnvironmentScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
- func (a *ContainerAppsEnvironmentScanner) Init(config *azqr.ScannerConfig) error
- func (a *ContainerAppsEnvironmentScanner) ResourceTypes() []string
- func (a *ContainerAppsEnvironmentScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerAppsEnvironmentScanner ¶
type ContainerAppsEnvironmentScanner struct {
// contains filtered or unexported fields
}
ContainerAppsEnvironmentScanner - Scanner for Container Apps
func (*ContainerAppsEnvironmentScanner) GetRecommendations ¶
func (a *ContainerAppsEnvironmentScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
GetRecommendations - Returns the rules for the ContainerAppsEnvironmentScanner
func (*ContainerAppsEnvironmentScanner) Init ¶
func (a *ContainerAppsEnvironmentScanner) Init(config *azqr.ScannerConfig) error
Init - Initializes the ContainerAppsEnvironmentScanner
func (*ContainerAppsEnvironmentScanner) ResourceTypes ¶
func (a *ContainerAppsEnvironmentScanner) ResourceTypes() []string
func (*ContainerAppsEnvironmentScanner) Scan ¶
func (a *ContainerAppsEnvironmentScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Scan - Scans all Container Apps in a Resource Group
Click to show internal directories.
Click to hide internal directories.