1
0
mirror of https://github.com/rancher/types.git synced 2025-07-02 16:31:48 +00:00

Make Cluster displayName a required field

This commit is contained in:
Prachi Damle 2018-05-29 14:13:53 -07:00 committed by Alena Prokharchyk
parent 815e59af8a
commit fdb95a1ac6

View File

@ -56,7 +56,7 @@ type Cluster struct {
}
type ClusterSpec struct {
DisplayName string `json:"displayName"`
DisplayName string `json:"displayName" norman:"required"`
Description string `json:"description"`
Internal bool `json:"internal" norman:"nocreate,noupdate"`
DesiredAgentImage string `json:"desiredAgentImage"`