OBJECT
KubernetesKindClusterSyncResourceSetStatus
ClusterSyncResourceSetStatus defines the observed state of SyncResourceSet
link GraphQL Schema definition
- type KubernetesKindClusterSyncResourceSetStatus {
- KubernetesKindClusterSyncResourceSetStatusConditions!] : [
- # data:
- # cl-1:
- # svc-1:
- # .metadata.generation: 1
- # .metadata.annotations:
- # - key1: value1
- # - key2: value2
- # .status:
- # conditions:
- # ...
- # observedGeneration: 1
- # error: "error applying xyz"
- KubernetesKindClusterSyncResourceSetStatusData!] : [
- # sync:
- # expected: 15
- # actual: 10
- KubernetesKindClusterSyncResourceSetStatusSync :
- }