Skip to content

Commit 4bda73c

Browse files
camilamacedo86Per Goncalves da Silva
authored andcommitted
Upgrade controller-gen v0.16.1 to v0.17.0 (#392)
Signed-off-by: Per Goncalves da Silva <[email protected]> Upstream-repository: api Upstream-commit: bd94d9759a9a21b1c8aeb0c1e735cf6ba50d40a8
1 parent 107e04d commit 4bda73c

35 files changed

+561
-231
lines changed

manifests/0000_50_olm_00-catalogsources.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

manifests/0000_50_olm_00-clusterserviceversions.crd.yaml

Lines changed: 211 additions & 80 deletions
Large diffs are not rendered by default.

manifests/0000_50_olm_00-installplans.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

manifests/0000_50_olm_00-olmconfigs.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

manifests/0000_50_olm_00-operatorconditions.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

manifests/0000_50_olm_00-operatorgroups.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

manifests/0000_50_olm_00-operators.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

manifests/0000_50_olm_00-subscriptions.crd.yaml

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"
@@ -1362,6 +1362,8 @@ spec:
13621362
description: |-
13631363
awsElasticBlockStore represents an AWS Disk resource that is attached to a
13641364
kubelet's host machine and then exposed to the pod.
1365+
Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree
1366+
awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver.
13651367
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
13661368
type: object
13671369
required:
@@ -1393,7 +1395,10 @@ spec:
13931395
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
13941396
type: string
13951397
azureDisk:
1396-
description: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
1398+
description: |-
1399+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
1400+
Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type
1401+
are redirected to the disk.csi.azure.com CSI driver.
13971402
type: object
13981403
required:
13991404
- diskName
@@ -1425,7 +1430,10 @@ spec:
14251430
type: boolean
14261431
default: false
14271432
azureFile:
1428-
description: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
1433+
description: |-
1434+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
1435+
Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type
1436+
are redirected to the file.csi.azure.com CSI driver.
14291437
type: object
14301438
required:
14311439
- secretName
@@ -1443,7 +1451,9 @@ spec:
14431451
description: shareName is the azure share Name
14441452
type: string
14451453
cephfs:
1446-
description: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
1454+
description: |-
1455+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
1456+
Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
14471457
type: object
14481458
required:
14491459
- monitors
@@ -1494,6 +1504,8 @@ spec:
14941504
cinder:
14951505
description: |-
14961506
cinder represents a cinder volume attached and mounted on kubelets host machine.
1507+
Deprecated: Cinder is deprecated. All operations for the in-tree cinder type
1508+
are redirected to the cinder.csi.openstack.org CSI driver.
14971509
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
14981510
type: object
14991511
required:
@@ -1600,7 +1612,7 @@ spec:
16001612
type: boolean
16011613
x-kubernetes-map-type: atomic
16021614
csi:
1603-
description: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
1615+
description: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
16041616
type: object
16051617
required:
16061618
- driver
@@ -2042,6 +2054,7 @@ spec:
20422054
description: |-
20432055
flexVolume represents a generic volume resource that is
20442056
provisioned/attached using an exec based plugin.
2057+
Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
20452058
type: object
20462059
required:
20472060
- driver
@@ -2085,7 +2098,9 @@ spec:
20852098
default: ""
20862099
x-kubernetes-map-type: atomic
20872100
flocker:
2088-
description: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
2101+
description: |-
2102+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running.
2103+
Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
20892104
type: object
20902105
properties:
20912106
datasetName:
@@ -2100,6 +2115,8 @@ spec:
21002115
description: |-
21012116
gcePersistentDisk represents a GCE Disk resource that is attached to a
21022117
kubelet's host machine and then exposed to the pod.
2118+
Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree
2119+
gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver.
21032120
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
21042121
type: object
21052122
required:
@@ -2135,7 +2152,7 @@ spec:
21352152
gitRepo:
21362153
description: |-
21372154
gitRepo represents a git repository at a particular revision.
2138-
DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an
2155+
Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an
21392156
EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
21402157
into the Pod's container.
21412158
type: object
@@ -2158,6 +2175,7 @@ spec:
21582175
glusterfs:
21592176
description: |-
21602177
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
2178+
Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported.
21612179
More info: https://examples.k8s.io/volumes/glusterfs/README.md
21622180
type: object
21632181
required:
@@ -2364,7 +2382,9 @@ spec:
23642382
Default false.
23652383
type: boolean
23662384
photonPersistentDisk:
2367-
description: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
2385+
description: |-
2386+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine.
2387+
Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
23682388
type: object
23692389
required:
23702390
- pdID
@@ -2379,7 +2399,11 @@ spec:
23792399
description: pdID is the ID that identifies Photon Controller persistent disk
23802400
type: string
23812401
portworxVolume:
2382-
description: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
2402+
description: |-
2403+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
2404+
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
2405+
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
2406+
is on.
23832407
type: object
23842408
required:
23852409
- volumeID
@@ -2714,7 +2738,9 @@ spec:
27142738
type: string
27152739
x-kubernetes-list-type: atomic
27162740
quobyte:
2717-
description: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
2741+
description: |-
2742+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime.
2743+
Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
27182744
type: object
27192745
required:
27202746
- registry
@@ -2752,6 +2778,7 @@ spec:
27522778
rbd:
27532779
description: |-
27542780
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
2781+
Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported.
27552782
More info: https://examples.k8s.io/volumes/rbd/README.md
27562783
type: object
27572784
required:
@@ -2824,7 +2851,9 @@ spec:
28242851
type: string
28252852
default: admin
28262853
scaleIO:
2827-
description: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
2854+
description: |-
2855+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
2856+
Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
28282857
type: object
28292858
required:
28302859
- gateway
@@ -2950,7 +2979,9 @@ spec:
29502979
More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
29512980
type: string
29522981
storageos:
2953-
description: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2982+
description: |-
2983+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2984+
Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
29542985
type: object
29552986
properties:
29562987
fsType:
@@ -2995,7 +3026,10 @@ spec:
29953026
Namespaces that do not pre-exist within StorageOS will be created.
29963027
type: string
29973028
vsphereVolume:
2998-
description: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
3029+
description: |-
3030+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine.
3031+
Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type
3032+
are redirected to the csi.vsphere.vmware.com CSI driver.
29993033
type: object
30003034
required:
30013035
- volumePath

microshift-manifests/0000_50_olm_00-catalogsources.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.5
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
include.release.openshift.io/ibm-cloud-managed: "true"
77
include.release.openshift.io/self-managed-high-availability: "true"
88
capability.openshift.io/name: "OperatorLifecycleManager"

0 commit comments

Comments
 (0)