Update generated files
Kubernetes-commit: 4361a9146e34d74fce9c0193b11b920ffbd0eda8
This commit is contained in:
parent
156ed5ba2d
commit
64f3b76260
|
@ -39,6 +39,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
|||
)
|
||||
}
|
||||
|
||||
// DeepCopy_v1alpha1_AdmissionConfiguration is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1alpha1_AdmissionConfiguration(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*AdmissionConfiguration)
|
||||
|
@ -59,6 +60,7 @@ func DeepCopy_v1alpha1_AdmissionConfiguration(in interface{}, out interface{}, c
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_v1alpha1_AdmissionPluginConfiguration is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1alpha1_AdmissionPluginConfiguration(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*AdmissionPluginConfiguration)
|
||||
|
|
|
@ -39,6 +39,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
|||
)
|
||||
}
|
||||
|
||||
// DeepCopy_apiserver_AdmissionConfiguration is an autogenerated deepcopy function.
|
||||
func DeepCopy_apiserver_AdmissionConfiguration(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*AdmissionConfiguration)
|
||||
|
@ -59,6 +60,7 @@ func DeepCopy_apiserver_AdmissionConfiguration(in interface{}, out interface{},
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_apiserver_AdmissionPluginConfiguration is an autogenerated deepcopy function.
|
||||
func DeepCopy_apiserver_AdmissionPluginConfiguration(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*AdmissionPluginConfiguration)
|
||||
|
|
|
@ -43,6 +43,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
|||
)
|
||||
}
|
||||
|
||||
// DeepCopy_v1_Pod is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1_Pod(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*Pod)
|
||||
|
@ -67,6 +68,7 @@ func DeepCopy_v1_Pod(in interface{}, out interface{}, c *conversion.Cloner) erro
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_v1_PodCondition is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1_PodCondition(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodCondition)
|
||||
|
@ -78,6 +80,7 @@ func DeepCopy_v1_PodCondition(in interface{}, out interface{}, c *conversion.Clo
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_v1_PodList is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1_PodList(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodList)
|
||||
|
@ -98,6 +101,7 @@ func DeepCopy_v1_PodList(in interface{}, out interface{}, c *conversion.Cloner)
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_v1_PodSpec is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1_PodSpec(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodSpec)
|
||||
|
@ -124,6 +128,7 @@ func DeepCopy_v1_PodSpec(in interface{}, out interface{}, c *conversion.Cloner)
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_v1_PodStatus is an autogenerated deepcopy function.
|
||||
func DeepCopy_v1_PodStatus(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodStatus)
|
||||
|
|
|
@ -43,6 +43,7 @@ func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
|||
)
|
||||
}
|
||||
|
||||
// DeepCopy_example_Pod is an autogenerated deepcopy function.
|
||||
func DeepCopy_example_Pod(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*Pod)
|
||||
|
@ -67,6 +68,7 @@ func DeepCopy_example_Pod(in interface{}, out interface{}, c *conversion.Cloner)
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_example_PodCondition is an autogenerated deepcopy function.
|
||||
func DeepCopy_example_PodCondition(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodCondition)
|
||||
|
@ -78,6 +80,7 @@ func DeepCopy_example_PodCondition(in interface{}, out interface{}, c *conversio
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_example_PodList is an autogenerated deepcopy function.
|
||||
func DeepCopy_example_PodList(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodList)
|
||||
|
@ -98,6 +101,7 @@ func DeepCopy_example_PodList(in interface{}, out interface{}, c *conversion.Clo
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_example_PodSpec is an autogenerated deepcopy function.
|
||||
func DeepCopy_example_PodSpec(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodSpec)
|
||||
|
@ -124,6 +128,7 @@ func DeepCopy_example_PodSpec(in interface{}, out interface{}, c *conversion.Clo
|
|||
}
|
||||
}
|
||||
|
||||
// DeepCopy_example_PodStatus is an autogenerated deepcopy function.
|
||||
func DeepCopy_example_PodStatus(in interface{}, out interface{}, c *conversion.Cloner) error {
|
||||
{
|
||||
in := in.(*PodStatus)
|
||||
|
|
Loading…
Reference in New Issue