-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from kubebuilder v3.13.0 to v3.14.2 #336
Merged
Merged
+131
−109
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff
config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/apiextensions.k8s.io_v1_customresourcedefinition_subscriptions.googlecloudpubsuboperator.quipper.github.io.yaml
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
- controller-gen.kubebuilder.io/version: v0.13.0
+ controller-gen.kubebuilder.io/version: v0.14.0
name: subscriptions.googlecloudpubsuboperator.quipper.github.io
spec:
group: googlecloudpubsuboperator.quipper.github.io
@@ -19,14 +19,19 @@ spec:
description: Subscription is the Schema for the subscriptions API
properties:
apiVersion:
- description: 'APIVersion defines the versioned schema of this representation
- of an object. Servers should convert recognized schemas to the latest
- internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
+ description: |-
+ APIVersion defines the versioned schema of this representation of an object.
+ Servers should convert recognized schemas to the latest internal value, and
+ may reject unrecognized values.
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
- description: 'Kind is a string value representing the REST resource this
- object represents. Servers may infer this from the endpoint the client
- submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
+ description: |-
+ Kind is a string value representing the REST resource this object represents.
+ Servers may infer this from the endpoint the client submits requests to.
+ Cannot be updated.
+ In CamelCase.
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object config/default/apiextensions.k8s.io_v1_customresourcedefinition_topics.googlecloudpubsuboperator.quipper.github.io.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/apiextensions.k8s.io_v1_customresourcedefinition_topics.googlecloudpubsuboperator.quipper.github.io.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/apiextensions.k8s.io_v1_customresourcedefinition_topics.googlecloudpubsuboperator.quipper.github.io.yaml
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
- controller-gen.kubebuilder.io/version: v0.13.0
+ controller-gen.kubebuilder.io/version: v0.14.0
name: topics.googlecloudpubsuboperator.quipper.github.io
spec:
group: googlecloudpubsuboperator.quipper.github.io
@@ -19,14 +19,19 @@ spec:
description: Topic is the Schema for the topics API
properties:
apiVersion:
- description: 'APIVersion defines the versioned schema of this representation
- of an object. Servers should convert recognized schemas to the latest
- internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
+ description: |-
+ APIVersion defines the versioned schema of this representation of an object.
+ Servers should convert recognized schemas to the latest internal value, and
+ may reject unrecognized values.
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
- description: 'Kind is a string value representing the REST resource this
- object represents. Servers may infer this from the endpoint the client
- submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
+ description: |-
+ Kind is a string value representing the REST resource this object represents.
+ Servers may infer this from the endpoint the client submits requests to.
+ Cannot be updated.
+ In CamelCase.
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
@@ -71,8 +76,9 @@ spec:
description: TopicStatus defines the observed state of Topic
properties:
message:
- description: Message is an error message of Cloud Pub/Sub. Available
- only if Phase is Error.
+ description: |-
+ Message is an error message of Cloud Pub/Sub.
+ Available only if Phase is Error.
type: string
phase:
type: string config/default/apps_v1_deployment_google-cloud-pubsub-operator-controller-manager.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/apps_v1_deployment_google-cloud-pubsub-operator-controller-manager.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/apps_v1_deployment_google-cloud-pubsub-operator-controller-manager.yaml
@@ -2,12 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
- app.kubernetes.io/component: manager
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: controller-manager
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: deployment
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
control-plane: controller-manager
name: google-cloud-pubsub-operator-controller-manager
namespace: google-cloud-pubsub-operator-system
@@ -29,7 +25,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
+ image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
name: kube-rbac-proxy
ports:
- containerPort: 8443 config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-reader.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-reader.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-reader.yaml
@@ -2,12 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
- app.kubernetes.io/component: kube-rbac-proxy
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: metrics-reader
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: clusterrole
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-metrics-reader
rules:
- nonResourceURLs: config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-proxy-role.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-proxy-role.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-proxy-role.yaml
@@ -2,12 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
- app.kubernetes.io/component: kube-rbac-proxy
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: proxy-role
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: clusterrole
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-proxy-role
rules:
- apiGroups: config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-manager-rolebinding.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-manager-rolebinding.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-manager-rolebinding.yaml
@@ -2,12 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
- app.kubernetes.io/component: rbac
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: manager-rolebinding
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: clusterrolebinding
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-proxy-rolebinding.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-proxy-rolebinding.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-proxy-rolebinding.yaml
@@ -2,12 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
- app.kubernetes.io/component: kube-rbac-proxy
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: proxy-rolebinding
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: clusterrolebinding
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-proxy-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io config/default/rbac.authorization.k8s.io_v1_role_google-cloud-pubsub-operator-leader-election-role.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/rbac.authorization.k8s.io_v1_role_google-cloud-pubsub-operator-leader-election-role.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/rbac.authorization.k8s.io_v1_role_google-cloud-pubsub-operator-leader-election-role.yaml
@@ -2,12 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
- app.kubernetes.io/component: rbac
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: leader-election-role
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: role
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-leader-election-role
namespace: google-cloud-pubsub-operator-system
rules: config/default/rbac.authorization.k8s.io_v1_rolebinding_google-cloud-pubsub-operator-leader-election-rolebinding.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/rbac.authorization.k8s.io_v1_rolebinding_google-cloud-pubsub-operator-leader-election-rolebinding.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/rbac.authorization.k8s.io_v1_rolebinding_google-cloud-pubsub-operator-leader-election-rolebinding.yaml
@@ -2,12 +2,8 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
- app.kubernetes.io/component: rbac
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: leader-election-rolebinding
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: rolebinding
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-leader-election-rolebinding
namespace: google-cloud-pubsub-operator-system
roleRef: config/default/v1_namespace_google-cloud-pubsub-operator-system.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/v1_namespace_google-cloud-pubsub-operator-system.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/v1_namespace_google-cloud-pubsub-operator-system.yaml
@@ -2,11 +2,7 @@ apiVersion: v1
kind: Namespace
metadata:
labels:
- app.kubernetes.io/component: manager
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: system
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: namespace
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
control-plane: controller-manager
name: google-cloud-pubsub-operator-system config/default/v1_service_google-cloud-pubsub-operator-controller-manager-metrics-service.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/v1_service_google-cloud-pubsub-operator-controller-manager-metrics-service.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/v1_service_google-cloud-pubsub-operator-controller-manager-metrics-service.yaml
@@ -2,12 +2,8 @@ apiVersion: v1
kind: Service
metadata:
labels:
- app.kubernetes.io/component: kube-rbac-proxy
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: controller-manager-metrics-service
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: service
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
control-plane: controller-manager
name: google-cloud-pubsub-operator-controller-manager-metrics-service
namespace: google-cloud-pubsub-operator-system config/default/v1_serviceaccount_google-cloud-pubsub-operator-controller-manager.yaml--- a/tmp/kustomize-action-XXXXXX7bZdTf/config/default/v1_serviceaccount_google-cloud-pubsub-operator-controller-manager.yaml
+++ b/tmp/kustomize-action-XXXXXXkw3A3V/config/default/v1_serviceaccount_google-cloud-pubsub-operator-controller-manager.yaml
@@ -2,11 +2,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
labels:
- app.kubernetes.io/component: rbac
- app.kubernetes.io/created-by: hello-kubebuilder
- app.kubernetes.io/instance: controller-manager-sa
app.kubernetes.io/managed-by: kustomize
- app.kubernetes.io/name: serviceaccount
- app.kubernetes.io/part-of: hello-kubebuilder
+ app.kubernetes.io/name: google-cloud-pubsub-operator
name: google-cloud-pubsub-operator-controller-manager
namespace: google-cloud-pubsub-operator-system
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pick int128/kubebuilder-updates@c855739