Skip to content

Commit

Permalink
./hack/update-expected.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 28, 2021
1 parent 1c25193 commit e3d11d9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
Expand All @@ -16,25 +16,30 @@ spec:
plural: iamidentitymappings
singular: iamidentitymapping
scope: Cluster
subresources:
status: {}
validation:
openAPIV3Schema:
properties:
spec:
properties:
arn:
type: string
groups:
items:
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
spec:
properties:
arn:
type: string
type: array
username:
type: string
required:
- arn
- username
version: v1alpha1
groups:
items:
type: string
type: array
username:
type: string
required:
- arn
- username
type: object
type: object
served: true
storage: true
subresources:
status: {}

---

Expand Down Expand Up @@ -154,7 +159,7 @@ spec:
- --state-dir=/var/aws-iam-authenticator
- --kubeconfig-pregenerated=true
- --backend-mode=CRD,MountedFile
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.2-debian-stretch
image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.3-debian-stretch
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.12
manifest: authentication.aws/k8s-1.12.yaml
manifestHash: e560afb9c07a966239a54546698ff2ce489b26cbc51db6508914fc68cfb8b599
manifestHash: bff1ae6a3d5e795e21aa3f417e31ba2afc047ab1410a2c918c1ea69da6e11dea
name: authentication.aws
selector:
role.kubernetes.io/authentication: "1"

0 comments on commit e3d11d9

Please sign in to comment.