Uses of Class
io.kubernetes.client.proto.V1.Probe
-
Uses of V1.Probe in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ProbeModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Probe>
V1.Probe.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ProbeModifier and TypeMethodDescriptionV1.Probe.Builder.build()
V1.Probe.Builder.buildPartial()
static V1.Probe
V1.Probe.getDefaultInstance()
V1.Probe.Builder.getDefaultInstanceForType()
V1.Probe.getDefaultInstanceForType()
V1.Container.Builder.getLivenessProbe()
Periodic probe of container liveness.V1.Container.getLivenessProbe()
Periodic probe of container liveness.V1.ContainerOrBuilder.getLivenessProbe()
Periodic probe of container liveness.V1.EphemeralContainerCommon.Builder.getLivenessProbe()
Probes are not allowed for ephemeral containers.V1.EphemeralContainerCommon.getLivenessProbe()
Probes are not allowed for ephemeral containers.V1.EphemeralContainerCommonOrBuilder.getLivenessProbe()
Probes are not allowed for ephemeral containers.V1.Container.Builder.getReadinessProbe()
Periodic probe of container service readiness.V1.Container.getReadinessProbe()
Periodic probe of container service readiness.V1.ContainerOrBuilder.getReadinessProbe()
Periodic probe of container service readiness.V1.EphemeralContainerCommon.Builder.getReadinessProbe()
Probes are not allowed for ephemeral containers.V1.EphemeralContainerCommon.getReadinessProbe()
Probes are not allowed for ephemeral containers.V1.EphemeralContainerCommonOrBuilder.getReadinessProbe()
Probes are not allowed for ephemeral containers.V1.Container.Builder.getStartupProbe()
StartupProbe indicates that the Pod has successfully initialized.V1.Container.getStartupProbe()
StartupProbe indicates that the Pod has successfully initialized.V1.ContainerOrBuilder.getStartupProbe()
StartupProbe indicates that the Pod has successfully initialized.V1.EphemeralContainerCommon.Builder.getStartupProbe()
Probes are not allowed for ephemeral containers.V1.EphemeralContainerCommon.getStartupProbe()
Probes are not allowed for ephemeral containers.V1.EphemeralContainerCommonOrBuilder.getStartupProbe()
Probes are not allowed for ephemeral containers.static V1.Probe
V1.Probe.parseDelimitedFrom
(InputStream input) static V1.Probe
V1.Probe.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Probe
V1.Probe.parseFrom
(byte[] data) static V1.Probe
V1.Probe.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Probe
V1.Probe.parseFrom
(com.google.protobuf.ByteString data) static V1.Probe
V1.Probe.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Probe
V1.Probe.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Probe
V1.Probe.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Probe
V1.Probe.parseFrom
(InputStream input) static V1.Probe
V1.Probe.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Probe
V1.Probe.parseFrom
(ByteBuffer data) static V1.Probe
V1.Probe.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ProbeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.Probe>
V1.Probe.getParserForType()
static com.google.protobuf.Parser<V1.Probe>
V1.Probe.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ProbeModifier and TypeMethodDescriptionV1.Container.Builder.mergeLivenessProbe
(V1.Probe value) Periodic probe of container liveness.V1.EphemeralContainerCommon.Builder.mergeLivenessProbe
(V1.Probe value) Probes are not allowed for ephemeral containers.V1.Container.Builder.mergeReadinessProbe
(V1.Probe value) Periodic probe of container service readiness.V1.EphemeralContainerCommon.Builder.mergeReadinessProbe
(V1.Probe value) Probes are not allowed for ephemeral containers.V1.Container.Builder.mergeStartupProbe
(V1.Probe value) StartupProbe indicates that the Pod has successfully initialized.V1.EphemeralContainerCommon.Builder.mergeStartupProbe
(V1.Probe value) Probes are not allowed for ephemeral containers.static V1.Probe.Builder
V1.Probe.newBuilder
(V1.Probe prototype) V1.Container.Builder.setLivenessProbe
(V1.Probe value) Periodic probe of container liveness.V1.EphemeralContainerCommon.Builder.setLivenessProbe
(V1.Probe value) Probes are not allowed for ephemeral containers.V1.Container.Builder.setReadinessProbe
(V1.Probe value) Periodic probe of container service readiness.V1.EphemeralContainerCommon.Builder.setReadinessProbe
(V1.Probe value) Probes are not allowed for ephemeral containers.V1.Container.Builder.setStartupProbe
(V1.Probe value) StartupProbe indicates that the Pod has successfully initialized.V1.EphemeralContainerCommon.Builder.setStartupProbe
(V1.Probe value) Probes are not allowed for ephemeral containers.