forked from LaconicNetwork/kompose
rectified markdown spacing on columns
reformat k8sutils_tests.go Signed-off-by: jose luis <2064537+sosan@users.noreply.github.com>
This commit is contained in:
parent
405ab61479
commit
e4ccf2edc9
@ -211,9 +211,9 @@ The currently supported options are:
|
|||||||
| kompose.cronjob.schedule | kubernetes cronjob schedule (for example: '1 * * * *') |
|
| kompose.cronjob.schedule | kubernetes cronjob schedule (for example: '1 * * * *') |
|
||||||
| kompose.cronjob.concurrency_policy | 'Forbid' / 'Allow' / 'Never' / '' |
|
| kompose.cronjob.concurrency_policy | 'Forbid' / 'Allow' / 'Never' / '' |
|
||||||
| kompose.cronjob.backoff_limit | kubernetes cronjob backoff limit (for example: '6') |
|
| kompose.cronjob.backoff_limit | kubernetes cronjob backoff limit (for example: '6') |
|
||||||
| kompose.init.containers.name | kubernetes init container name |
|
| kompose.init.containers.name | kubernetes init container name |
|
||||||
| kompose.init.containers.image | kubernetes init container image |
|
| kompose.init.containers.image | kubernetes init container image |
|
||||||
| kompose.init.containers.command | kubernetes init container commands |
|
| kompose.init.containers.command | kubernetes init container commands |
|
||||||
| kompose.hpa.replicas.min | defines Horizontal Pod Autoscaler minimum number of pod replicas |
|
| kompose.hpa.replicas.min | defines Horizontal Pod Autoscaler minimum number of pod replicas |
|
||||||
| kompose.hpa.replicas.max | defines Horizontal Pod Autoscaler maximum number of pod replicas |
|
| kompose.hpa.replicas.max | defines Horizontal Pod Autoscaler maximum number of pod replicas |
|
||||||
| kompose.hpa.cpu | defines Horizontal Pod Autoscaler cpu utilization trigger |
|
| kompose.hpa.cpu | defines Horizontal Pod Autoscaler cpu utilization trigger |
|
||||||
|
|||||||
@ -29,8 +29,8 @@ import (
|
|||||||
"github.com/kubernetes/kompose/pkg/testutils"
|
"github.com/kubernetes/kompose/pkg/testutils"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
appsv1 "k8s.io/api/apps/v1"
|
appsv1 "k8s.io/api/apps/v1"
|
||||||
api "k8s.io/api/core/v1"
|
|
||||||
hpa "k8s.io/api/autoscaling/v2beta2"
|
hpa "k8s.io/api/autoscaling/v2beta2"
|
||||||
|
api "k8s.io/api/core/v1"
|
||||||
corev1 "k8s.io/api/core/v1"
|
corev1 "k8s.io/api/core/v1"
|
||||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user