Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secret ¶
type Secret struct {
APIVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Metadata *Metadata `yaml:"metadata"`
Data map[string]string `yaml:"data"`
Type string `yaml:"type"`
}
func NewSecret ¶
func NewSecret(conf *SecretConfig) *Secret
type SecretConfig ¶
type Service ¶
type Service struct {
APIVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
Metadata *Metadata `yaml:"metadata"`
Spec *Spec `yaml:"spec"`
}
func NewService ¶
func NewService(conf *ServiceConfig) *Service
type ServiceConfig ¶
Click to show internal directories.
Click to hide internal directories.