@@ -6,7 +6,7 @@ metadata:
66 controller-gen.kubebuilder.io/version: v0.19.0
77 labels:
88 app.kubernetes.io/name: azure-service-operator
9- app.kubernetes.io/version: v2.13.0-hcpclusters.3
9+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
1010 name: bastionhosts.network.azure.com
1111spec:
1212 conversion:
@@ -1703,7 +1703,7 @@ metadata:
17031703 controller-gen.kubebuilder.io/version: v0.19.0
17041704 labels:
17051705 app.kubernetes.io/name: azure-service-operator
1706- app.kubernetes.io/version: v2.13.0-hcpclusters.3
1706+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
17071707 name: extensions.kubernetesconfiguration.azure.com
17081708spec:
17091709 conversion:
@@ -4176,7 +4176,7 @@ metadata:
41764176 controller-gen.kubebuilder.io/version: v0.19.0
41774177 labels:
41784178 app.kubernetes.io/name: azure-service-operator
4179- app.kubernetes.io/version: v2.13.0-hcpclusters.3
4179+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
41804180 name: fleetsmembers.containerservice.azure.com
41814181spec:
41824182 conversion:
@@ -4738,7 +4738,7 @@ metadata:
47384738 controller-gen.kubebuilder.io/version: v0.19.0
47394739 labels:
47404740 app.kubernetes.io/name: azure-service-operator
4741- app.kubernetes.io/version: v2.13.0-hcpclusters.3
4741+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
47424742 name: hcpopenshiftclusters.redhatopenshift.azure.com
47434743spec:
47444744 conversion:
@@ -6671,7 +6671,7 @@ spec:
66716671 type: object
66726672 type: object
66736673 served: true
6674- storage: true
6674+ storage: false
66756675 subresources:
66766676 status: {}
66776677 - additionalPrinterColumns:
@@ -7036,15 +7036,45 @@ spec:
70367036 pulls targeting the specified source registries.
70377037 properties:
70387038 mirrors:
7039- description: 'Mirrors: Mirrors are one or more image repositories that may also contain the same images.'
7039+ description: |-
7040+ Mirrors: mirrors is zero or more locations that may also contain the same images. No mirror will
7041+ be configured if not specified. Images can be pulled from these mirrors only if they are
7042+ referenced by their digests. The mirrored location is obtained by replacing the part of
7043+ the input reference that matches source by the mirrors entry, e.g. for
7044+ registry.redhat.io/product/repo reference, a (source, mirror) pair *.redhat.io,
7045+ mirror.local/redhat causes a mirror.local/redhat/product/repo repository to be used.
7046+ The order of mirrors in this list is treated as the user's desired priority, while source
7047+ is by default considered lower priority than all mirrors.
7048+ If no mirror is specified or all image pulls from the mirror list fail, the image will
7049+ continue to be pulled from the repository in the pull spec.
7050+ Other cluster configuration, including (but not limited to) other imageDigestMirrors
7051+ objects, may impact the exact order mirrors are contacted in, or some mirrors may be
7052+ contacted in parallel, so this should be considered a preference rather than a guarantee
7053+ of ordering.
7054+ mirrors uses one of the following formats:
7055+ * host[:port]
7056+ * host[:port]/namespace[/namespace...]
7057+ * host[:port]/namespace[/namespace...]/repo
7058+ for more information about the format, see:
7059+ https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#choosing-a-registry-toml-table
70407060 items:
70417061 maxLength: 255
70427062 type: string
70437063 maxItems: 255
70447064 minItems: 1
70457065 type: array
70467066 source:
7047- description: 'Source: Source is the image repository that users refer to, e.g. in image pull specifications.'
7067+ description: |-
7068+ Source: source matches the repository that users refer to, e.g. in image pull specifications.
7069+ Setting source to a registry hostname, e.g. docker.io, quay.io, or registry.redhat.io,
7070+ will match the image pull specification of the corresponding registry.
7071+ source uses one of the following formats:
7072+ * host[:port]
7073+ * host[:port]/namespace[/namespace...]
7074+ * host[:port]/namespace[/namespace...]/repo
7075+ * [*.]host
7076+ for more information about the format, see:
7077+ https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#choosing-a-registry-toml-table
70487078 maxLength: 255
70497079 type: string
70507080 required:
@@ -7543,15 +7573,45 @@ spec:
75437573 pulls targeting the specified source registries.
75447574 properties:
75457575 mirrors:
7546- description: 'Mirrors: Mirrors are one or more image repositories that may also contain the same images.'
7576+ description: |-
7577+ Mirrors: mirrors is zero or more locations that may also contain the same images. No mirror will
7578+ be configured if not specified. Images can be pulled from these mirrors only if they are
7579+ referenced by their digests. The mirrored location is obtained by replacing the part of
7580+ the input reference that matches source by the mirrors entry, e.g. for
7581+ registry.redhat.io/product/repo reference, a (source, mirror) pair *.redhat.io,
7582+ mirror.local/redhat causes a mirror.local/redhat/product/repo repository to be used.
7583+ The order of mirrors in this list is treated as the user's desired priority, while source
7584+ is by default considered lower priority than all mirrors.
7585+ If no mirror is specified or all image pulls from the mirror list fail, the image will
7586+ continue to be pulled from the repository in the pull spec.
7587+ Other cluster configuration, including (but not limited to) other imageDigestMirrors
7588+ objects, may impact the exact order mirrors are contacted in, or some mirrors may be
7589+ contacted in parallel, so this should be considered a preference rather than a guarantee
7590+ of ordering.
7591+ mirrors uses one of the following formats:
7592+ * host[:port]
7593+ * host[:port]/namespace[/namespace...]
7594+ * host[:port]/namespace[/namespace...]/repo
7595+ for more information about the format, see:
7596+ https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#choosing-a-registry-toml-table
75477597 items:
75487598 maxLength: 255
75497599 type: string
75507600 maxItems: 255
75517601 minItems: 1
75527602 type: array
75537603 source:
7554- description: 'Source: Source is the image repository that users refer to, e.g. in image pull specifications.'
7604+ description: |-
7605+ Source: source matches the repository that users refer to, e.g. in image pull specifications.
7606+ Setting source to a registry hostname, e.g. docker.io, quay.io, or registry.redhat.io,
7607+ will match the image pull specification of the corresponding registry.
7608+ source uses one of the following formats:
7609+ * host[:port]
7610+ * host[:port]/namespace[/namespace...]
7611+ * host[:port]/namespace[/namespace...]/repo
7612+ * [*.]host
7613+ for more information about the format, see:
7614+ https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md#choosing-a-registry-toml-table
75557615 maxLength: 255
75567616 type: string
75577617 required:
@@ -8805,7 +8865,7 @@ spec:
88058865 type: object
88068866 type: object
88078867 served: true
8808- storage: false
8868+ storage: true
88098869 subresources:
88108870 status: {}
88118871---
@@ -8817,7 +8877,7 @@ metadata:
88178877 controller-gen.kubebuilder.io/version: v0.19.0
88188878 labels:
88198879 app.kubernetes.io/name: azure-service-operator
8820- app.kubernetes.io/version: v2.13.0-hcpclusters.3
8880+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
88218881 name: hcpopenshiftclustersexternalauths.redhatopenshift.azure.com
88228882spec:
88238883 conversion:
@@ -10088,7 +10148,7 @@ spec:
1008810148 type: object
1008910149 type: object
1009010150 served: true
10091- storage: true
10151+ storage: false
1009210152 subresources:
1009310153 status: {}
1009410154 - additionalPrinterColumns:
@@ -11341,7 +11401,7 @@ spec:
1134111401 type: object
1134211402 type: object
1134311403 served: true
11344- storage: false
11404+ storage: true
1134511405 subresources:
1134611406 status: {}
1134711407---
@@ -11353,7 +11413,7 @@ metadata:
1135311413 controller-gen.kubebuilder.io/version: v0.19.0
1135411414 labels:
1135511415 app.kubernetes.io/name: azure-service-operator
11356- app.kubernetes.io/version: v2.13.0-hcpclusters.3
11416+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
1135711417 name: hcpopenshiftclustersnodepools.redhatopenshift.azure.com
1135811418spec:
1135911419 conversion:
@@ -12636,7 +12696,7 @@ spec:
1263612696 type: object
1263712697 type: object
1263812698 served: true
12639- storage: true
12699+ storage: false
1264012700 subresources:
1264112701 status: {}
1264212702 - additionalPrinterColumns:
@@ -13960,7 +14020,7 @@ spec:
1396014020 type: object
1396114021 type: object
1396214022 served: true
13963- storage: false
14023+ storage: true
1396414024 subresources:
1396514025 status: {}
1396614026---
@@ -13972,7 +14032,7 @@ metadata:
1397214032 controller-gen.kubebuilder.io/version: v0.19.0
1397314033 labels:
1397414034 app.kubernetes.io/name: azure-service-operator
13975- app.kubernetes.io/version: v2.13.0-hcpclusters.3
14035+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
1397614036 name: managedclusters.containerservice.azure.com
1397714037spec:
1397814038 conversion:
@@ -54955,7 +55015,7 @@ metadata:
5495555015 controller-gen.kubebuilder.io/version: v0.19.0
5495655016 labels:
5495755017 app.kubernetes.io/name: azure-service-operator
54958- app.kubernetes.io/version: v2.13.0-hcpclusters.3
55018+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
5495955019 name: managedclustersagentpools.containerservice.azure.com
5496055020spec:
5496155021 conversion:
@@ -67852,7 +67912,7 @@ metadata:
6785267912 controller-gen.kubebuilder.io/version: v0.19.0
6785367913 labels:
6785467914 app.kubernetes.io/name: azure-service-operator
67855- app.kubernetes.io/version: v2.13.0-hcpclusters.3
67915+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
6785667916 name: natgateways.network.azure.com
6785767917spec:
6785867918 conversion:
@@ -69326,7 +69386,7 @@ metadata:
6932669386 controller-gen.kubebuilder.io/version: v0.19.0
6932769387 labels:
6932869388 app.kubernetes.io/name: azure-service-operator
69329- app.kubernetes.io/version: v2.13.0-hcpclusters.3
69389+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
6933069390 name: networksecuritygroups.network.azure.com
6933169391spec:
6933269392 conversion:
@@ -70445,7 +70505,7 @@ metadata:
7044570505 controller-gen.kubebuilder.io/version: v0.19.0
7044670506 labels:
7044770507 app.kubernetes.io/name: azure-service-operator
70448- app.kubernetes.io/version: v2.13.0-hcpclusters.3
70508+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
7044970509 name: privateendpoints.network.azure.com
7045070510spec:
7045170511 conversion:
@@ -73125,7 +73185,7 @@ metadata:
7312573185 controller-gen.kubebuilder.io/version: v0.19.0
7312673186 labels:
7312773187 app.kubernetes.io/name: azure-service-operator
73128- app.kubernetes.io/version: v2.13.0-hcpclusters.3
73188+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
7312973189 name: resourcegroups.resources.azure.com
7313073190spec:
7313173191 conversion:
@@ -73594,7 +73654,7 @@ metadata:
7359473654 controller-gen.kubebuilder.io/version: v0.19.0
7359573655 labels:
7359673656 app.kubernetes.io/name: azure-service-operator
73597- app.kubernetes.io/version: v2.13.0-hcpclusters.3
73657+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
7359873658 name: roleassignments.authorization.azure.com
7359973659spec:
7360073660 conversion:
@@ -74893,7 +74953,7 @@ metadata:
7489374953 controller-gen.kubebuilder.io/version: v0.19.0
7489474954 labels:
7489574955 app.kubernetes.io/name: azure-service-operator
74896- app.kubernetes.io/version: v2.13.0-hcpclusters.3
74956+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
7489774957 name: userassignedidentities.managedidentity.azure.com
7489874958spec:
7489974959 conversion:
@@ -76200,7 +76260,7 @@ metadata:
7620076260 controller-gen.kubebuilder.io/version: v0.19.0
7620176261 labels:
7620276262 app.kubernetes.io/name: azure-service-operator
76203- app.kubernetes.io/version: v2.13.0-hcpclusters.3
76263+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
7620476264 name: vaults.keyvault.azure.com
7620576265spec:
7620676266 conversion:
@@ -79177,7 +79237,7 @@ metadata:
7917779237 controller-gen.kubebuilder.io/version: v0.19.0
7917879238 labels:
7917979239 app.kubernetes.io/name: azure-service-operator
79180- app.kubernetes.io/version: v2.13.0-hcpclusters.3
79240+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
7918179241 name: virtualnetworks.network.azure.com
7918279242spec:
7918379243 conversion:
@@ -81023,7 +81083,7 @@ metadata:
8102381083 controller-gen.kubebuilder.io/version: v0.19.0
8102481084 labels:
8102581085 app.kubernetes.io/name: azure-service-operator
81026- app.kubernetes.io/version: v2.13.0-hcpclusters.3
81086+ app.kubernetes.io/version: v2.13.0-hcpclusters.7
8102781087 name: virtualnetworkssubnets.network.azure.com
8102881088spec:
8102981089 conversion:
0 commit comments