Skip to content

Commit

Permalink
Merge pull request nephio-project#114 from Nordix/add_test_pkgs
Browse files Browse the repository at this point in the history
Add test pkg for unready use case
  • Loading branch information
efiacor committed Sep 23, 2024
2 parents 70a605f + 01287b0 commit ac4efaa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/pkgs/unready/Kptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: kpt.dev/v1
kind: Kptfile
metadata:
name: unready
info:
description: sample description
readinessGates:
- conditionType: nephio.org.Specializer.specialize
status:
conditions:
- type: nephio.org.Specializer.specialize
status: "False"
reason: Ready

5 changes: 5 additions & 0 deletions test/pkgs/unready/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# unready

## Description

Base Blueprint with unready conditions
4 changes: 4 additions & 0 deletions test/pkgs/unready/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: example

0 comments on commit ac4efaa

Please sign in to comment.