busola
busola copied to clipboard
Adjust status and metadata p1
Description
Changes proposed in this pull request:
- Adjust Metadata
- Adjust status
- Add events
Apply such replica-set to see render condition:
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: test-conditions
namespace: default
spec:
replicas: 2
selector:
matchLabels:
app: test-conditions
template:
metadata:
labels:
app: test-conditions
spec:
containers:
- image: nginx
imagePullPolicy: Always
name: test-conditions
priorityClassName: high
Related issue(s) https://github.com/kyma-project/busola/issues/2909