Documentation
¶
Index ¶
- func DecrementAPIBindingConditionStatus(shardName, conditionType, status string)
- func DecrementAPIBindingPhase(shardName, phase string)
- func DecrementAPIExportConditionStatus(shardName, conditionType, status string)
- func DecrementLogicalClusterCount(shardName string, phase string)
- func DecrementWorkspaceCount(shardName string, phase string)
- func IncrementAPIBindingConditionStatus(shardName, conditionType, status string)
- func IncrementAPIBindingPhase(shardName, phase string)
- func IncrementAPIExportConditionStatus(shardName, conditionType, status string)
- func IncrementLogicalClusterCount(shardName string, phase string)
- func IncrementWorkspaceCount(shardName string, phase string)
- func ObserveAPIBindingReadyDuration(shardName string, creationTime time.Time)
- func ObserveAPIExportReadyDuration(shardName string, creationTime time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecrementAPIBindingConditionStatus ¶ added in v0.32.0
func DecrementAPIBindingConditionStatus(shardName, conditionType, status string)
DecrementAPIBindingConditionStatus decrements the gauge for the given condition type and status.
func DecrementAPIBindingPhase ¶ added in v0.32.0
func DecrementAPIBindingPhase(shardName, phase string)
DecrementAPIBindingPhase decrements the gauge for the given APIBinding phase.
func DecrementAPIExportConditionStatus ¶ added in v0.32.0
func DecrementAPIExportConditionStatus(shardName, conditionType, status string)
DecrementAPIExportConditionStatus decrements the gauge for the given APIExport condition type and status.
func DecrementLogicalClusterCount ¶
DecrementLogicalClusterCount decrements the count for the given shard and phase.
func DecrementWorkspaceCount ¶ added in v0.32.0
DecrementWorkspaceCount decrements the count for the given shard and phase.
func IncrementAPIBindingConditionStatus ¶ added in v0.32.0
func IncrementAPIBindingConditionStatus(shardName, conditionType, status string)
IncrementAPIBindingConditionStatus increments the gauge for the given condition type and status.
func IncrementAPIBindingPhase ¶ added in v0.32.0
func IncrementAPIBindingPhase(shardName, phase string)
IncrementAPIBindingPhase increments the gauge for the given APIBinding phase.
func IncrementAPIExportConditionStatus ¶ added in v0.32.0
func IncrementAPIExportConditionStatus(shardName, conditionType, status string)
IncrementAPIExportConditionStatus increments the gauge for the given APIExport condition type and status.
func IncrementLogicalClusterCount ¶
IncrementLogicalClusterCount increments the count for the given shard and phase.
func IncrementWorkspaceCount ¶ added in v0.32.0
IncrementWorkspaceCount increments the count for the given shard and phase.
func ObserveAPIBindingReadyDuration ¶ added in v0.32.0
ObserveAPIBindingReadyDuration records the duration from creation to Bound phase.
func ObserveAPIExportReadyDuration ¶ added in v0.32.0
ObserveAPIExportReadyDuration records the duration from APIExport creation to fully operational.
Types ¶
This section is empty.