Documentation ¶
Index ¶
- Constants
- func GetDefaultPath(frameworkName string) string
- func HttpGetter(httpClient *http.Client, fullURL string) (string, error)
- func JSONDecoder(origin string) *json.Decoder
- func SaveFrameworkInFile(framework *opapolicy.Framework, path string) error
- type ArmoAPI
- type DownloadReleasedPolicy
- type IPolicyGetter
- type LoadPolicy
Constants ¶
View Source
const DefaultLocalStore = ".kubescape"
Variables ¶
This section is empty.
Functions ¶
func GetDefaultPath ¶
func JSONDecoder ¶
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
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 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(frameworkName string) (*opapolicy.Framework, error)
Click to show internal directories.
Click to hide internal directories.