From aab5ec337c5d822ef24e65114d9b1fcee9e8cfb4 Mon Sep 17 00:00:00 2001 From: ushabelgur Date: Fri, 20 Dec 2024 11:35:45 +0530 Subject: [PATCH] fixing generated files --- .../storage/v1alpha1/ephemeralvolumespec.go | 4 ++-- client-go/openapi/zz_generated.openapi.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client-go/applyconfigurations/storage/v1alpha1/ephemeralvolumespec.go b/client-go/applyconfigurations/storage/v1alpha1/ephemeralvolumespec.go index bb7a2229c..619200153 100644 --- a/client-go/applyconfigurations/storage/v1alpha1/ephemeralvolumespec.go +++ b/client-go/applyconfigurations/storage/v1alpha1/ephemeralvolumespec.go @@ -12,14 +12,14 @@ import ( v1 "k8s.io/api/core/v1" ) -// EphemeralVolumeSpecApplyConfiguration represents an declarative configuration of the EphemeralVolumeSpec type for use +// EphemeralVolumeSpecApplyConfiguration represents a declarative configuration of the EphemeralVolumeSpec type for use // with apply. type EphemeralVolumeSpecApplyConfiguration struct { VolumeSpecApplyConfiguration `json:",inline"` ReclaimPolicy *storagev1alpha1.ReclaimPolicy `json:"reclaimpolicy,omitempty"` } -// EphemeralVolumeSpecApplyConfiguration constructs an declarative configuration of the EphemeralVolumeSpec type for use with +// EphemeralVolumeSpecApplyConfiguration constructs a declarative configuration of the EphemeralVolumeSpec type for use with // apply. func EphemeralVolumeSpec() *EphemeralVolumeSpecApplyConfiguration { return &EphemeralVolumeSpecApplyConfiguration{} diff --git a/client-go/openapi/zz_generated.openapi.go b/client-go/openapi/zz_generated.openapi.go index 2c59588d9..52ecde75a 100644 --- a/client-go/openapi/zz_generated.openapi.go +++ b/client-go/openapi/zz_generated.openapi.go @@ -14903,7 +14903,7 @@ func schema_k8sio_api_core_v1_PodSpec(ref common.ReferenceCallback) common.OpenA }, "setHostnameAsFQDN": { SchemaProps: spec.SchemaProps{ - Description: "If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\Tcpip\\\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.", + Description: "If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.", Type: []string{"boolean"}, Format: "", },