Uses of Interface
org.cdk8s.plus25.HttpGetProbeOptions
-
Packages that use HttpGetProbeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of HttpGetProbeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement HttpGetProbeOptions Modifier and Type Class Description static classHttpGetProbeOptions.Jsii$ProxyAn implementation forHttpGetProbeOptionsMethods in org.cdk8s.plus25 that return HttpGetProbeOptions Modifier and Type Method Description HttpGetProbeOptionsHttpGetProbeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type HttpGetProbeOptions Modifier and Type Method Description static ProbeProbe. fromHttpGet(String path, HttpGetProbeOptions options)Defines a probe based on an HTTP GET request to the IP address of the container.
-