haskell-kubernetes-0.5.0: Haskell bindings to the Kubernetes API (via swagger-codegen)

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.Any

Documentation

newtype Any #

Constructors

Any 

Fields

Instances

Eq Any # 

Methods

(==) :: Any -> Any -> Bool #

(/=) :: Any -> Any -> Bool #

Show Any # 

Methods

showsPrec :: Int -> Any -> ShowS #

show :: Any -> String #

showList :: [Any] -> ShowS #

Generic Any # 

Associated Types

type Rep Any :: * -> * #

Methods

from :: Any -> Rep Any x #

to :: Rep Any x -> Any #

Arbitrary Any # 

Methods

arbitrary :: Gen Any #

shrink :: Any -> [Any] #

ToJSON Any # 

Methods

toJSON :: Any -> Value #

toEncoding :: Any -> Encoding #

FromJSON Any # 

Methods

parseJSON :: Value -> Parser Any #

type Rep Any # 
type Rep Any = D1 (MetaData "Any" "Kubernetes.Model.V1.Any" "haskell-kubernetes-0.5.0-GxXiAZGRooLGeU0BCXYigL" True) (C1 (MetaCons "Any" PrefixI True) (S1 (MetaSel (Just Symbol "_any") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Object)))