apis

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataDirectory

type DataDirectory struct {
	Name   string
	Path   string
	Prefix string // s3 bucket only

	SubDirs map[string]*DataDirectory
	Objects map[string]*DataObject
}

type DataObject

type DataObject struct {
	Name  string
	Path  string
	Size  int64
	MTime time.Time
}

type DataServer

type DataServer struct {
	Type      string
	Connected bool
	Endpoint  string

	SubDirs map[string]*DataDirectory

	AllDirs map[string]*DataDirectory
	AllObjs map[string]*DataObject
}

Directories

Path Synopsis
client
clientset/versioned
This package has the automatically generated clientset.
This package has the automatically generated clientset.
clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
clientset/versioned/typed/datastore/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
clientset/versioned/typed/datastore/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
Package datastore contains datastore API versions.
Package datastore contains datastore API versions.
v1alpha1
Package v1alpha1 contains API Schema definitions for the localstorage v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=datastore.io
Package v1alpha1 contains API Schema definitions for the localstorage v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=datastore.io

Jump to

Keyboard shortcuts

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