k8s

package
v0.0.2-0...-b1fb284 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApiV1      = "v1"
	SecretKind = "Secret"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Secret

type Secret struct {
	ApiVersion string            `yaml:"apiVersion"`
	Kind       string            `yaml:"kind"`
	Meta       types.ObjectMeta  `yaml:"metadata"`
	Data       map[string]string `yaml:"data"`
	Type       string            `yaml:"type,omitempty"`
}

func NewSecret

func NewSecret(meta types.ObjectMeta, secretType string, data map[string]string) *Secret

func (*Secret) ToYamlStr

func (s *Secret) ToYamlStr() (string, error)

Jump to

Keyboard shortcuts

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