mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Update generated code
This commit is contained in:
@@ -10,7 +10,7 @@ const (
|
||||
|
||||
type AWSElasticBlockStoreVolumeSource struct {
|
||||
FSType string `json:"fsType,omitempty" yaml:"fsType,omitempty"`
|
||||
Partition *int64 `json:"partition,omitempty" yaml:"partition,omitempty"`
|
||||
Partition int64 `json:"partition,omitempty" yaml:"partition,omitempty"`
|
||||
ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"`
|
||||
VolumeID string `json:"volumeID,omitempty" yaml:"volumeID,omitempty"`
|
||||
}
|
||||
|
@@ -11,6 +11,6 @@ const (
|
||||
type GCEPersistentDiskVolumeSource struct {
|
||||
FSType string `json:"fsType,omitempty" yaml:"fsType,omitempty"`
|
||||
PDName string `json:"pdName,omitempty" yaml:"pdName,omitempty"`
|
||||
Partition *int64 `json:"partition,omitempty" yaml:"partition,omitempty"`
|
||||
Partition int64 `json:"partition,omitempty" yaml:"partition,omitempty"`
|
||||
ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"`
|
||||
}
|
||||
|
@@ -21,7 +21,7 @@ type ISCSIVolumeSource struct {
|
||||
IQN string `json:"iqn,omitempty" yaml:"iqn,omitempty"`
|
||||
ISCSIInterface string `json:"iscsiInterface,omitempty" yaml:"iscsiInterface,omitempty"`
|
||||
InitiatorName string `json:"initiatorName,omitempty" yaml:"initiatorName,omitempty"`
|
||||
Lun *int64 `json:"lun,omitempty" yaml:"lun,omitempty"`
|
||||
Lun int64 `json:"lun,omitempty" yaml:"lun,omitempty"`
|
||||
Portals []string `json:"portals,omitempty" yaml:"portals,omitempty"`
|
||||
ReadOnly bool `json:"readOnly,omitempty" yaml:"readOnly,omitempty"`
|
||||
SecretRef *LocalObjectReference `json:"secretRef,omitempty" yaml:"secretRef,omitempty"`
|
||||
|
@@ -14,7 +14,7 @@ const (
|
||||
|
||||
type Status struct {
|
||||
APIVersion string `json:"apiVersion,omitempty" yaml:"apiVersion,omitempty"`
|
||||
Code *int64 `json:"code,omitempty" yaml:"code,omitempty"`
|
||||
Code int64 `json:"code,omitempty" yaml:"code,omitempty"`
|
||||
Details *StatusDetails `json:"details,omitempty" yaml:"details,omitempty"`
|
||||
Kind string `json:"kind,omitempty" yaml:"kind,omitempty"`
|
||||
ListMeta *ListMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"`
|
||||
|
@@ -15,6 +15,6 @@ type StatusDetails struct {
|
||||
Group string `json:"group,omitempty" yaml:"group,omitempty"`
|
||||
Kind string `json:"kind,omitempty" yaml:"kind,omitempty"`
|
||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||
RetryAfterSeconds *int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"`
|
||||
RetryAfterSeconds int64 `json:"retryAfterSeconds,omitempty" yaml:"retryAfterSeconds,omitempty"`
|
||||
UID string `json:"uid,omitempty" yaml:"uid,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user