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