@@ -171,7 +171,7 @@ pub struct Binding {
171171}
172172/// Represents storage that is managed by an external CSI volume driver
173173#[ derive( Clone , PartialEq , :: prost:: Message ) ]
174- pub struct CsiPersistentVolumeSource {
174+ pub struct CSIPersistentVolumeSource {
175175 /// driver is the name of the driver to use for this volume.
176176 /// Required.
177177 #[ prost( string, optional, tag = "1" ) ]
@@ -239,7 +239,7 @@ pub struct CsiPersistentVolumeSource {
239239}
240240/// Represents a source location of a volume to mount, managed by an external CSI driver
241241#[ derive( Clone , PartialEq , :: prost:: Message ) ]
242- pub struct CsiVolumeSource {
242+ pub struct CSIVolumeSource {
243243 /// driver is the name of the CSI driver that handles this volume.
244244 /// Consult with your admin for the correct name as registered in the cluster.
245245 #[ prost( string, optional, tag = "1" ) ]
@@ -1144,16 +1144,16 @@ pub struct DaemonEndpoint {
11441144/// Note that this is identical to a downwardAPI volume source without the default
11451145/// mode.
11461146#[ derive( Clone , PartialEq , :: prost:: Message ) ]
1147- pub struct DownwardApiProjection {
1147+ pub struct DownwardAPIProjection {
11481148 /// Items is a list of DownwardAPIVolume file
11491149 /// +optional
11501150 /// +listType=atomic
11511151 #[ prost( message, repeated, tag = "1" ) ]
1152- pub items : :: prost:: alloc:: vec:: Vec < DownwardApiVolumeFile > ,
1152+ pub items : :: prost:: alloc:: vec:: Vec < DownwardAPIVolumeFile > ,
11531153}
11541154/// DownwardAPIVolumeFile represents information to create the file containing the pod field
11551155#[ derive( Clone , PartialEq , Eq , Hash , :: prost:: Message ) ]
1156- pub struct DownwardApiVolumeFile {
1156+ pub struct DownwardAPIVolumeFile {
11571157 /// Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
11581158 #[ prost( string, optional, tag = "1" ) ]
11591159 pub path : :: core:: option:: Option < :: prost:: alloc:: string:: String > ,
@@ -1179,12 +1179,12 @@ pub struct DownwardApiVolumeFile {
11791179/// DownwardAPIVolumeSource represents a volume containing downward API info.
11801180/// Downward API volumes support ownership management and SELinux relabeling.
11811181#[ derive( Clone , PartialEq , :: prost:: Message ) ]
1182- pub struct DownwardApiVolumeSource {
1182+ pub struct DownwardAPIVolumeSource {
11831183 /// Items is a list of downward API volume file
11841184 /// +optional
11851185 /// +listType=atomic
11861186 #[ prost( message, repeated, tag = "1" ) ]
1187- pub items : :: prost:: alloc:: vec:: Vec < DownwardApiVolumeFile > ,
1187+ pub items : :: prost:: alloc:: vec:: Vec < DownwardAPIVolumeFile > ,
11881188 /// Optional: mode bits to use on created files by default. Must be a
11891189 /// Optional: mode bits used to set permissions on created files by default.
11901190 /// Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511.
@@ -3594,7 +3594,7 @@ pub struct PersistentVolumeSource {
35943594 /// csi represents storage that is handled by an external CSI driver.
35953595 /// +optional
35963596 #[ prost( message, optional, tag = "22" ) ]
3597- pub csi : :: core:: option:: Option < CsiPersistentVolumeSource > ,
3597+ pub csi : :: core:: option:: Option < CSIPersistentVolumeSource > ,
35983598}
35993599/// PersistentVolumeSpec is the specification of a persistent volume.
36003600#[ derive( Clone , PartialEq , :: prost:: Message ) ]
@@ -4773,7 +4773,7 @@ pub struct PodStatus {
47734773 /// +patchMergeKey=ip
47744774 /// +listType=atomic
47754775 #[ prost( message, repeated, tag = "16" ) ]
4776- pub host_i_ps : :: prost:: alloc:: vec:: Vec < HostIp > ,
4776+ pub host_ips : :: prost:: alloc:: vec:: Vec < HostIp > ,
47774777 /// podIP address allocated to the pod. Routable at least within the cluster.
47784778 /// Empty if not yet allocated.
47794779 /// +optional
@@ -4788,7 +4788,7 @@ pub struct PodStatus {
47884788 /// +listType=map
47894789 /// +listMapKey=ip
47904790 #[ prost( message, repeated, tag = "12" ) ]
4791- pub pod_i_ps : :: prost:: alloc:: vec:: Vec < PodIp > ,
4791+ pub pod_ips : :: prost:: alloc:: vec:: Vec < PodIp > ,
47924792 /// RFC 3339 date and time at which the object was acknowledged by the Kubelet.
47934793 /// This is before the Kubelet pulled the container image(s) for the pod.
47944794 /// +optional
@@ -6246,7 +6246,7 @@ pub struct ServiceSpec {
62466246 /// +listType=atomic
62476247 /// +optional
62486248 #[ prost( string, repeated, tag = "18" ) ]
6249- pub cluster_i_ps : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
6249+ pub cluster_ips : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
62506250 /// type determines how the Service is exposed. Defaults to ClusterIP. Valid
62516251 /// options are ExternalName, ClusterIP, NodePort, and LoadBalancer.
62526252 /// "ClusterIP" allocates a cluster-internal IP address for load-balancing
@@ -6274,7 +6274,7 @@ pub struct ServiceSpec {
62746274 /// +optional
62756275 /// +listType=atomic
62766276 #[ prost( string, repeated, tag = "5" ) ]
6277- pub external_i_ps : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
6277+ pub external_ips : :: prost:: alloc:: vec:: Vec < :: prost:: alloc:: string:: String > ,
62786278 /// Supports "ClientIP" and "None". Used to maintain session affinity.
62796279 /// Enable client IP based session affinity.
62806280 /// Must be ClientIP or None.
@@ -6933,7 +6933,7 @@ pub struct VolumeProjection {
69336933 /// downwardAPI information about the downwardAPI data to project
69346934 /// +optional
69356935 #[ prost( message, optional, tag = "2" ) ]
6936- pub downward_api : :: core:: option:: Option < DownwardApiProjection > ,
6936+ pub downward_api : :: core:: option:: Option < DownwardAPIProjection > ,
69376937 /// configMap information about the configMap data to project
69386938 /// +optional
69396939 #[ prost( message, optional, tag = "3" ) ]
@@ -7086,7 +7086,7 @@ pub struct VolumeSource {
70867086 /// downwardAPI represents downward API about the pod that should populate this volume
70877087 /// +optional
70887088 #[ prost( message, optional, tag = "16" ) ]
7089- pub downward_api : :: core:: option:: Option < DownwardApiVolumeSource > ,
7089+ pub downward_api : :: core:: option:: Option < DownwardAPIVolumeSource > ,
70907090 /// fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
70917091 /// +optional
70927092 #[ prost( message, optional, tag = "17" ) ]
@@ -7145,7 +7145,7 @@ pub struct VolumeSource {
71457145 /// csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
71467146 /// +optional
71477147 #[ prost( message, optional, tag = "28" ) ]
7148- pub csi : :: core:: option:: Option < CsiVolumeSource > ,
7148+ pub csi : :: core:: option:: Option < CSIVolumeSource > ,
71497149 /// ephemeral represents a volume that is handled by a cluster storage driver.
71507150 /// The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts,
71517151 /// and deleted when the pod is removed.
0 commit comments