sdl

package
v0.34.1 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 16 Imported by: 9

Documentation

Index

Constants

View Source
const (
	StorageEphemeral           = "ephemeral"
	StorageAttributePersistent = "persistent"
	StorageAttributeClass      = "class"
	StorageAttributeMount      = "mount"
	StorageAttributeReadOnly   = "readOnly" // we might not need it at this point of time
	StorageClassDefault        = "default"
	StorageClassRAM            = "ram"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SDL

type SDL interface {
	DeploymentGroups() (dtypes.GroupSpecs, error)
	Manifest() (manifest.Manifest, error)
	Version() ([]byte, error)
	// contains filtered or unexported methods
}

SDL is the interface which wraps Validate, Deployment and Manifest methods

func Read

func Read(buf []byte) (SDL, error)

Read reads buffer data and returns SDL instance

func ReadFile

func ReadFile(path string) (SDL, error)

ReadFile read from given path and returns SDL instance

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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