Package k8s.io.api.core.v1
Interface Generated.ContainerStateRunningOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ContainerStateRunning,Generated.ContainerStateRunning.Builder
- Enclosing class:
- Generated
public static interface Generated.ContainerStateRunningOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.TimegetStartedAt()Time at which the container was last (re-)started +optionalGenerated.TimeOrBuildergetStartedAtOrBuilder()Time at which the container was last (re-)started +optionalbooleanhasStartedAt()Time at which the container was last (re-)started +optional-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartedAt
boolean hasStartedAt()
Time at which the container was last (re-)started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;- Returns:
- Whether the startedAt field is set.
-
getStartedAt
Generated.Time getStartedAt()
Time at which the container was last (re-)started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;- Returns:
- The startedAt.
-
getStartedAtOrBuilder
Generated.TimeOrBuilder getStartedAtOrBuilder()
Time at which the container was last (re-)started +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 1;
-
-