Skip to content
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

feat: unserve v1alpha1 version of platformadmin crd #1659

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8380,7 +8380,7 @@ spec:
type: integer
type: object
type: object
served: true
served: false
storage: false
LavenderQAQ marked this conversation as resolved.
Show resolved Hide resolved
subresources:
status: {}
Expand Down
1 change: 1 addition & 0 deletions pkg/apis/iot/v1alpha1/platformadmin_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ type PlatformAdminCondition struct {
// +kubebuilder:printcolumn:name="Deployment",type="integer",JSONPath=".status.deploymentReplicas",description="The Deployment Replica."
// +kubebuilder:printcolumn:name="ReadyDeployment",type="integer",JSONPath=".status.deploymentReadyReplicas",description="The Ready Deployment Replica."
// +kubebuilder:deprecatedversion:warning="iot.openyurt.io/v1alpha1 PlatformAdmin will be deprecated in future; use iot.openyurt.io/v1alpha2 PlatformAdmin; v1alpha1 PlatformAdmin.Spec.ServiceType only support ClusterIP"
// +kubebuilder:unservedversion

// PlatformAdmin is the Schema for the samples API
type PlatformAdmin struct {
Expand Down