Skip to content

Commit

Permalink
Update manifest post release v0.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucam76 committed Feb 5, 2025
1 parent 568290a commit 4ffff4c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions manifest/agents_in_mgmt_cluster_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions manifest/crds/sveltos_crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions manifest/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4ffff4c

Please sign in to comment.