jsonnet: run fmt
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user