|
1 | | -// Generated by the protocol buffer compiler. DO NOT EDIT! |
2 | | -// source: k8s.io/apimachinery/pkg/runtime/schema/generated.proto |
3 | | - |
| 1 | +/* |
| 2 | +Copyright 2021 The Kubernetes Authors. |
| 3 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +you may not use this file except in compliance with the License. |
| 5 | +You may obtain a copy of the License at |
| 6 | +http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | +Unless required by applicable law or agreed to in writing, software |
| 8 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 9 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 10 | +See the License for the specific language governing permissions and |
| 11 | +limitations under the License. |
| 12 | +*/ |
4 | 13 | package io.kubernetes.client.proto; |
5 | 14 |
|
6 | 15 | public final class RuntimeSchema { |
7 | 16 | private RuntimeSchema() {} |
8 | | - public static void registerAllExtensions( |
9 | | - com.google.protobuf.ExtensionRegistryLite registry) { |
10 | | - } |
11 | 17 |
|
12 | | - public static void registerAllExtensions( |
13 | | - com.google.protobuf.ExtensionRegistry registry) { |
14 | | - registerAllExtensions( |
15 | | - (com.google.protobuf.ExtensionRegistryLite) registry); |
| 18 | + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} |
| 19 | + |
| 20 | + public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { |
| 21 | + registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); |
16 | 22 | } |
17 | 23 |
|
18 | | - public static com.google.protobuf.Descriptors.FileDescriptor |
19 | | - getDescriptor() { |
| 24 | + public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { |
20 | 25 | return descriptor; |
21 | 26 | } |
22 | | - private static com.google.protobuf.Descriptors.FileDescriptor |
23 | | - descriptor; |
| 27 | + |
| 28 | + private static com.google.protobuf.Descriptors.FileDescriptor descriptor; |
| 29 | + |
24 | 30 | static { |
25 | 31 | java.lang.String[] descriptorData = { |
26 | | - "\n6k8s.io/apimachinery/pkg/runtime/schema" + |
27 | | - "/generated.proto\022&k8s.io.apimachinery.pk" + |
28 | | - "g.runtime.schemaB3\n\032io.kubernetes.client" + |
29 | | - ".protoB\rRuntimeSchemaZ\006schema" |
| 32 | + "\n6k8s.io/apimachinery/pkg/runtime/schema" |
| 33 | + + "/generated.proto\022&k8s.io.apimachinery.pk" |
| 34 | + + "g.runtime.schemaB3\n\032io.kubernetes.client" |
| 35 | + + ".protoB\rRuntimeSchemaZ\006schema" |
30 | 36 | }; |
31 | 37 | com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = |
32 | | - new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { |
| 38 | + new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { |
33 | 39 | public com.google.protobuf.ExtensionRegistry assignDescriptors( |
34 | 40 | com.google.protobuf.Descriptors.FileDescriptor root) { |
35 | 41 | descriptor = root; |
36 | 42 | return null; |
37 | 43 | } |
38 | 44 | }; |
39 | | - com.google.protobuf.Descriptors.FileDescriptor |
40 | | - .internalBuildGeneratedFileFrom(descriptorData, |
41 | | - new com.google.protobuf.Descriptors.FileDescriptor[] { |
42 | | - }, assigner); |
| 45 | + com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( |
| 46 | + descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}, assigner); |
43 | 47 | } |
44 | 48 |
|
45 | 49 | // @@protoc_insertion_point(outer_class_scope) |
|
0 commit comments