From b478ba6e006ac500b6510a0e194e6bc571144790 Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 15 Nov 2024 11:07:04 +0000 Subject: [PATCH] remove lastChecked from printed columns Signed-off-by: craig rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- api/v1alpha1/dnshealthcheckprobe_types.go | 1 - bundle/manifests/dns-operator.clusterserviceversion.yaml | 2 +- bundle/manifests/kuadrant.io_dnshealthcheckprobes.yaml | 4 ---- charts/dns-operator/templates/manifests.yaml | 4 ---- config/crd/bases/kuadrant.io_dnshealthcheckprobes.yaml | 4 ---- 5 files changed, 1 insertion(+), 14 deletions(-) diff --git a/api/v1alpha1/dnshealthcheckprobe_types.go b/api/v1alpha1/dnshealthcheckprobe_types.go index 8f52c47..630f91e 100644 --- a/api/v1alpha1/dnshealthcheckprobe_types.go +++ b/api/v1alpha1/dnshealthcheckprobe_types.go @@ -86,7 +86,6 @@ type DNSHealthCheckProbeStatus struct { //+kubebuilder:object:root=true //+kubebuilder:subresource:status //+kubebuilder:printcolumn:name="Healthy",type="boolean",JSONPath=".status.healthy",description="DNSHealthCheckProbe healthy." -//+kubebuilder:printcolumn:name="Last Checked",type="date",JSONPath=".status.lastCheckedAt",description="Last checked at." // DNSHealthCheckProbe is the Schema for the dnshealthcheckprobes API type DNSHealthCheckProbe struct { diff --git a/bundle/manifests/dns-operator.clusterserviceversion.yaml b/bundle/manifests/dns-operator.clusterserviceversion.yaml index 42ff14c..7cab15e 100644 --- a/bundle/manifests/dns-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dns-operator.clusterserviceversion.yaml @@ -58,7 +58,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery containerImage: quay.io/kuadrant/dns-operator:latest - createdAt: "2024-11-14T13:59:23Z" + createdAt: "2024-11-15T11:06:08Z" description: A Kubernetes Operator to manage the lifecycle of DNS resources operators.operatorframework.io/builder: operator-sdk-v1.33.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 diff --git a/bundle/manifests/kuadrant.io_dnshealthcheckprobes.yaml b/bundle/manifests/kuadrant.io_dnshealthcheckprobes.yaml index 8ba7058..b7aef8a 100644 --- a/bundle/manifests/kuadrant.io_dnshealthcheckprobes.yaml +++ b/bundle/manifests/kuadrant.io_dnshealthcheckprobes.yaml @@ -19,10 +19,6 @@ spec: jsonPath: .status.healthy name: Healthy type: boolean - - description: Last checked at. - jsonPath: .status.lastCheckedAt - name: Last Checked - type: date name: v1alpha1 schema: openAPIV3Schema: diff --git a/charts/dns-operator/templates/manifests.yaml b/charts/dns-operator/templates/manifests.yaml index 77d1e97..2be476c 100644 --- a/charts/dns-operator/templates/manifests.yaml +++ b/charts/dns-operator/templates/manifests.yaml @@ -20,10 +20,6 @@ spec: jsonPath: .status.healthy name: Healthy type: boolean - - description: Last checked at. - jsonPath: .status.lastCheckedAt - name: Last Checked - type: date name: v1alpha1 schema: openAPIV3Schema: diff --git a/config/crd/bases/kuadrant.io_dnshealthcheckprobes.yaml b/config/crd/bases/kuadrant.io_dnshealthcheckprobes.yaml index c02a788..edb7592 100644 --- a/config/crd/bases/kuadrant.io_dnshealthcheckprobes.yaml +++ b/config/crd/bases/kuadrant.io_dnshealthcheckprobes.yaml @@ -19,10 +19,6 @@ spec: jsonPath: .status.healthy name: Healthy type: boolean - - description: Last checked at. - jsonPath: .status.lastCheckedAt - name: Last Checked - type: date name: v1alpha1 schema: openAPIV3Schema: