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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.Unversioned.Patch

Synopsis

Documentation

data Patch #

Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.

Constructors

Patch 

Instances

Eq Patch # 

Methods

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

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

Show Patch # 

Methods

showsPrec :: Int -> Patch -> ShowS #

show :: Patch -> String #

showList :: [Patch] -> ShowS #

Generic Patch # 

Associated Types

type Rep Patch :: * -> * #

Methods

from :: Patch -> Rep Patch x #

to :: Rep Patch x -> Patch #

Arbitrary Patch # 

Methods

arbitrary :: Gen Patch #

shrink :: Patch -> [Patch] #

ToJSON Patch # 
FromJSON Patch # 
type Rep Patch # 
type Rep Patch = D1 (MetaData "Patch" "Kubernetes.Model.Unversioned.Patch" "haskell-kubernetes-0.5.0-GxXiAZGRooLGeU0BCXYigL" False) (C1 (MetaCons "Patch" PrefixI False) U1)

mkPatch :: Patch #

Use this method to build a Patch