From 4ffff4c62c7dedec55eb9e85017768cecabf2b20 Mon Sep 17 00:00:00 2001 From: Gianluca Mardente Date: Wed, 5 Feb 2025 10:04:36 +0100 Subject: [PATCH] Update manifest post release v0.46.1 --- .../components/crds/eventtriggers.lib.projectsveltos.io.yaml | 4 ++++ manifest/agents_in_mgmt_cluster_manifest.yaml | 4 ++++ manifest/crds/sveltos_crds.yaml | 4 ++++ manifest/manifest.yaml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/kustomize/components/crds/eventtriggers.lib.projectsveltos.io.yaml b/kustomize/components/crds/eventtriggers.lib.projectsveltos.io.yaml index 6dd1aa9a..b10a8f35 100644 --- a/kustomize/components/crds/eventtriggers.lib.projectsveltos.io.yaml +++ b/kustomize/components/crds/eventtriggers.lib.projectsveltos.io.yaml @@ -931,6 +931,7 @@ spec: CloudEvents with the same source and subject are considered related and represent different states of the same entity. This field specifies whether to create or delete the associated Kubernetes resources. + This can be expressed as a template and instantiated at run time using CloudEvent type: string clusterSetRefs: description: SetRefs identifies referenced ClusterSets. Name of the referenced ClusterSets. @@ -1590,6 +1591,9 @@ spec: resource (OneForEvent = false) or one per resource (OneForEvent = true) needs to be creted. type: boolean + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf patches: description: |- Define additional Kustomize inline Patches applied for all resources on this profile diff --git a/manifest/agents_in_mgmt_cluster_manifest.yaml b/manifest/agents_in_mgmt_cluster_manifest.yaml index ffc2ac98..30a89c67 100644 --- a/manifest/agents_in_mgmt_cluster_manifest.yaml +++ b/manifest/agents_in_mgmt_cluster_manifest.yaml @@ -15399,6 +15399,7 @@ spec: CloudEvents with the same source and subject are considered related and represent different states of the same entity. This field specifies whether to create or delete the associated Kubernetes resources. + This can be expressed as a template and instantiated at run time using CloudEvent type: string clusterSetRefs: description: SetRefs identifies referenced ClusterSets. Name of the referenced ClusterSets. @@ -16058,6 +16059,9 @@ spec: resource (OneForEvent = false) or one per resource (OneForEvent = true) needs to be creted. type: boolean + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf patches: description: |- Define additional Kustomize inline Patches applied for all resources on this profile diff --git a/manifest/crds/sveltos_crds.yaml b/manifest/crds/sveltos_crds.yaml index fbf12788..51e3e175 100644 --- a/manifest/crds/sveltos_crds.yaml +++ b/manifest/crds/sveltos_crds.yaml @@ -12132,6 +12132,7 @@ spec: CloudEvents with the same source and subject are considered related and represent different states of the same entity. This field specifies whether to create or delete the associated Kubernetes resources. + This can be expressed as a template and instantiated at run time using CloudEvent type: string clusterSetRefs: description: SetRefs identifies referenced ClusterSets. Name of the referenced ClusterSets. @@ -12791,6 +12792,9 @@ spec: resource (OneForEvent = false) or one per resource (OneForEvent = true) needs to be creted. type: boolean + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf patches: description: |- Define additional Kustomize inline Patches applied for all resources on this profile diff --git a/manifest/manifest.yaml b/manifest/manifest.yaml index 8a8818a3..ebe8c6a5 100644 --- a/manifest/manifest.yaml +++ b/manifest/manifest.yaml @@ -15365,6 +15365,7 @@ spec: CloudEvents with the same source and subject are considered related and represent different states of the same entity. This field specifies whether to create or delete the associated Kubernetes resources. + This can be expressed as a template and instantiated at run time using CloudEvent type: string clusterSetRefs: description: SetRefs identifies referenced ClusterSets. Name of the referenced ClusterSets. @@ -16024,6 +16025,9 @@ spec: resource (OneForEvent = false) or one per resource (OneForEvent = true) needs to be creted. type: boolean + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf patches: description: |- Define additional Kustomize inline Patches applied for all resources on this profile