CRD v1: change JSONPath to jsonPath

This commit is contained in:
Jordan Liggitt 2019-07-01 10:51:14 -04:00
parent 6278447bde
commit 57e5848701

View File

@ -231,7 +231,7 @@ type CustomResourceColumnDefinition struct {
Priority int32 `json:"priority,omitempty" protobuf:"bytes,5,opt,name=priority"`
// JSONPath is a simple JSON path, i.e. with array notation.
JSONPath string `json:"JSONPath" protobuf:"bytes,6,opt,name=JSONPath"`
JSONPath string `json:"jsonPath" protobuf:"bytes,6,opt,name=jsonPath"`
}
// CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition