DeployStatus
No description
type DeployStatus {
  active: Boolean!
  publicIPs: [String!]
  state: String!
  replicas: Int!
  runningReplicas: Int!
  readyReplicas: Int!
  errorMessage: String
  troubleshooting: Troubleshooting
}
Fields
DeployStatus.active ● Boolean! non-null scalar
DeployStatus.publicIPs ● [String!] list scalar
DeployStatus.state ● String! non-null scalar
DeployStatus.replicas ● Int! non-null scalar
DeployStatus.runningReplicas ● Int! non-null scalar
DeployStatus.readyReplicas ● Int! non-null scalar
DeployStatus.errorMessage ● String scalar
DeployStatus.troubleshooting ● Troubleshooting object
Member Of
Deployment  object