Uses of Interface
org.cdk8s.plus24.CommandProbeOptions
-
Packages that use CommandProbeOptions Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of CommandProbeOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement CommandProbeOptions Modifier and Type Class Description static class
CommandProbeOptions.Jsii$Proxy
An implementation forCommandProbeOptions
Methods in org.cdk8s.plus24 that return CommandProbeOptions Modifier and Type Method Description CommandProbeOptions
CommandProbeOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type CommandProbeOptions Modifier and Type Method Description static Probe
Probe. fromCommand(List<String> command, CommandProbeOptions options)
Defines a probe based on a command which is executed within the container.
-