OBJECT

CcprovisionInfo

Description

Metadata for a single cluster job.

link GraphQL Schema definition

  • type CcprovisionInfo {
  • # Cloud vendor provider.
  • vendor: CcpVendorType!
  • # Current job status.
  • jobStatus: CcpJobStatus!
  • # Progress of job in percent.
  • progress: Int!
  • # Type of running job.
  • jobType: CcpJobType!
  • # Cloud cluster configuration.
  • marshaledConfig: String!
  • }