Skip to content

Commit

Permalink
Merge pull request #1921 from vmware-tanzu/jtc/use-k8s-1.30
Browse files Browse the repository at this point in the history
Bump libs to K8s 1.30
  • Loading branch information
cfryanr committed Apr 30, 2024
2 parents b99da0c + 9d21bca commit 56d7dee
Show file tree
Hide file tree
Showing 639 changed files with 27,168 additions and 63,438 deletions.
4 changes: 1 addition & 3 deletions apis/concierge/authentication/v1alpha1/doc.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
// Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package
// +k8s:defaulter-gen=TypeMeta
// +groupName=authentication.concierge.pinniped.dev

// Package v1alpha1 is the v1alpha1 version of the Pinniped concierge authentication API.
Expand Down
4 changes: 1 addition & 3 deletions apis/concierge/config/v1alpha1/doc.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
// Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package
// +k8s:defaulter-gen=TypeMeta
// +groupName=config.concierge.pinniped.dev

// Package v1alpha1 is the v1alpha1 version of the Pinniped concierge configuration API.
Expand Down
5 changes: 1 addition & 4 deletions apis/supervisor/config/v1alpha1/doc.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
// Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package
// +k8s:conversion-gen=go.pinniped.dev/GENERATED_PKG/apis/supervisor/config
// +k8s:defaulter-gen=TypeMeta
// +groupName=config.supervisor.pinniped.dev

// Package v1alpha1 is the v1alpha1 version of the Pinniped supervisor configuration API.
Expand Down
4 changes: 1 addition & 3 deletions apis/supervisor/idp/v1alpha1/doc.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
// Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// +k8s:openapi-gen=true
// +k8s:deepcopy-gen=package
// +k8s:defaulter-gen=TypeMeta
// +groupName=idp.supervisor.pinniped.dev
// +groupGoName=IDP

Expand Down
4 changes: 2 additions & 2 deletions deploy/concierge/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
#! Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0

#@ load("@ytt:data", "data")
Expand All @@ -19,7 +19,7 @@ rules:
resources: [ apiservices ]
verbs: [ get, list, patch, update, watch ]
- apiGroups: [ admissionregistration.k8s.io ]
resources: [ validatingwebhookconfigurations, mutatingwebhookconfigurations ]
resources: [ validatingwebhookconfigurations, mutatingwebhookconfigurations, validatingadmissionpolicies, validatingadmissionpolicybindings ]
verbs: [ get, list, watch ]
- apiGroups: [ flowcontrol.apiserver.k8s.io ]
resources: [ flowschemas, prioritylevelconfigurations ]
Expand Down
4 changes: 2 additions & 2 deletions deploy/supervisor/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! Copyright 2020-2022 the Pinniped contributors. All Rights Reserved.
#! Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
#! SPDX-License-Identifier: Apache-2.0

#@ load("@ytt:data", "data")
Expand Down Expand Up @@ -131,7 +131,7 @@ rules:
resources: [ apiservices ]
verbs: [ get, list, patch, update, watch ]
- apiGroups: [ admissionregistration.k8s.io ]
resources: [ validatingwebhookconfigurations, mutatingwebhookconfigurations ]
resources: [ validatingwebhookconfigurations, mutatingwebhookconfigurations, validatingadmissionpolicies, validatingadmissionpolicybindings ]
verbs: [ get, list, watch ]
- apiGroups: [ flowcontrol.apiserver.k8s.io ]
resources: [ flowschemas, prioritylevelconfigurations ]
Expand Down
Loading

0 comments on commit 56d7dee

Please sign in to comment.