summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/crds/apps/apps_v1alpha1_edgeapplication.yaml8
-rw-r--r--manifests/charts/cloudcore/crds/apps_v1alpha1_edgeapplication.yaml8
-rw-r--r--pkg/apis/apps/v1alpha1/edgeapplication_types.go8
3 files changed, 12 insertions, 12 deletions
diff --git a/build/crds/apps/apps_v1alpha1_edgeapplication.yaml b/build/crds/apps/apps_v1alpha1_edgeapplication.yaml
index 0b720c231..4114dceec 100644
--- a/build/crds/apps/apps_v1alpha1_edgeapplication.yaml
+++ b/build/crds/apps/apps_v1alpha1_edgeapplication.yaml
@@ -91,10 +91,10 @@ spec:
case, the system will automatically detect image
fields if the resource type is Pod, ReplicaSet,
Deployment or StatefulSet by following rule:
- \ - Pod: spec/containers/<N>/image - ReplicaSet:
- spec/template/spec/containers/<N>/image -
- Deployment: spec/template/spec/containers/<N>/image
- \ - StatefulSet: spec/template/spec/containers/<N>/image
+ \ - Pod: /spec/containers/<N>/image - ReplicaSet:
+ /spec/template/spec/containers/<N>/image -
+ Deployment: /spec/template/spec/containers/<N>/image
+ \ - StatefulSet: /spec/template/spec/containers/<N>/image
In addition, all images will be processed if
the resource object has more than one containers.
\n If not nil, only images matches the filters
diff --git a/manifests/charts/cloudcore/crds/apps_v1alpha1_edgeapplication.yaml b/manifests/charts/cloudcore/crds/apps_v1alpha1_edgeapplication.yaml
index 0b720c231..4114dceec 100644
--- a/manifests/charts/cloudcore/crds/apps_v1alpha1_edgeapplication.yaml
+++ b/manifests/charts/cloudcore/crds/apps_v1alpha1_edgeapplication.yaml
@@ -91,10 +91,10 @@ spec:
case, the system will automatically detect image
fields if the resource type is Pod, ReplicaSet,
Deployment or StatefulSet by following rule:
- \ - Pod: spec/containers/<N>/image - ReplicaSet:
- spec/template/spec/containers/<N>/image -
- Deployment: spec/template/spec/containers/<N>/image
- \ - StatefulSet: spec/template/spec/containers/<N>/image
+ \ - Pod: /spec/containers/<N>/image - ReplicaSet:
+ /spec/template/spec/containers/<N>/image -
+ Deployment: /spec/template/spec/containers/<N>/image
+ \ - StatefulSet: /spec/template/spec/containers/<N>/image
In addition, all images will be processed if
the resource object has more than one containers.
\n If not nil, only images matches the filters
diff --git a/pkg/apis/apps/v1alpha1/edgeapplication_types.go b/pkg/apis/apps/v1alpha1/edgeapplication_types.go
index f62212ea0..52f069bc5 100644
--- a/pkg/apis/apps/v1alpha1/edgeapplication_types.go
+++ b/pkg/apis/apps/v1alpha1/edgeapplication_types.go
@@ -70,10 +70,10 @@ type ImageOverrider struct {
//
// Defaults to nil, in that case, the system will automatically detect image fields if the resource type is
// Pod, ReplicaSet, Deployment or StatefulSet by following rule:
- // - Pod: spec/containers/<N>/image
- // - ReplicaSet: spec/template/spec/containers/<N>/image
- // - Deployment: spec/template/spec/containers/<N>/image
- // - StatefulSet: spec/template/spec/containers/<N>/image
+ // - Pod: /spec/containers/<N>/image
+ // - ReplicaSet: /spec/template/spec/containers/<N>/image
+ // - Deployment: /spec/template/spec/containers/<N>/image
+ // - StatefulSet: /spec/template/spec/containers/<N>/image
// In addition, all images will be processed if the resource object has more than one containers.
//
// If not nil, only images matches the filters will be processed.