Skip to content

Commit

Permalink
Merge pull request #54 from fabriziosestito/docs/fix-k8s-docs
Browse files Browse the repository at this point in the history
docs(kubernetes): fix apiVersion doc example
  • Loading branch information
viccuad authored Jun 13, 2024
2 parents d0666fe + 09c8d5b commit 3d4c82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cel/library/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
//
// Examples:
//
// kw.k8s.apiversion('v1') // returns an ClientBuilder for the core group
// kw.k8s.path('apps/v1') // returns an ClientBuilder for the 'apps' group
// kw.k8s.apiVersion('v1') // returns an ClientBuilder for the core group
// kw.k8s.apiVersion('apps/v1') // returns an ClientBuilder for the 'apps' group
//
// kind
//
Expand Down

0 comments on commit 3d4c82c

Please sign in to comment.