@@ -4701,7 +4701,6 @@ spec:
47014701 description : UpdatedRevision is the updated template revision used to generate pods.
47024702 type : string
47034703 required :
4704- - availableReplicas
47054704 - replicas
47064705 - updatedAvailableReplicas
47074706 - updatedReadyReplicas
@@ -4719,6 +4718,10 @@ spec:
47194718 description : Failure count
47204719 format : int32
47214720 type : integer
4721+ finishTime :
4722+ description : FinishTime is the time when the hook finished
4723+ format : date-time
4724+ type : string
47224725 hookType :
47234726 description : Webhook Type
47244727 type : string
@@ -4731,6 +4734,10 @@ spec:
47314734 reason :
47324735 description : A human-readable short word
47334736 type : string
4737+ startTime :
4738+ description : StartTime is the time when the hook started
4739+ format : date-time
4740+ type : string
47344741 state :
47354742 description : Current webhook worker state
47364743 type : string
@@ -4804,7 +4811,6 @@ spec:
48044811 description : UpdatedRevision is the updated template revision used to generate pods.
48054812 type : string
48064813 required :
4807- - availableReplicas
48084814 - replicas
48094815 - updatedAvailableReplicas
48104816 - updatedReadyReplicas
@@ -4822,6 +4828,10 @@ spec:
48224828 description : Failure count
48234829 format : int32
48244830 type : integer
4831+ finishTime :
4832+ description : FinishTime is the time when the hook finished
4833+ format : date-time
4834+ type : string
48254835 hookType :
48264836 description : Webhook Type
48274837 type : string
@@ -4834,6 +4844,10 @@ spec:
48344844 reason :
48354845 description : A human-readable short word
48364846 type : string
4847+ startTime :
4848+ description : StartTime is the time when the hook started
4849+ format : date-time
4850+ type : string
48374851 state :
48384852 description : Current webhook worker state
48394853 type : string
@@ -4943,7 +4957,6 @@ spec:
49434957 description : UpdatedRevision is the updated template revision used to generate pods.
49444958 type : string
49454959 required :
4946- - availableReplicas
49474960 - replicas
49484961 - updatedAvailableReplicas
49494962 - updatedReadyReplicas
0 commit comments