Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployAction ¶
func DeployAction(svcCtx *service.ServiceContext, crCtx *service.RequestCRContext, action string) error
DeployAction executes the action based on the given Request resource and Mapping configuration.
Types ¶
type ObserveRequestDetails ¶
type ObserveRequestDetails struct {
Details httpClient.HttpDetails
ResponseError error
Synced bool
}
func FailedObserve ¶
func FailedObserve() ObserveRequestDetails
NewObserveRequestDetails is a constructor function that initializes an instance of ObserveRequestDetails with default values.
func IsUpToDate ¶
func IsUpToDate(svcCtx *service.ServiceContext, crCtx *service.RequestCRContext) (ObserveRequestDetails, error)
IsUpToDate checks whether desired spec up to date with the observed state for a given request
func NewObserve ¶
func NewObserve(details httpClient.HttpDetails, resErr error, synced bool) ObserveRequestDetails
NewObserveRequestDetails is a constructor function that initializes an instance of ObserveRequestDetails with default values.
Click to show internal directories.
Click to hide internal directories.