Skip to content

Commit 0e7b08c

Browse files
authored
Merge branch 'main' into K8SPG-1019-gofix
2 parents 1c1d7a0 + 73885e3 commit 0e7b08c

11 files changed

Lines changed: 77 additions & 185 deletions

build/crd/percona/generated/pgv2.percona.com_perconapgclusters.yaml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ spec:
10101010
procMount denotes the type of proc mount to use for the containers.
10111011
The default value is Default which uses the container runtime defaults for
10121012
readonly paths and masked paths.
1013-
This requires the ProcMountType feature flag to be enabled.
10141013
Note that this field cannot be set when spec.os.name is windows.
10151014
type: string
10161015
readOnlyRootFilesystem:
@@ -5121,7 +5120,7 @@ spec:
51215120
A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message.
51225121
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
51235122
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
5124-
The volume will be mounted read-only (ro) and non-executable files (noexec).
5123+
The volume will be mounted read-only (ro).
51255124
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
51265125
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
51275126
properties:
@@ -5295,8 +5294,7 @@ spec:
52955294
description: |-
52965295
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
52975296
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
5298-
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
5299-
is on.
5297+
are redirected to the pxd.portworx.com CSI driver.
53005298
properties:
53015299
fsType:
53025300
description: |-
@@ -7249,7 +7247,6 @@ spec:
72497247
procMount denotes the type of proc mount to use for the containers.
72507248
The default value is Default which uses the container runtime defaults for
72517249
readonly paths and masked paths.
7252-
This requires the ProcMountType feature flag to be enabled.
72537250
Note that this field cannot be set when spec.os.name is windows.
72547251
type: string
72557252
readOnlyRootFilesystem:
@@ -13916,7 +13913,6 @@ spec:
1391613913
procMount denotes the type of proc mount to use for the containers.
1391713914
The default value is Default which uses the container runtime defaults for
1391813915
readonly paths and masked paths.
13919-
This requires the ProcMountType feature flag to be enabled.
1392013916
Note that this field cannot be set when spec.os.name is windows.
1392113917
type: string
1392213918
readOnlyRootFilesystem:
@@ -15580,7 +15576,6 @@ spec:
1558015576
procMount denotes the type of proc mount to use for the containers.
1558115577
The default value is Default which uses the container runtime defaults for
1558215578
readonly paths and masked paths.
15583-
This requires the ProcMountType feature flag to be enabled.
1558415579
Note that this field cannot be set when spec.os.name is windows.
1558515580
type: string
1558615581
readOnlyRootFilesystem:
@@ -16876,7 +16871,6 @@ spec:
1687616871
procMount denotes the type of proc mount to use for the containers.
1687716872
The default value is Default which uses the container runtime defaults for
1687816873
readonly paths and masked paths.
16879-
This requires the ProcMountType feature flag to be enabled.
1688016874
Note that this field cannot be set when spec.os.name is windows.
1688116875
type: string
1688216876
readOnlyRootFilesystem:
@@ -18769,7 +18763,7 @@ spec:
1876918763
A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message.
1877018764
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
1877118765
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
18772-
The volume will be mounted read-only (ro) and non-executable files (noexec).
18766+
The volume will be mounted read-only (ro).
1877318767
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
1877418768
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
1877518769
properties:
@@ -18941,8 +18935,7 @@ spec:
1894118935
description: |-
1894218936
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
1894318937
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
18944-
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
18945-
is on.
18938+
are redirected to the pxd.portworx.com CSI driver.
1894618939
properties:
1894718940
fsType:
1894818941
description: |-
@@ -20872,7 +20865,6 @@ spec:
2087220865
procMount denotes the type of proc mount to use for the containers.
2087320866
The default value is Default which uses the container runtime defaults for
2087420867
readonly paths and masked paths.
20875-
This requires the ProcMountType feature flag to be enabled.
2087620868
Note that this field cannot be set when spec.os.name is windows.
2087720869
type: string
2087820870
readOnlyRootFilesystem:
@@ -22194,7 +22186,6 @@ spec:
2219422186
procMount denotes the type of proc mount to use for the containers.
2219522187
The default value is Default which uses the container runtime defaults for
2219622188
readonly paths and masked paths.
22197-
This requires the ProcMountType feature flag to be enabled.
2219822189
Note that this field cannot be set when spec.os.name is windows.
2219922190
type: string
2220022191
readOnlyRootFilesystem:
@@ -25706,7 +25697,7 @@ spec:
2570625697
A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message.
2570725698
The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field.
2570825699
The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images.
25709-
The volume will be mounted read-only (ro) and non-executable files (noexec).
25700+
The volume will be mounted read-only (ro).
2571025701
Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath) before 1.33.
2571125702
The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
2571225703
properties:
@@ -25878,8 +25869,7 @@ spec:
2587825869
description: |-
2587925870
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
2588025871
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
25881-
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
25882-
is on.
25872+
are redirected to the pxd.portworx.com CSI driver.
2588325873
properties:
2588425874
fsType:
2588525875
description: |-
@@ -27813,7 +27803,6 @@ spec:
2781327803
procMount denotes the type of proc mount to use for the containers.
2781427804
The default value is Default which uses the container runtime defaults for
2781527805
readonly paths and masked paths.
27816-
This requires the ProcMountType feature flag to be enabled.
2781727806
Note that this field cannot be set when spec.os.name is windows.
2781827807
type: string
2781927808
readOnlyRootFilesystem:

build/crd/percona/generated/pgv2.percona.com_perconapgupgrades.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,6 @@ spec:
20922092
procMount denotes the type of proc mount to use for the containers.
20932093
The default value is Default which uses the container runtime defaults for
20942094
readonly paths and masked paths.
2095-
This requires the ProcMountType feature flag to be enabled.
20962095
Note that this field cannot be set when spec.os.name is windows.
20972096
type: string
20982097
readOnlyRootFilesystem:

0 commit comments

Comments
 (0)