Documentation
¶
Index ¶
- Constants
- func New(ctx context.Context, configStore *configstore.Store) (commonCtrl.Reconciler, error)
- type NetworkPolicy
- type Reconciler
- func (r *Reconciler) AddIngressNetworkPolicy(ctx context.Context, notaryserver *goharborv1.NotaryServer) (NetworkPolicy, error)
- func (r *Reconciler) AddNetworkPolicies(ctx context.Context, notaryserver *goharborv1.NotaryServer) error
- func (r *Reconciler) AddResources(ctx context.Context, resource resources.Resource) error
- func (r *Reconciler) GetConfigMap(ctx context.Context, notary *goharborv1.NotaryServer) (*corev1.ConfigMap, error)
- func (r *Reconciler) GetDeployment(ctx context.Context, notary *goharborv1.NotaryServer) (*appsv1.Deployment, error)
- func (r *Reconciler) GetIngressNetworkPolicy(ctx context.Context, notaryserver *goharborv1.NotaryServer) (*netv1.NetworkPolicy, error)
- func (r *Reconciler) GetService(ctx context.Context, notary *goharborv1.NotaryServer) (*corev1.Service, error)
- func (r *Reconciler) NewEmpty(_ context.Context) resources.Resource
- func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
- func (r *Reconciler) Template(ctx context.Context) (*template.ConfigTemplate, error)
Constants ¶
View Source
const ( HealthPath = "/_notary_server/health" VolumeName = "config" ConfigPath = "/etc/notary-server" HTTPSVolumeName = "certificates" HTTPSCertificatePath = ConfigPath + "/certificates" TrustVolumeName = "trust-certificates" TrustCertificatePath = ConfigPath + "/trust-certificates" AuthVolumeName = "auth-certificates" AuthCertificatePath = ConfigPath + "/auth-certificates" )
View Source
const ( DefaultRequeueWait = 2 * time.Second DefaultConfigTemplateFileName = "notaryserver-config.json.tmpl" )
View Source
const ConfigName = "server.json"
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(ctx context.Context, configStore *configstore.Store) (commonCtrl.Reconciler, error)
Types ¶
type NetworkPolicy ¶
type Reconciler ¶
type Reconciler struct {
*commonCtrl.Controller
}
Reconciler reconciles a NotaryServer object.
func (*Reconciler) AddIngressNetworkPolicy ¶
func (r *Reconciler) AddIngressNetworkPolicy(ctx context.Context, notaryserver *goharborv1.NotaryServer) (NetworkPolicy, error)
func (*Reconciler) AddNetworkPolicies ¶
func (r *Reconciler) AddNetworkPolicies(ctx context.Context, notaryserver *goharborv1.NotaryServer) error
func (*Reconciler) AddResources ¶
func (*Reconciler) GetConfigMap ¶
func (r *Reconciler) GetConfigMap(ctx context.Context, notary *goharborv1.NotaryServer) (*corev1.ConfigMap, error)
func (*Reconciler) GetDeployment ¶
func (r *Reconciler) GetDeployment(ctx context.Context, notary *goharborv1.NotaryServer) (*appsv1.Deployment, error)
func (*Reconciler) GetIngressNetworkPolicy ¶
func (r *Reconciler) GetIngressNetworkPolicy(ctx context.Context, notaryserver *goharborv1.NotaryServer) (*netv1.NetworkPolicy, error)
func (*Reconciler) GetService ¶
func (r *Reconciler) GetService(ctx context.Context, notary *goharborv1.NotaryServer) (*corev1.Service, error)
func (*Reconciler) SetupWithManager ¶
func (*Reconciler) Template ¶
func (r *Reconciler) Template(ctx context.Context) (*template.ConfigTemplate, error)
Click to show internal directories.
Click to hide internal directories.