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
- String :
- KubernetesKindContainerAppStatusReplicasConditions] : [
- # Hash of the App replica contents
- # On Kubernetes, corresponds to the Pod's
- # "containerapp.apps.tanzu.vmware.com/content-hash" annotation
- String :
- # Human-readable summary of the App contents
- # On Kubernetes, corresponds to the Pod's
- # "containerapp.apps.tanzu.vmware.com/content-summary" annotation
- String :
- # CreationTimestamp is a timestamp representing the server time when this replica
- # was
- # created. It is represented in RFC3339 form and is in UTC
- DateTime :
- String :
- String :
- # The name of the space replica
- String :
- }