You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/hypershift/v1beta1/azure.go
+2-3
Original file line number
Diff line number
Diff line change
@@ -461,9 +461,8 @@ type AzureResourceManagedIdentities struct {
461
461
// ManagedIdentity contains the client ID, and its certificate name, of a managed identity. This managed identity is
462
462
// used, by an HCP component, to authenticate with the Azure API.
463
463
typeManagedIdentitystruct {
464
-
// clientID is the client ID of a managed identity.
465
-
// Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
466
-
// removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
464
+
// clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
465
+
// mainly used for CI purposes.
467
466
//
468
467
// +optional
469
468
// +kubebuilder:validation:XValidation:rule="self.matches('^[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?$')",message="the client ID of a managed identity must be a valid UUID. It should be 5 groups of hyphen separated hexadecimal characters in the form 8-4-4-4-12."
Copy file name to clipboardExpand all lines: api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AAA_ungated.yaml
+18-27
Original file line number
Diff line number
Diff line change
@@ -3103,9 +3103,8 @@ spec:
3103
3103
type: string
3104
3104
clientID:
3105
3105
description: |-
3106
-
clientID is the client ID of a managed identity.
3107
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3108
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3106
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3107
+
mainly used for CI purposes.
3109
3108
type: string
3110
3109
x-kubernetes-validations:
3111
3110
- message: the client ID of a managed identity
@@ -3164,9 +3163,8 @@ spec:
3164
3163
type: string
3165
3164
clientID:
3166
3165
description: |-
3167
-
clientID is the client ID of a managed identity.
3168
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3169
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3166
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3167
+
mainly used for CI purposes.
3170
3168
type: string
3171
3169
x-kubernetes-validations:
3172
3170
- message: the client ID of a managed identity
@@ -3224,9 +3222,8 @@ spec:
3224
3222
type: string
3225
3223
clientID:
3226
3224
description: |-
3227
-
clientID is the client ID of a managed identity.
3228
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3229
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3225
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3226
+
mainly used for CI purposes.
3230
3227
type: string
3231
3228
x-kubernetes-validations:
3232
3229
- message: the client ID of a managed identity
@@ -3284,9 +3281,8 @@ spec:
3284
3281
type: string
3285
3282
clientID:
3286
3283
description: |-
3287
-
clientID is the client ID of a managed identity.
3288
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3289
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3284
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3285
+
mainly used for CI purposes.
3290
3286
type: string
3291
3287
x-kubernetes-validations:
3292
3288
- message: the client ID of a managed identity
@@ -3344,9 +3340,8 @@ spec:
3344
3340
type: string
3345
3341
clientID:
3346
3342
description: |-
3347
-
clientID is the client ID of a managed identity.
3348
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3349
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3343
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3344
+
mainly used for CI purposes.
3350
3345
type: string
3351
3346
x-kubernetes-validations:
3352
3347
- message: the client ID of a managed identity
@@ -3404,9 +3399,8 @@ spec:
3404
3399
type: string
3405
3400
clientID:
3406
3401
description: |-
3407
-
clientID is the client ID of a managed identity.
3408
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3409
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3402
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3403
+
mainly used for CI purposes.
3410
3404
type: string
3411
3405
x-kubernetes-validations:
3412
3406
- message: the client ID of a managed identity
@@ -3486,9 +3480,8 @@ spec:
3486
3480
type: string
3487
3481
clientID:
3488
3482
description: |-
3489
-
clientID is the client ID of a managed identity.
3490
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3491
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3483
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3484
+
mainly used for CI purposes.
3492
3485
type: string
3493
3486
x-kubernetes-validations:
3494
3487
- message: the client ID of a managed identity
@@ -3547,9 +3540,8 @@ spec:
3547
3540
type: string
3548
3541
clientID:
3549
3542
description: |-
3550
-
clientID is the client ID of a managed identity.
3551
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3552
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3543
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3544
+
mainly used for CI purposes.
3553
3545
type: string
3554
3546
x-kubernetes-validations:
3555
3547
- message: the client ID of a managed identity
@@ -4334,9 +4326,8 @@ spec:
4334
4326
type: string
4335
4327
clientID:
4336
4328
description: |-
4337
-
clientID is the client ID of a managed identity.
4338
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
4339
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
4329
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
4330
+
mainly used for CI purposes.
4340
4331
type: string
4341
4332
x-kubernetes-validations:
4342
4333
- message: the client ID of a managed identity must
Copy file name to clipboardExpand all lines: api/hypershift/v1beta1/zz_generated.featuregated-crd-manifests/hostedclusters.hypershift.openshift.io/AutoNodeKarpenter.yaml
+18-27
Original file line number
Diff line number
Diff line change
@@ -3144,9 +3144,8 @@ spec:
3144
3144
type: string
3145
3145
clientID:
3146
3146
description: |-
3147
-
clientID is the client ID of a managed identity.
3148
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3149
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3147
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3148
+
mainly used for CI purposes.
3150
3149
type: string
3151
3150
x-kubernetes-validations:
3152
3151
- message: the client ID of a managed identity
@@ -3205,9 +3204,8 @@ spec:
3205
3204
type: string
3206
3205
clientID:
3207
3206
description: |-
3208
-
clientID is the client ID of a managed identity.
3209
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3210
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3207
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3208
+
mainly used for CI purposes.
3211
3209
type: string
3212
3210
x-kubernetes-validations:
3213
3211
- message: the client ID of a managed identity
@@ -3265,9 +3263,8 @@ spec:
3265
3263
type: string
3266
3264
clientID:
3267
3265
description: |-
3268
-
clientID is the client ID of a managed identity.
3269
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3270
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3266
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3267
+
mainly used for CI purposes.
3271
3268
type: string
3272
3269
x-kubernetes-validations:
3273
3270
- message: the client ID of a managed identity
@@ -3325,9 +3322,8 @@ spec:
3325
3322
type: string
3326
3323
clientID:
3327
3324
description: |-
3328
-
clientID is the client ID of a managed identity.
3329
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3330
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3325
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3326
+
mainly used for CI purposes.
3331
3327
type: string
3332
3328
x-kubernetes-validations:
3333
3329
- message: the client ID of a managed identity
@@ -3385,9 +3381,8 @@ spec:
3385
3381
type: string
3386
3382
clientID:
3387
3383
description: |-
3388
-
clientID is the client ID of a managed identity.
3389
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3390
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3384
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3385
+
mainly used for CI purposes.
3391
3386
type: string
3392
3387
x-kubernetes-validations:
3393
3388
- message: the client ID of a managed identity
@@ -3445,9 +3440,8 @@ spec:
3445
3440
type: string
3446
3441
clientID:
3447
3442
description: |-
3448
-
clientID is the client ID of a managed identity.
3449
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3450
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3443
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3444
+
mainly used for CI purposes.
3451
3445
type: string
3452
3446
x-kubernetes-validations:
3453
3447
- message: the client ID of a managed identity
@@ -3527,9 +3521,8 @@ spec:
3527
3521
type: string
3528
3522
clientID:
3529
3523
description: |-
3530
-
clientID is the client ID of a managed identity.
3531
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3532
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3524
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3525
+
mainly used for CI purposes.
3533
3526
type: string
3534
3527
x-kubernetes-validations:
3535
3528
- message: the client ID of a managed identity
@@ -3588,9 +3581,8 @@ spec:
3588
3581
type: string
3589
3582
clientID:
3590
3583
description: |-
3591
-
clientID is the client ID of a managed identity.
3592
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
3593
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
3584
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
3585
+
mainly used for CI purposes.
3594
3586
type: string
3595
3587
x-kubernetes-validations:
3596
3588
- message: the client ID of a managed identity
@@ -4367,9 +4359,8 @@ spec:
4367
4359
type: string
4368
4360
clientID:
4369
4361
description: |-
4370
-
clientID is the client ID of a managed identity.
4371
-
Deprecated: This field was previously required as part of the MIWI phase 2 work; however, this field will be
4372
-
removed as part of the MIWI phase 3 work, https://issues.redhat.com/browse/OCPSTRAT-1856.
4362
+
clientID is the client ID of a managed identity associated with CredentialsSecretName. This field is optional and
4363
+
mainly used for CI purposes.
4373
4364
type: string
4374
4365
x-kubernetes-validations:
4375
4366
- message: the client ID of a managed identity must
0 commit comments