InitContainerPropertiesDefinitionInstanceView Class

Definition

The instance view of the init container. Only valid in response.

public class InitContainerPropertiesDefinitionInstanceView
type InitContainerPropertiesDefinitionInstanceView = class
Public Class InitContainerPropertiesDefinitionInstanceView
Inheritance
InitContainerPropertiesDefinitionInstanceView

Constructors

InitContainerPropertiesDefinitionInstanceView()

Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class.

InitContainerPropertiesDefinitionInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>)

Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class.

Properties

CurrentState

Gets the current state of the init container.

Events

Gets the events of the init container.

PreviousState

Gets the previous state of the init container.

RestartCount

Gets the number of times that the init container has been restarted.

Applies to