Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaprHandler ¶
type DaprHandler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
DaprHandler handles the lifetime for Dapr CRDs.
func NewDaprHandler ¶
func NewDaprHandler(mgr ctrl.Manager) *DaprHandler
NewDaprHandler returns a new Dapr handler.
func (*DaprHandler) Init ¶
func (h *DaprHandler) Init() error
Init allows for various startup tasks.
type DeploymentWrapper ¶ added in v1.6.0
type DeploymentWrapper struct {
appsv1.Deployment
}
func (*DeploymentWrapper) GetMatchLabels ¶ added in v1.6.0
func (d *DeploymentWrapper) GetMatchLabels() map[string]string
func (*DeploymentWrapper) GetObject ¶ added in v1.6.0
func (d *DeploymentWrapper) GetObject() client.Object
func (*DeploymentWrapper) GetTemplateAnnotations ¶ added in v1.6.0
func (d *DeploymentWrapper) GetTemplateAnnotations() map[string]string
type ObjectWrapper ¶ added in v1.6.0
type Reconciler ¶ added in v1.6.0
type Reconciler struct { *DaprHandler // contains filtered or unexported fields }
type StatefulSetWrapper ¶ added in v1.6.0
type StatefulSetWrapper struct {
appsv1.StatefulSet
}
func (*StatefulSetWrapper) GetMatchLabels ¶ added in v1.6.0
func (s *StatefulSetWrapper) GetMatchLabels() map[string]string
func (*StatefulSetWrapper) GetObject ¶ added in v1.6.0
func (s *StatefulSetWrapper) GetObject() client.Object
func (*StatefulSetWrapper) GetTemplateAnnotations ¶ added in v1.6.0
func (s *StatefulSetWrapper) GetTemplateAnnotations() map[string]string
Click to show internal directories.
Click to hide internal directories.