file

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: GPL-3.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 Request

type Request struct {
	Cluster       string    `json:"cluster" validate:"required"`
	Folder        string    `json:"folder"`
	PodName       string    `json:"podName" validate:"required"`
	ContainerName string    `json:"containerName"`
	Namespace     string    `json:"namespace" validate:"required"`
	Path          string    `json:"path"`
	OldPath       string    `json:"oldPath"`
	Commands      []string  `json:"-"`
	Stdin         io.Reader `json:"-"`
	Content       string    `json:"content"`
	FilePath      string    `json:"filePath"`
}

Jump to

Keyboard shortcuts

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