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:
parent
815e59af8a
commit
fdb95a1ac6
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user