Safe Haskell | None |
---|---|
Language | Haskell2010 |
Kubernetes.Data.K8sJSONPath
Documentation
data K8sPathElement Source #
Constructors
PlainText Text | |
JSONPath [JSONPathElement] |
Instances
Eq K8sPathElement Source # | |
Defined in Kubernetes.Data.K8sJSONPath Methods (==) :: K8sPathElement -> K8sPathElement -> Bool # (/=) :: K8sPathElement -> K8sPathElement -> Bool # | |
Show K8sPathElement Source # | |
Defined in Kubernetes.Data.K8sJSONPath Methods showsPrec :: Int -> K8sPathElement -> ShowS # show :: K8sPathElement -> String # showList :: [K8sPathElement] -> ShowS # |
runJSONPath :: [K8sPathElement] -> Value -> Either String Text Source #
runPathElement :: K8sPathElement -> Value -> Either String Text Source #
jsonToText :: Value -> Text Source #