Uses of Class
io.kubernetes.client.proto.V1.EmptyDirVolumeSource
-
Uses of V1.EmptyDirVolumeSource in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.EmptyDirVolumeSourceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.EmptyDirVolumeSource>V1.EmptyDirVolumeSource.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.EmptyDirVolumeSourceModifier and TypeMethodDescriptionV1.EmptyDirVolumeSource.Builder.build()V1.EmptyDirVolumeSource.Builder.buildPartial()static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.getDefaultInstance()V1.EmptyDirVolumeSource.Builder.getDefaultInstanceForType()V1.EmptyDirVolumeSource.getDefaultInstanceForType()V1.VolumeSource.Builder.getEmptyDir()EmptyDir represents a temporary directory that shares a pod's lifetime.V1.VolumeSource.getEmptyDir()EmptyDir represents a temporary directory that shares a pod's lifetime.V1.VolumeSourceOrBuilder.getEmptyDir()EmptyDir represents a temporary directory that shares a pod's lifetime.static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseDelimitedFrom(InputStream input) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(byte[] data) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.ByteString data) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(InputStream input) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(ByteBuffer data) static V1.EmptyDirVolumeSourceV1.EmptyDirVolumeSource.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.EmptyDirVolumeSourceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.EmptyDirVolumeSource>V1.EmptyDirVolumeSource.getParserForType()static com.google.protobuf.Parser<V1.EmptyDirVolumeSource>V1.EmptyDirVolumeSource.parser()Methods in io.kubernetes.client.proto with parameters of type V1.EmptyDirVolumeSourceModifier and TypeMethodDescriptionV1.VolumeSource.Builder.mergeEmptyDir(V1.EmptyDirVolumeSource value) EmptyDir represents a temporary directory that shares a pod's lifetime.V1.EmptyDirVolumeSource.Builder.mergeFrom(V1.EmptyDirVolumeSource other) V1.EmptyDirVolumeSource.newBuilder(V1.EmptyDirVolumeSource prototype) V1.VolumeSource.Builder.setEmptyDir(V1.EmptyDirVolumeSource value) EmptyDir represents a temporary directory that shares a pod's lifetime.