model

package
v0.0.0-...-d3b3741 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOpts

type CreateOpts struct {
	Scope      string
	Namespace  string
	SecretName string
	Values     map[string]string
}

type Metadata

type Metadata struct {
	Name        string            `yaml:"name"`
	Namespace   string            `yaml:"namespace"`
	Annotations map[string]string `yaml:"annotations,omitempty"`
}

type SealedSecret

type SealedSecret struct {
	APIVersion string           `yaml:"apiVersion"`
	Kind       string           `yaml:"kind"`
	Metadata   Metadata         `yaml:"metadata"`
	Spec       SealedSecretSpec `yaml:"spec"`
}

type SealedSecretSpec

type SealedSecretSpec struct {
	EncryptedData map[string]string `yaml:"encryptedData"`
	Template      Template          `yaml:"template"`
}

type Template

type Template struct {
	Metadata Metadata `yaml:"metadata,omitempty"`
}

Jump to

Keyboard shortcuts

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