From 1c3914b4d247822715773674b08c26c4b01427c9 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Sat, 30 Apr 2022 20:41:52 +0530 Subject: [PATCH] make: generate Signed-off-by: Nabarun Pal --- config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml | 5 ++++- config/crd/bases/cluster.x-k8s.io_machinepools.yaml | 5 ++++- config/crd/bases/cluster.x-k8s.io_machines.yaml | 4 ++-- config/crd/bases/cluster.x-k8s.io_machinesets.yaml | 5 ++++- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml b/config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml index e903fa779ec3..04289c9c50ba 100644 --- a/config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml +++ b/config/crd/bases/cluster.x-k8s.io_machinedeployments.yaml @@ -272,7 +272,10 @@ spec: blockOwnerDeletion: description: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the - key-value store until this reference is removed. Defaults + key-value store until this reference is removed. See + https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this + field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. diff --git a/config/crd/bases/cluster.x-k8s.io_machinepools.yaml b/config/crd/bases/cluster.x-k8s.io_machinepools.yaml index de78b08f0128..b77add251fd9 100644 --- a/config/crd/bases/cluster.x-k8s.io_machinepools.yaml +++ b/config/crd/bases/cluster.x-k8s.io_machinepools.yaml @@ -214,7 +214,10 @@ spec: blockOwnerDeletion: description: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the - key-value store until this reference is removed. Defaults + key-value store until this reference is removed. See + https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this + field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. diff --git a/config/crd/bases/cluster.x-k8s.io_machines.yaml b/config/crd/bases/cluster.x-k8s.io_machines.yaml index 4665fba88ed4..852e76ee3a10 100644 --- a/config/crd/bases/cluster.x-k8s.io_machines.yaml +++ b/config/crd/bases/cluster.x-k8s.io_machines.yaml @@ -647,7 +647,7 @@ spec: type: string containerRuntimeVersion: description: ContainerRuntime Version reported by the node through - runtime remote API (e.g. docker://1.5.0). + runtime remote API (e.g. containerd://1.4.2). type: string kernelVersion: description: Kernel Version reported by the node from 'uname -r' @@ -1044,7 +1044,7 @@ spec: type: string containerRuntimeVersion: description: ContainerRuntime Version reported by the node through - runtime remote API (e.g. docker://1.5.0). + runtime remote API (e.g. containerd://1.4.2). type: string kernelVersion: description: Kernel Version reported by the node from 'uname -r' diff --git a/config/crd/bases/cluster.x-k8s.io_machinesets.yaml b/config/crd/bases/cluster.x-k8s.io_machinesets.yaml index 7df049ccaef0..939084477226 100644 --- a/config/crd/bases/cluster.x-k8s.io_machinesets.yaml +++ b/config/crd/bases/cluster.x-k8s.io_machinesets.yaml @@ -210,7 +210,10 @@ spec: blockOwnerDeletion: description: If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the - key-value store until this reference is removed. Defaults + key-value store until this reference is removed. See + https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion + for how the garbage collector interacts with this + field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.