Documentation
¶
Index ¶
- Constants
- func InitConfigMaps()
- type Option
- type Registry
- func (r *Registry) GetCertificates(ctx context.Context) []*certv1.Certificate
- func (r *Registry) GetConfigMaps(ctx context.Context) []*corev1.ConfigMap
- func (r *Registry) GetConfigMapsCheckSum() string
- func (r *Registry) GetDeployments(ctx context.Context) []*appsv1.Deployment
- func (r *Registry) GetIngresses(ctx context.Context) []*netv1.Ingress
- func (r *Registry) GetSecrets(ctx context.Context) []*corev1.Secret
- func (r *Registry) GetSecretsCheckSum() string
- func (r *Registry) GetServices(ctx context.Context) []*corev1.Service
Constants ¶
View Source
const (
PublicPort = 80
)
Variables ¶
This section is empty.
Functions ¶
func InitConfigMaps ¶
func InitConfigMaps()
Types ¶
type Registry ¶
type Registry struct {
Option Option
// contains filtered or unexported fields
}
func (*Registry) GetCertificates ¶
func (r *Registry) GetCertificates(ctx context.Context) []*certv1.Certificate
func (*Registry) GetConfigMaps ¶
func (*Registry) GetConfigMapsCheckSum ¶
func (*Registry) GetDeployments ¶
func (r *Registry) GetDeployments(ctx context.Context) []*appsv1.Deployment
func (*Registry) GetIngresses ¶
func (*Registry) GetSecretsCheckSum ¶
Click to show internal directories.
Click to hide internal directories.