busola icon indicating copy to clipboard operation
busola copied to clipboard

Adjust status and metadata p1

Open dbadura opened this issue 9 months ago • 0 comments

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

dbadura avatar May 17 '24 12:05 dbadura