Skip to content

Commit

Permalink
remove lastChecked from printed columns
Browse files Browse the repository at this point in the history
Signed-off-by: craig <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
maleck13 committed Nov 15, 2024
1 parent 1e8923a commit b478ba6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion api/v1alpha1/dnshealthcheckprobe_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions bundle/manifests/kuadrant.io_dnshealthcheckprobes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions charts/dns-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions config/crd/bases/kuadrant.io_dnshealthcheckprobes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b478ba6

Please sign in to comment.