We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b7151 commit 99a0729Copy full SHA for 99a0729
src/components/ControlPlanes/controlPlanes.spec.ts
@@ -16,6 +16,7 @@ const createControlPlane = (conditions: ControlPlaneStatusCondition[]): ControlP
16
metadata: {
17
name: '',
18
namespace: '',
19
+ creationTimestamp: '2024-01-01T00:00:00Z',
20
},
21
spec: {
22
authentication: {
@@ -27,6 +28,7 @@ const createControlPlane = (conditions: ControlPlaneStatusCondition[]): ControlP
27
28
externalSecretsOperator: undefined,
29
kyverno: undefined,
30
flux: undefined,
31
+ landscaper: undefined,
32
33
34
status: {
0 commit comments