mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
CRD v1: change JSONPath to jsonPath
This commit is contained in:
parent
6278447bde
commit
57e5848701
@ -231,7 +231,7 @@ type CustomResourceColumnDefinition struct {
|
|||||||
Priority int32 `json:"priority,omitempty" protobuf:"bytes,5,opt,name=priority"`
|
Priority int32 `json:"priority,omitempty" protobuf:"bytes,5,opt,name=priority"`
|
||||||
|
|
||||||
// JSONPath is a simple JSON path, i.e. with array notation.
|
// 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
|
// CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
||||||
|
Loading…
Reference in New Issue
Block a user