jsonnet: run fmt

This commit is contained in:
paulfantom
2021-11-01 20:07:04 +01:00
parent 6f65cfaac7
commit 25d8bb00dc
4 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ function(params) {
spec: { spec: {
replicas: bb._config.replicas, replicas: bb._config.replicas,
selector: { selector: {
matchLabels: bb._config.selectorLabels matchLabels: bb._config.selectorLabels,
}, },
template: { template: {
metadata: { metadata: {

View File

@@ -144,7 +144,7 @@ function(params) (import 'github.com/kubernetes/kube-state-metrics/jsonnet/kube-
spec: { spec: {
jobLabel: 'app.kubernetes.io/name', jobLabel: 'app.kubernetes.io/name',
selector: { selector: {
matchLabels: ksm._config.selectorLabels matchLabels: ksm._config.selectorLabels,
}, },
endpoints: [ endpoints: [
{ {

View File

@@ -210,7 +210,7 @@ function(params) {
metadata: ne._metadata, metadata: ne._metadata,
spec: { spec: {
selector: { selector: {
matchLabels: ne._config.selectorLabels matchLabels: ne._config.selectorLabels,
}, },
updateStrategy: { updateStrategy: {
type: 'RollingUpdate', type: 'RollingUpdate',

View File

@@ -233,7 +233,7 @@ function(params) {
spec: { spec: {
replicas: pa._config.replicas, replicas: pa._config.replicas,
selector: { selector: {
matchLabels: pa._config.selectorLabels matchLabels: pa._config.selectorLabels,
}, },
strategy: { strategy: {
rollingUpdate: { rollingUpdate: {