mirror of
https://github.com/rancher/types.git
synced 2025-08-30 19:32:18 +00:00
Update generated code
This commit is contained in:
parent
964d8b5c80
commit
ccc3335115
@ -2,11 +2,11 @@ package client
|
||||
|
||||
const (
|
||||
HostPathVolumeSourceType = "hostPathVolumeSource"
|
||||
HostPathVolumeSourceFieldKind = "kind"
|
||||
HostPathVolumeSourceFieldPath = "path"
|
||||
HostPathVolumeSourceFieldType = "type"
|
||||
)
|
||||
|
||||
type HostPathVolumeSource struct {
|
||||
Kind string `json:"kind,omitempty" yaml:"kind,omitempty"`
|
||||
Path string `json:"path,omitempty" yaml:"path,omitempty"`
|
||||
Type string `json:"type,omitempty" yaml:"type,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user