OBJECT
CcprovisionInfo
Description
Metadata for a single cluster job.
link GraphQL Schema definition
- type CcprovisionInfo {
- # Current job status.
- : CcpJobStatus!
- # Type of running job.
- : CcpJobType!
- # Cloud cluster configuration.
- : String!
- # Progress of job in percent.
- : Int!
- # Cloud vendor provider.
- : CcpVendorType!
- }