Documentation ¶
Index ¶
Constants ¶
View Source
const ( CustomResourceServiceMonitorFile = "monitoring.coreos.com_servicemonitors.yaml" CustomResourceOAuthClientFile = "idp.dcas.dev_oauthclients.yaml" )
View Source
const KoDataPathEnv = "KO_DATA_PATH"
View Source
const LabelDisableSync = "paas.dcas.dev/disable-sync"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthClientSyncer ¶
type OAuthClientSyncer struct {
translator.NamespacedTranslator
}
func NewOAuthClientSyncer ¶
func NewOAuthClientSyncer(ctx *synccontext.RegisterContext) *OAuthClientSyncer
func (*OAuthClientSyncer) Init ¶
func (s *OAuthClientSyncer) Init(ctx *synccontext.RegisterContext) error
func (*OAuthClientSyncer) Sync ¶
func (s *OAuthClientSyncer) Sync(ctx *synccontext.SyncContext, po, vo client.Object) (ctrl.Result, error)
func (*OAuthClientSyncer) SyncDown ¶
func (s *OAuthClientSyncer) SyncDown(ctx *synccontext.SyncContext, vo client.Object) (ctrl.Result, error)
type ServiceMonitorSyncer ¶
type ServiceMonitorSyncer struct {
translator.NamespacedTranslator
}
func NewServiceMonitorSyncer ¶
func NewServiceMonitorSyncer(ctx *synccontext.RegisterContext) *ServiceMonitorSyncer
func (*ServiceMonitorSyncer) Init ¶
func (s *ServiceMonitorSyncer) Init(ctx *synccontext.RegisterContext) error
func (*ServiceMonitorSyncer) Sync ¶
func (s *ServiceMonitorSyncer) Sync(ctx *synccontext.SyncContext, po, vo client.Object) (ctrl.Result, error)
func (*ServiceMonitorSyncer) SyncDown ¶
func (s *ServiceMonitorSyncer) SyncDown(ctx *synccontext.SyncContext, vo client.Object) (ctrl.Result, error)
Click to show internal directories.
Click to hide internal directories.