Kubernetes - Resource Management
Identify the error in this pod resource specification that prevents it from being classified as Guaranteed:
resources:
requests:
cpu: '1000m'
memory: '512Mi'
limits:
cpu: '500m'
memory: '512Mi'