@@ -111,15 +111,7 @@ Steeltoe.Management.Endpoint.Actuators.Health.Availability.AvailabilityEventArgs
111111Steeltoe.Management.Endpoint.Actuators.Health.Availability.AvailabilityState
112112Steeltoe.Management.Endpoint.Actuators.Health.Availability.AvailabilityState.AvailabilityState(string! value) -> void
113113Steeltoe.Management.Endpoint.Actuators.Health.Availability.LivenessState
114- Steeltoe.Management.Endpoint.Actuators.Health.Availability.LivenessStateContributorOptions
115- Steeltoe.Management.Endpoint.Actuators.Health.Availability.LivenessStateContributorOptions.Enabled.get -> bool
116- Steeltoe.Management.Endpoint.Actuators.Health.Availability.LivenessStateContributorOptions.Enabled.set -> void
117- Steeltoe.Management.Endpoint.Actuators.Health.Availability.LivenessStateContributorOptions.LivenessStateContributorOptions() -> void
118114Steeltoe.Management.Endpoint.Actuators.Health.Availability.ReadinessState
119- Steeltoe.Management.Endpoint.Actuators.Health.Availability.ReadinessStateContributorOptions
120- Steeltoe.Management.Endpoint.Actuators.Health.Availability.ReadinessStateContributorOptions.Enabled.get -> bool
121- Steeltoe.Management.Endpoint.Actuators.Health.Availability.ReadinessStateContributorOptions.Enabled.set -> void
122- Steeltoe.Management.Endpoint.Actuators.Health.Availability.ReadinessStateContributorOptions.ReadinessStateContributorOptions() -> void
123115Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorOptions
124116Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorOptions.DiskSpaceContributorOptions() -> void
125117Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorOptions.Enabled.get -> bool
@@ -128,6 +120,14 @@ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorO
128120Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorOptions.Path.set -> void
129121Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorOptions.Threshold.get -> long
130122Steeltoe.Management.Endpoint.Actuators.Health.Contributors.DiskSpaceContributorOptions.Threshold.set -> void
123+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.LivenessStateContributorOptions
124+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.LivenessStateContributorOptions.Enabled.get -> bool
125+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.LivenessStateContributorOptions.Enabled.set -> void
126+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.LivenessStateContributorOptions.LivenessStateContributorOptions() -> void
127+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.ReadinessStateContributorOptions
128+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.ReadinessStateContributorOptions.Enabled.get -> bool
129+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.ReadinessStateContributorOptions.Enabled.set -> void
130+ Steeltoe.Management.Endpoint.Actuators.Health.Contributors.ReadinessStateContributorOptions.ReadinessStateContributorOptions() -> void
131131Steeltoe.Management.Endpoint.Actuators.Health.EndpointClaim
132132Steeltoe.Management.Endpoint.Actuators.Health.EndpointClaim.EndpointClaim() -> void
133133Steeltoe.Management.Endpoint.Actuators.Health.EndpointClaim.Type.get -> string?
0 commit comments