resourcehandler

package
v0.0.0-...-cb424ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2022 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ImagevulnerabilitiesObjectGroup   = "armo.vuln.images"
	ImagevulnerabilitiesObjectVersion = "v1"
	ImagevulnerabilitiesObjectKind    = "ImageVulnerabilities"
)

Variables

View Source
var (
	KS_KUBE_CLUSTER_ENV_VAR   = "KS_KUBE_CLUSTER"
	KS_CLOUD_PROVIDER_ENV_VAR = "KS_CLOUD_PROVIDER"
	KS_CLOUD_REGION_ENV_VAR   = "KS_CLOUD_REGION"
	KS_GKE_PROJECT_ENV_VAR    = "KS_GKE_PROJECT"
)
View Source
var (
	ClusterDescribe = "ClusterDescribe"

	MapResourceToApiGroupCloud = map[string][]string{
		ClusterDescribe: {"container.googleapis.com/v1", "eks.amazonaws.com/v1"}}
)

Functions

func ConvertMapListToMeta

func ConvertMapListToMeta(resourceMap []map[string]interface{}) []workloadinterface.IMetadata

func ScanRepository

func ScanRepository(command string, branchOptional string) ([]string, error)

Types

type EKSProviderContext

type EKSProviderContext struct {
}

func NewEKSProviderContext

func NewEKSProviderContext() *EKSProviderContext

type EKSProviderEnvVar

type EKSProviderEnvVar struct {
}

func NewEKSProviderEnvVar

func NewEKSProviderEnvVar() *EKSProviderEnvVar

type EmptyCloudProvider

type EmptyCloudProvider struct {
}

func NewEmptyCloudProvider

func NewEmptyCloudProvider() *EmptyCloudProvider

type EmptySelector

type EmptySelector struct {
}

func (*EmptySelector) GetNamespacesSelectors

func (es *EmptySelector) GetNamespacesSelectors(resource *schema.GroupVersionResource) []string

type ExcludeSelector

type ExcludeSelector struct {
	// contains filtered or unexported fields
}

func NewExcludeSelector

func NewExcludeSelector(ns string) *ExcludeSelector

func (*ExcludeSelector) GetNamespacesSelectors

func (es *ExcludeSelector) GetNamespacesSelectors(resource *schema.GroupVersionResource) []string

type FileResourceHandler

type FileResourceHandler struct {
	// contains filtered or unexported fields
}

FileResourceHandler handle resources from files and URLs

func NewFileResourceHandler

func NewFileResourceHandler(inputPatterns []string, registryAdaptors *RegistryAdaptors) *FileResourceHandler

func (*FileResourceHandler) GetClusterAPIServerInfo

func (fileHandler *FileResourceHandler) GetClusterAPIServerInfo() *version.Info

func (*FileResourceHandler) GetResources

type GKEProviderContext

type GKEProviderContext struct {
}

func NewGKEProviderContext

func NewGKEProviderContext() *GKEProviderContext

type GKEProviderEnvVar

type GKEProviderEnvVar struct {
}

func NewGKEProviderEnvVar

func NewGKEProviderEnvVar() *GKEProviderEnvVar

type GitHubRepository

type GitHubRepository struct {
	// contains filtered or unexported fields
}

func NewGitHubRepository

func NewGitHubRepository() *GitHubRepository

type ICloudProvider

type ICloudProvider interface {
	// contains filtered or unexported methods
}

type IFieldSelector

type IFieldSelector interface {
	GetNamespacesSelectors(*schema.GroupVersionResource) []string
}

type IRepository

type IRepository interface {
	// contains filtered or unexported methods
}

type IResourceHandler

type IResourceHandler interface {
	GetResources(*cautils.OPASessionObj, *armotypes.PortalDesignator) (*cautils.K8SResources, map[string]workloadinterface.IMetadata, *cautils.ArmoResources, error)
	GetClusterAPIServerInfo() *version.Info
}

type IncludeSelector

type IncludeSelector struct {
	// contains filtered or unexported fields
}

func NewIncludeSelector

func NewIncludeSelector(ns string) *IncludeSelector

func (*IncludeSelector) GetNamespacesSelectors

func (is *IncludeSelector) GetNamespacesSelectors(resource *schema.GroupVersionResource) []string

type K8sResourceHandler

type K8sResourceHandler struct {
	// contains filtered or unexported fields
}

func NewK8sResourceHandler

func NewK8sResourceHandler(k8s *k8sinterface.KubernetesApi, fieldSelector IFieldSelector, hostSensorHandler hostsensorutils.IHostSensor, rbacObjects *cautils.RBACObjects, registryAdaptors *RegistryAdaptors) *K8sResourceHandler

func (*K8sResourceHandler) GetClusterAPIServerInfo

func (k8sHandler *K8sResourceHandler) GetClusterAPIServerInfo() *version.Info

func (*K8sResourceHandler) GetResources

type RegistryAdaptors

type RegistryAdaptors struct {
	// contains filtered or unexported fields
}

func NewRegistryAdaptors

func NewRegistryAdaptors() (*RegistryAdaptors, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL