textual changes
This commit is contained in:
parent
03e6abe6e8
commit
6c08f5fc01
|
@ -28,8 +28,8 @@ type MasterSpec struct {
|
||||||
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
|
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
|
||||||
// Important: Run "make" to regenerate code after modifying this file
|
// Important: Run "make" to regenerate code after modifying this file
|
||||||
|
|
||||||
// Mdir is data directory to store meta data
|
// Mdir is the directory to store meta data
|
||||||
Mdir string `json:"mdir,omitempty"`
|
Mdir string `json:"mdir,omitempty"`
|
||||||
// MetricsAddress is Prometheus gateway address
|
// MetricsAddress is Prometheus gateway address
|
||||||
MetricsAddress string `json:"metricsAddress,omitempty"`
|
MetricsAddress string `json:"metricsAddress,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ spec:
|
||||||
description: MasterSpec defines the desired state of Master
|
description: MasterSpec defines the desired state of Master
|
||||||
properties:
|
properties:
|
||||||
mdir:
|
mdir:
|
||||||
description: Mdir is data directory to store meta data
|
description: Mdir is the directory to store meta data
|
||||||
type: string
|
type: string
|
||||||
metricsAddress:
|
metricsAddress:
|
||||||
description: MetricsAddress is Prometheus gateway address
|
description: MetricsAddress is Prometheus gateway address
|
||||||
|
|
Loading…
Reference in New Issue