Package k8s.io.apimachinery.pkg.runtime
Class Generated
- java.lang.Object
-
- k8s.io.apimachinery.pkg.runtime.Generated
-
public final class Generated extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerated.RawExtensionRawExtension is used to hold extensions in external versions.static interfaceGenerated.RawExtensionOrBuilderstatic classGenerated.TypeMetaTypeMeta is shared by all top level objects.static interfaceGenerated.TypeMetaOrBuilderstatic classGenerated.UnknownUnknown allows api objects with unknown types to be passed-through.static interfaceGenerated.UnknownOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-