Skip to main content
Version: 1.0.0

ContainerResource

No description

type ContainerResource implements Resource {
providerType: ContainerResourceProviderType!
externalId: String!
externalType: String
externalLink: URL
displayName: String!
status: String
endpoints: [String!]
logs: Logs
metrics(
name: String!
): [Metric!]
}

Fields

ContainerResource.providerType ● ContainerResourceProviderType! non-null enum

ContainerResource.externalId ● String! non-null scalar

ContainerResource.externalType ● String scalar

ContainerResource.externalLink ● URL scalar

ContainerResource.displayName ● String! non-null scalar

ContainerResource.status ● String scalar

ContainerResource.endpoints ● [String!] list scalar

ContainerResource.logs ● Logs object

ContainerResource.metrics ● [Metric!] list object

ContainerResource.metrics.name ● String! non-null scalar

Interfaces

Resource interface