package
0.0.0-20190628093746-affaa533fc2e
Repository: https://github.com/szymongib/kyma.git
Documentation: pkg.go.dev

# Functions

GetUsageCondition returns the condition with the provided type or nil if not found.
NewUsageCondition creates a new usage condition.
SetUsageCondition updates the usage to include the provided condition.

# Constants

AddOwnerReferenceErrorReason is added in a usage when we cannot add an OwnerReference to the given ServiceBinding.
ApplyLabelsConflictErrorReason is added in a usage when we cannot add labels to the given resource because they already exists.
EnsureLabelsAppliedErrorReason is added in a usage when we cannot add labels to the given resource, e.g.
EnsureLabelsDeletedErrorReason is added in a usage when we cannot deleted labels from the given resource.
FetchBindingLabelsErrorReason is added in an usage when we cannot fetch labels from given ClusterServiceClass or ServiceClass.
GetStoredSpecError is added in an usage when we cannot get stored spec for given ServiceBindingUsage.
PodPresetDeleteErrorReason is added in an usage when we cannot delete a new PodPreset.
PodPresetUpsertErrorReason is added in an usage when we cannot create a new PodPreset.
ServiceBindingGetErrorReason is added in an usage when we cannot get a given ServiceBinding.
ServiceBindingNotReadyReason id added in an usage when given ServiceBinding is not in ready state.
ServiceBindingOngoingAsyncOptReason is added in an usage when given ServiceBinding has ongoing async operation.

# Variables

TimeNowFn is used for getting time for a new condition.