Uses of Interface
org.cdk8s.plus20.CommandProbeOptions
-
-
Uses of CommandProbeOptions in org.cdk8s.plus20
Classes in org.cdk8s.plus20 that implement CommandProbeOptions Modifier and Type Class Description static classCommandProbeOptions.Jsii$ProxyAn implementation forCommandProbeOptionsMethods in org.cdk8s.plus20 that return CommandProbeOptions Modifier and Type Method Description CommandProbeOptionsCommandProbeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 with parameters of type CommandProbeOptions Modifier and Type Method Description static ProbeProbe. fromCommand(List<String> command, CommandProbeOptions options)Defines a probe based on a command which is executed within the container.
-