Skip to content

Commit fe2eecf

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: add creation timestamp in kubernetes plugin
1 parent e93ee78 commit fe2eecf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cloudql/kubernetes/table_kubernetes_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func tableKubernetesResource(ctx context.Context) *plugin.Table {
1414
Name: "k8_resource",
1515
Description: "ClusterRole contains rules that represent a set of permissions.",
1616
List: &plugin.ListConfig{
17-
Hydrate: opengovernance.ListKubernetesCluster,
17+
Hydrate: opengovernance.ListKubernetesResource,
1818
},
1919
Columns: commonGeneralColumns([]*plugin.Column{
2020
{

platform/constants/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ DescriberURL: ghcr.io/opengovern/og-describer-kubernetes
33
Publisher: opencomply.io
44
Author : opencomply engineering team
55
SupportedPlatformVersion: 2.x.x
6+
DiscoveryType: Task

0 commit comments

Comments
 (0)