ServiceTemplateContainerLivenessProbeArgs

constructor(failureThreshold: Output<Int>? = null, grpc: Output<ServiceTemplateContainerLivenessProbeGrpcArgs>? = null, httpGet: Output<ServiceTemplateContainerLivenessProbeHttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<ServiceTemplateContainerLivenessProbeTcpSocketArgs>? = null, timeoutSeconds: Output<Int>? = null)