Safe Haskell | None |
---|---|
Language | Haskell2010 |
Kubernetes.Model.V1.ReplicationControllerStatus
- 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.
Constructors
ReplicationControllerStatus | |
Fields
|
Instances
mkReplicationControllerStatus :: Integer -> ReplicationControllerStatus Source
Use this method to build a ReplicationControllerStatus