Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #55 from kappnav/Issue99-AddDeploymentConfigToRegi…
Browse files Browse the repository at this point in the history
…stryMap

add DeploymentConfig kind to core registry map
  • Loading branch information
juniartisu authored Feb 6, 2020
2 parents cb226c2 + d3f0311 commit abd1215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/application/rest/v1/ComponentInfoRegistry.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 IBM Corporation
* Copyright 2019,2020 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -129,6 +129,7 @@ public class ComponentInfoRegistry {
CORE_KIND_TO_API_VERSION_MAP.put("RoleBinding", "rbac.authorization.k8s.io/v1");
CORE_KIND_TO_API_VERSION_MAP.put("StorageClass", "rbac.authorization.k8s.io/v1");
CORE_KIND_TO_API_VERSION_MAP.put("Endpoint", "rbac.authorization.k8s.io/v1");
CORE_KIND_TO_API_VERSION_MAP.put("DeploymentConfig", "apps.openshift.io/v1");

// Initialize extensions to KAppNav
KAppNavExtension.init();
Expand Down

0 comments on commit abd1215

Please sign in to comment.