getter

package
v1.0.59 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultLocalStore = ".kubescape"

Variables

This section is empty.

Functions

func HttpGetter

func HttpGetter(httpClient *http.Client, fullURL string) (string, error)

func JSONDecoder

func JSONDecoder(origin string) *json.Decoder

JSONDecoder returns JSON decoder for given string

Types

type ArmoAPI

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

Armo API for downloading policies

func NewArmoAPI

func NewArmoAPI() *ArmoAPI

func (*ArmoAPI) GetFramework

func (armoAPI *ArmoAPI) GetFramework(name string) (*opapolicy.Framework, error)

type DownloadReleasedPolicy

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

Download released version

func NewDownloadReleasedPolicy

func NewDownloadReleasedPolicy() *DownloadReleasedPolicy

func (*DownloadReleasedPolicy) GetFramework

func (drp *DownloadReleasedPolicy) GetFramework(name string) (*opapolicy.Framework, error)

type IPolicyGetter

type IPolicyGetter interface {
	GetFramework(name string) (*opapolicy.Framework, error)
}

type LoadPolicy

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

Load policies from a local repository

func NewLoadPolicy

func NewLoadPolicy(filePath string) *LoadPolicy

func (*LoadPolicy) GetFramework

func (lp *LoadPolicy) GetFramework(filename string) (*opapolicy.Framework, error)

Jump to

Keyboard shortcuts

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