mirror of
https://github.com/rancher/types.git
synced 2025-10-21 02:40:11 +00:00
Update generated code
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user