textual changes

This commit is contained in:
Chris Lu 2020-07-27 02:22:59 -07:00
parent 03e6abe6e8
commit 6c08f5fc01
2 changed files with 3 additions and 3 deletions

View File

@ -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"`
} }

View File

@ -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