OBJECT

KubernetesKindContainerAppStatusReplicas

link GraphQL Schema definition

  • type KubernetesKindContainerAppStatusReplicas {
  • # The availability target of this replica
  • # On Kubernetes, corresponds to containing Namespace's
  • # "spaces.tanzu.vmware.com/availability-target" annotation
  • availabilityTarget: String
  • conditions: [KubernetesKindContainerAppStatusReplicasConditions]
  • # Hash of the App replica contents
  • # On Kubernetes, corresponds to the Pod's
  • # "containerapp.apps.tanzu.vmware.com/content-hash" annotation
  • contentHash: String
  • # Human-readable summary of the App contents
  • # On Kubernetes, corresponds to the Pod's
  • # "containerapp.apps.tanzu.vmware.com/content-summary" annotation
  • contentSummary: String
  • # CreationTimestamp is a timestamp representing the server time when this replica
  • # was
  • # created. It is represented in RFC3339 form and is in UTC
  • creationTimestamp: DateTime
  • id: String
  • name: String
  • # The name of the space replica
  • spaceReplicaName: String
  • }