-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #259 from nokia/rework-krmfn-with-workloadcluster
Rework krmfn with workloadcluster
- Loading branch information
Showing
439 changed files
with
2,468 additions
and
1,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
krm-functions/dnn-fn/fn/testdata/clustercontext_without_sitecode/_expected_results.yaml
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
krm-functions/dnn-fn/fn/testdata/clustercontext_without_sitecode/cluster_context.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
krm-functions/dnn-fn/fn/testdata/create_owned_resources/workload_cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: infra.nephio.org/v1alpha1 | ||
kind: WorkloadCluster | ||
metadata: | ||
name: cluster01 | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
spec: | ||
clusterName: cluster01 | ||
cnis: | ||
- macvlan | ||
- ipvlan | ||
- sriov | ||
masterInterface: eth1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
krm-functions/dnn-fn/fn/testdata/deleted_pool/cluster_context.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
krm-functions/dnn-fn/fn/testdata/deleted_pool/workload_cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: infra.nephio.org/v1alpha1 | ||
kind: WorkloadCluster | ||
metadata: | ||
name: cluster01 | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
spec: | ||
clusterName: cluster01 | ||
cnis: | ||
- macvlan | ||
- ipvlan | ||
- sriov | ||
masterInterface: eth1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
krm-functions/dnn-fn/fn/testdata/garbage_collection/cluster_context.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
krm-functions/dnn-fn/fn/testdata/garbage_collection/workload_cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: infra.nephio.org/v1alpha1 | ||
kind: WorkloadCluster | ||
metadata: | ||
name: cluster01 | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
spec: | ||
clusterName: cluster01 | ||
cnis: | ||
- macvlan | ||
- ipvlan | ||
- sriov | ||
masterInterface: eth1 |
1 change: 0 additions & 1 deletion
1
krm-functions/dnn-fn/fn/testdata/missing_clustercontext/_expected_error.txt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
krm-functions/dnn-fn/fn/testdata/missing_clustercontext/_expected_results.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
krm-functions/dnn-fn/fn/testdata/missing_kptfile/cluster_context.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
krm-functions/dnn-fn/fn/testdata/missing_kptfile/workload_cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: infra.nephio.org/v1alpha1 | ||
kind: WorkloadCluster | ||
metadata: | ||
name: cluster01 | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
spec: | ||
clusterName: cluster01 | ||
cnis: | ||
- macvlan | ||
- ipvlan | ||
- sriov | ||
masterInterface: eth1 |
File renamed without changes.
1 change: 1 addition & 0 deletions
1
krm-functions/dnn-fn/fn/testdata/missing_workloadcluster/_expected_error.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
workload cluster is missing from the kpt package |
2 changes: 2 additions & 0 deletions
2
krm-functions/dnn-fn/fn/testdata/missing_workloadcluster/_expected_results.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- message: workload cluster is missing from the kpt package | ||
severity: error |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
krm-functions/dnn-fn/fn/testdata/multiple_clustercontexts/_expected_results.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
krm-functions/dnn-fn/fn/testdata/multiple_clustercontexts/cluster_context.yaml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
krm-functions/dnn-fn/fn/testdata/multiple_clustercontexts/cluster_context_2.yaml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
krm-functions/dnn-fn/fn/testdata/multiple_workloadclusters/_expected_results.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- message: multiple WorkloadCluster objects found in the kpt package | ||
severity: error |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.