Interface Generated.ProbeHandlerOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.ProbeHandler, Generated.ProbeHandler.Builder
    Enclosing class:
    Generated

    public static interface Generated.ProbeHandlerOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasExec

        boolean hasExec()
         Exec specifies a command to execute in the container.
         +optional
         
        optional .k8s.io.api.core.v1.ExecAction exec = 1;
        Returns:
        Whether the exec field is set.
      • getExec

        Generated.ExecAction getExec()
         Exec specifies a command to execute in the container.
         +optional
         
        optional .k8s.io.api.core.v1.ExecAction exec = 1;
        Returns:
        The exec.
      • getExecOrBuilder

        Generated.ExecActionOrBuilder getExecOrBuilder()
         Exec specifies a command to execute in the container.
         +optional
         
        optional .k8s.io.api.core.v1.ExecAction exec = 1;
      • hasHttpGet

        boolean hasHttpGet()
         HTTPGet specifies an HTTP GET request to perform.
         +optional
         
        optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;
        Returns:
        Whether the httpGet field is set.
      • getHttpGet

        Generated.HTTPGetAction getHttpGet()
         HTTPGet specifies an HTTP GET request to perform.
         +optional
         
        optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;
        Returns:
        The httpGet.
      • getHttpGetOrBuilder

        Generated.HTTPGetActionOrBuilder getHttpGetOrBuilder()
         HTTPGet specifies an HTTP GET request to perform.
         +optional
         
        optional .k8s.io.api.core.v1.HTTPGetAction httpGet = 2;
      • hasTcpSocket

        boolean hasTcpSocket()
         TCPSocket specifies a connection to a TCP port.
         +optional
         
        optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;
        Returns:
        Whether the tcpSocket field is set.
      • getTcpSocket

        Generated.TCPSocketAction getTcpSocket()
         TCPSocket specifies a connection to a TCP port.
         +optional
         
        optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;
        Returns:
        The tcpSocket.
      • getTcpSocketOrBuilder

        Generated.TCPSocketActionOrBuilder getTcpSocketOrBuilder()
         TCPSocket specifies a connection to a TCP port.
         +optional
         
        optional .k8s.io.api.core.v1.TCPSocketAction tcpSocket = 3;
      • hasGrpc

        boolean hasGrpc()
         GRPC specifies a GRPC HealthCheckRequest.
         +optional
         
        optional .k8s.io.api.core.v1.GRPCAction grpc = 4;
        Returns:
        Whether the grpc field is set.
      • getGrpc

        Generated.GRPCAction getGrpc()
         GRPC specifies a GRPC HealthCheckRequest.
         +optional
         
        optional .k8s.io.api.core.v1.GRPCAction grpc = 4;
        Returns:
        The grpc.
      • getGrpcOrBuilder

        Generated.GRPCActionOrBuilder getGrpcOrBuilder()
         GRPC specifies a GRPC HealthCheckRequest.
         +optional
         
        optional .k8s.io.api.core.v1.GRPCAction grpc = 4;