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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.Model.V1.Pod

Synopsis

Documentation

data Pod #

Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

Constructors

Pod 

Instances

Eq Pod # 

Methods

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

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

Show Pod # 

Methods

showsPrec :: Int -> Pod -> ShowS #

show :: Pod -> String #

showList :: [Pod] -> ShowS #

Generic Pod # 

Associated Types

type Rep Pod :: * -> * #

Methods

from :: Pod -> Rep Pod x #

to :: Rep Pod x -> Pod #

Arbitrary Pod # 

Methods

arbitrary :: Gen Pod #

shrink :: Pod -> [Pod] #

ToJSON Pod # 

Methods

toJSON :: Pod -> Value #

toEncoding :: Pod -> Encoding #

FromJSON Pod # 

Methods

parseJSON :: Value -> Parser Pod #

type Rep Pod # 

mkPod :: Pod #

Use this method to build a Pod