Skip to content

Commit

Permalink
chore(docs): incorporate review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Mallikarjuna <kumarmallikarjuna.work@gmail.com>
  • Loading branch information
kumar-mallikarjuna committed Jan 24, 2025
1 parent 03625f3 commit a8d0ef6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/testing/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ collectors:
- type: pod
pod: nginx
resourceRefs:
- apiVersion: apps/v1
kind: Deployment
namespace: kube-system
name: coredns
ref: coredns
- apiVersion: apps/v1
kind: Deployment
namespace: kube-system
name: coredns
ref: coredns_deployment
assertAll:
- celExpr: "coredns.spec.replicas >= 2"
- celExpr: "coredns_deployment.spec.replicas >= 2"
```

Supported settings:
Expand Down Expand Up @@ -188,7 +188,7 @@ Field | Type | Description
--------------|--------|---------------------------------------------------------------------
apiVersion | string | apiVersion of the target resource.
kind | string | Kind of the target resource.
namespace | string | Namespace of the target resource. When not specified, defaults to the auto-generated namespace.
namespace | string | Namespace of the target resource. When not specified, defaults to the namespace of the current test.
name | string | Name of the target resource.
ref | string | Identifier for the resource used in the expressions.

Expand Down

0 comments on commit a8d0ef6

Please sign in to comment.