Interface Generated.ContainerStateRunningOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.Time getStartedAt()
      Time at which the container was last (re-)started +optional
      Generated.TimeOrBuilder getStartedAtOrBuilder()
      Time at which the container was last (re-)started +optional
      boolean hasStartedAt()
      Time at which the container was last (re-)started +optional
      • Methods 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 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;