Documentation
¶
Index ¶
Constants ¶
View Source
const SEALED_SECRET_EXTRA_CONFIG_KEY = "kubeseal-config"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonMarshaller ¶
type JsonMarshaller struct { }
func NewJsonMarshaller ¶
func NewJsonMarshaller() *JsonMarshaller
type KubernetesResourceList ¶
type KubesealConfig ¶
type KubesealConfig struct { CertURL string ControllerNs string ControllerName string Kubeconfig string AllowEmptyData bool SealingScope ssv1.SealingScope ConfigOverrides clientcmd.ConfigOverrides }
type SealedSecretMarshaller ¶
type SealedSecretMarshaller struct { }
func NewSealedSecretMarshaller ¶
func NewSealedSecretMarshaller() *SealedSecretMarshaller
type YamlMarshaller ¶
type YamlMarshaller struct { }
func NewYamlMarshaller ¶
func NewYamlMarshaller() *YamlMarshaller
Click to show internal directories.
Click to hide internal directories.