Package io.kubernetes.client.proto
Interface V1.ContainerStateRunningOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ContainerStateRunning
,V1.ContainerStateRunning.Builder
- Enclosing class:
- V1
public static interface V1.ContainerStateRunningOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTime at which the container was last (re-)started +optionalTime at which the container was last (re-)started +optionalboolean
Time at which the container was last (re-)started +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStartedAt
boolean hasStartedAt()Time at which the container was last (re-)started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
-
getStartedAt
Meta.Time getStartedAt()Time at which the container was last (re-)started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
-
getStartedAtOrBuilder
Meta.TimeOrBuilder getStartedAtOrBuilder()Time at which the container was last (re-)started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
-