mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor updates
This commit is contained in:
17
vendor/k8s.io/kubernetes/pkg/kubectl/scheme/install.go
generated
vendored
17
vendor/k8s.io/kubernetes/pkg/kubectl/scheme/install.go
generated
vendored
@ -60,6 +60,7 @@ func init() {
|
||||
scheme.AddToScheme(Scheme)
|
||||
|
||||
// Register external types for Registry
|
||||
Versions = append(Versions, corev1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: corev1.GroupName,
|
||||
@ -90,6 +91,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, admissionv1alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: admissionv1alpha1.GroupName,
|
||||
@ -103,6 +105,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, admissionregistrationv1alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: admissionregistrationv1alpha1.GroupName,
|
||||
@ -116,6 +119,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, appsv1.SchemeGroupVersion, appsv1beta2.SchemeGroupVersion, appsv1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: appsv1.GroupName,
|
||||
@ -130,6 +134,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, authenticationv1.SchemeGroupVersion, authenticationv1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: authenticationv1beta1.GroupName,
|
||||
@ -144,6 +149,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, authorizationv1.SchemeGroupVersion, authorizationv1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: authorizationv1.GroupName,
|
||||
@ -158,6 +164,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, autoscalingv1.SchemeGroupVersion, autoscalingv2beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: autoscalingv1.GroupName,
|
||||
@ -171,6 +178,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, batchv1.SchemeGroupVersion, batchv1beta1.SchemeGroupVersion, batchv2alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: batchv1.GroupName,
|
||||
@ -185,6 +193,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, certificatesv1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: certificatesv1beta1.GroupName,
|
||||
@ -198,6 +207,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, extensionsv1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: extensionsv1beta1.GroupName,
|
||||
@ -211,6 +221,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, imagepolicyv1alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: imagepolicyv1alpha1.GroupName,
|
||||
@ -224,6 +235,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, networkingv1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: networkingv1.GroupName,
|
||||
@ -236,6 +248,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, policyv1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: policyv1beta1.GroupName,
|
||||
@ -248,6 +261,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, rbacv1.SchemeGroupVersion, rbacv1beta1.SchemeGroupVersion, rbacv1alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: rbacv1.GroupName,
|
||||
@ -263,6 +277,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, schedulingv1alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: schedulingv1alpha1.GroupName,
|
||||
@ -276,6 +291,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, settingsv1alpha1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: settingsv1alpha1.GroupName,
|
||||
@ -288,6 +304,7 @@ func init() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Versions = append(Versions, storagev1.SchemeGroupVersion, storagev1beta1.SchemeGroupVersion)
|
||||
if err := announced.NewGroupMetaFactory(
|
||||
&announced.GroupMetaFactoryArgs{
|
||||
GroupName: storagev1.GroupName,
|
||||
|
Reference in New Issue
Block a user