Merge pull request #12716 from rifelpet/authenticator-crdv1

Add missing status fields to IAMIdentityMapping v1 CRD
This commit is contained in:
Kubernetes Prow Robot 2021-11-11 20:42:29 -08:00 committed by GitHub
commit 7fe3d21c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 2 deletions

View File

@ -34,6 +34,13 @@ spec:
type: array
items:
type: string
status:
type: object
properties:
canonicalARN:
type: string
userID:
type: string
subresources:
status: {}
---

View File

@ -35,6 +35,13 @@ spec:
- arn
- username
type: object
status:
properties:
canonicalARN:
type: string
userID:
type: string
type: object
type: object
served: true
storage: true

View File

@ -54,7 +54,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: authentication.aws/k8s-1.12.yaml
manifestHash: bff1ae6a3d5e795e21aa3f417e31ba2afc047ab1410a2c918c1ea69da6e11dea
manifestHash: 4e708499c4b354385fbf7c05b1ab2b811f7043c92b9e33457c7591d58d29a0ee
name: authentication.aws
selector:
role.kubernetes.io/authentication: "1"

View File

@ -35,6 +35,13 @@ spec:
- arn
- username
type: object
status:
properties:
canonicalARN:
type: string
userID:
type: string
type: object
type: object
served: true
storage: true

View File

@ -54,7 +54,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: authentication.aws/k8s-1.12.yaml
manifestHash: 0cfdcbd7be8aa8a99c0e23b9417bf1c0e23bdbb5a5702168ff26f9248284ce8d
manifestHash: 4a9be77f6d2ad82454ef7bff16fbe02b07f86a3e8f72d06e865bc4885e2779e5
name: authentication.aws
selector:
role.kubernetes.io/authentication: "1"