Documentation
¶
Index ¶
- Constants
- func FetchEnv(key string, def string) string
- func IsObjectTaggedToDelete(obj client.Object) bool
- func IsOwnedBy(owned, owner client.Object) bool
- func ObjectInfo(obj client.Object) string
- func StatusConditionsMarshalJSON(input []metav1.Condition) ([]byte, error)
- func TagObjectToDelete(obj client.Object)
Constants ¶
View Source
const ( KuadrantNamespace = "kuadrant-system" KuadrantAuthorizationProvider = "kuadrant-authorization" )
TODO: move the const to a proper place, or get it from config
View Source
const ( DeleteTagAnnotation = "kuadrant.io/delete" ReadyStatusConditionType = "Ready" )
Variables ¶
This section is empty.
Functions ¶
func IsObjectTaggedToDelete ¶
func ObjectInfo ¶
func StatusConditionsMarshalJSON ¶
StatusConditionsMarshalJSON marshals the list of conditions as a JSON array, sorted by condition type.
func TagObjectToDelete ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.