Uses of Class
org.cdk8s.plus23.HttpGetProbeOptions.Builder
-
-
Uses of HttpGetProbeOptions.Builder in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return HttpGetProbeOptions.Builder Modifier and Type Method Description static HttpGetProbeOptions.BuilderHttpGetProbeOptions. builder()HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. failureThreshold(Number failureThreshold)Sets the value ofProbeOptions.getFailureThreshold()HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. initialDelaySeconds(org.cdk8s.Duration initialDelaySeconds)Sets the value ofProbeOptions.getInitialDelaySeconds()HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. periodSeconds(org.cdk8s.Duration periodSeconds)Sets the value ofProbeOptions.getPeriodSeconds()HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. port(Number port)Sets the value ofHttpGetProbeOptions.getPort()HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. successThreshold(Number successThreshold)Sets the value ofProbeOptions.getSuccessThreshold()HttpGetProbeOptions.BuilderHttpGetProbeOptions.Builder. timeoutSeconds(org.cdk8s.Duration timeoutSeconds)Sets the value ofProbeOptions.getTimeoutSeconds()Constructors in org.cdk8s.plus23 with parameters of type HttpGetProbeOptions.Builder Constructor Description Jsii$Proxy(HttpGetProbeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theHttpGetProbeOptions.Builder.
-