Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullStatefulServiceListener ¶
type NullStatefulServiceListener struct { }
func (*NullStatefulServiceListener) DeploymentCreated ¶
func (n *NullStatefulServiceListener) DeploymentCreated(ctx context.Context, service *cloudstate.StatefulService, created *appsv1.Deployment) error
func (*NullStatefulServiceListener) DeploymentUpdated ¶
func (n *NullStatefulServiceListener) DeploymentUpdated(ctx context.Context, service *cloudstate.StatefulService, old *appsv1.Deployment, new *appsv1.Deployment) error
type StatefulServiceListener ¶
type StatefulServiceListener interface { DeploymentCreated(ctx context.Context, service *cloudstate.StatefulService, created *appsv1.Deployment) error DeploymentUpdated(ctx context.Context, service *cloudstate.StatefulService, old *appsv1.Deployment, new *appsv1.Deployment) error }
Click to show internal directories.
Click to hide internal directories.