mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
chore: use conditions in kuttl tests to check ready policies (#5252)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
4e22ad26bf
commit
1899938f05
22 changed files with 88 additions and 22 deletions
|
@ -5,4 +5,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: add-labels
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: cpol-nosync-clone
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: cpol-nosync-clone
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: cpol-sync-clone
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: cpol-sync-clone
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: zk-kafka-address
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: zk-kafka-address
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: zk-kafka-address
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: zk-kafka-address
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: add-labels
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: mutate-existing-secret
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: require-owner
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -17,4 +17,7 @@ spec:
|
|||
version: latest
|
||||
validationFailureAction: audit
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: require-owner
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: tasks-keyless
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: tasks-complex
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: tasks-no-extractor
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: tasks-simple
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: secret-in-keys
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: keyless-mutatedigest-verifydigest-required
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: keyless-nomutatedigest-noverifydigest-norequired
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
|
@ -3,4 +3,7 @@ kind: ClusterPolicy
|
|||
metadata:
|
||||
name: keyless-nomutatedigest-noverifydigest-required
|
||||
status:
|
||||
ready: true
|
||||
conditions:
|
||||
- reason: Succeeded
|
||||
status: "True"
|
||||
type: Ready
|
||||
|
|
Loading…
Add table
Reference in a new issue