Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data ReplicationControllerStatus = ReplicationControllerStatus {
- _replicas :: !Integer
- _observedGeneration :: !(Maybe Integer)
- replicas :: Lens' ReplicationControllerStatus Integer
- observedGeneration :: Lens' ReplicationControllerStatus (Maybe Integer)
- mkReplicationControllerStatus :: Integer -> ReplicationControllerStatus
Documentation
data ReplicationControllerStatus Source
ReplicationControllerStatus represents the current status of a replication controller.
mkReplicationControllerStatus :: Integer -> ReplicationControllerStatus Source
Use this method to build a ReplicationControllerStatus