forked from fabric8io/fabric8-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(framents): Some doc and tests update (fabric8io#1385)
- Loading branch information
Showing
10 changed files
with
123 additions
and
118 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
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
104 changes: 0 additions & 104 deletions
104
core/src/main/resources/META-INF/fabric8/kind-fileindicator-mapping-default.adoc
This file was deleted.
Oops, something went wrong.
111 changes: 111 additions & 0 deletions
111
core/src/main/resources/META-INF/fabric8/kind-filename-type-mapping-default.adoc
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,111 @@ | ||
// ========================================================= | ||
// Mapping file for K8s/OpenShift reource kind to filename extension. | ||
// | ||
// I.e for fragments the resource kind is inferred from the filename type" | ||
// myapp-deployment.yml maps to a Kubernetes Deployment | ||
// | ||
// Some hints for the format of this file which is used for documentation | ||
// and during runtime: | ||
// * There should be a exactly new line between rows | ||
// * 1 Kind can be mapped to N Filename types, given as comma separated list | ||
// * Columns should be ordered alphabetical by type (for better reading) | ||
// * Last filename type in the csv list must be the canonical one (full kind in all lowercase) | ||
|=== | ||
|Kind |Filename Type | ||
|
||
|BuildConfig | ||
|`bc`, `buildconfig` | ||
|
||
|ClusterRole | ||
|`cr`, `crole`, `clusterrole` | ||
|
||
|ConfigMap | ||
|`cm`, `configmap` | ||
|
||
|ClusterRoleBinding | ||
|`crb`, `clusterrb`, `clusterrolebinding` | ||
|
||
|CronJob | ||
|`cj`, `cronjob` | ||
|
||
|CustomResourceDefinition | ||
|`crd`, `customerresourcedefinition` | ||
|
||
|DaemonSet | ||
|`ds`, `daemonset` | ||
|
||
|Deployment | ||
|`deployment` | ||
|
||
|DeploymentConfig | ||
|`dc`, `deploymentconfig` | ||
|
||
|ImageStream | ||
|`is`, `imagestream` | ||
|
||
|ImageStreamTag | ||
|`istag`, `imagestreamtag` | ||
|
||
|Job | ||
|`job` | ||
|
||
|LimitRange | ||
|`lr`, `limitrange` | ||
|
||
|Namespace | ||
|`ns`, `namespace` | ||
|
||
|OAuthClient | ||
|`oauthclient` | ||
|
||
|PolicyBinding | ||
|`pb`, `policybinding` | ||
|
||
|PersistentVolume | ||
|`pv`, `persistentvolume` | ||
|
||
|PersistentVolumeClaim | ||
|`pvc`, `persistemtvolumeclaim` | ||
|
||
|Project | ||
|`project` | ||
|
||
|ProjectRequest | ||
|`pr`, `projectrequest` | ||
|
||
|ReplicaSet | ||
|`rs`, `replicaset` | ||
|
||
|ReplicationController | ||
|`rc`, `replicationcontroller` | ||
|
||
|ResourceQuota | ||
|`rq`, `resourcequota` | ||
|
||
|Role | ||
|`role` | ||
|
||
|RoleBinding | ||
|`rb`, `rolebinding` | ||
|
||
|RoleBindingRestriction | ||
|`rbr`, `rolebindingrestriction` | ||
|
||
|Route | ||
|`route` | ||
|
||
|Secret | ||
|`secret` | ||
|
||
|Service | ||
|`svc`, `service` | ||
|
||
|ServiceAccount | ||
|`sa`, `serviceaccount` | ||
|
||
|StatefulSet | ||
|`statefulset` | ||
|
||
|Template | ||
|`template` | ||
|=== |
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
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
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