package filesystem

import "github.com/oslokommune/okctl/pkg/client/core/store/filesystem"

Package filesystem interacts with the file system

Index

Types

type Helm

type Helm struct {
	ID api.ID
}

Helm contains the outputs we will store

type ManagedPolicy

type ManagedPolicy struct {
	ID        api.ID
	StackName string
	PolicyARN string
}

ManagedPolicy contains the state that is stored to and retrieved from the filesystem

type Paths

type Paths struct {
	OutputFile         string
	ConfigFile         string
	CloudFormationFile string
	ReleaseFile        string
	ChartFile          string
	BaseDir            string
}

Paths contains the paths where the output should be stored

type ServiceAccount

type ServiceAccount struct {
	ID        api.ID
	Name      string
	PolicyArn string
}

ServiceAccount contains the data that should be serialised to the output file

Source Files

doc.go filesystem.go

Version
v0.0.106 (latest)
Published
Oct 21, 2022
Platform
linux/amd64
Imports
1 packages
Last checked
18 hours ago

Tools for package owners.