kubernetes

package
v0.9.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2020 License: Apache-2.0 Imports: 29 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPProbe

type HTTPProbe struct {
	Path string `json:"path,omitempty"`
	Port int    `json:"port,omitempty"`
}

type Probe

type Probe struct {
	HTTPGet          *HTTPProbe `json:"httpGet,omitempty"`
	TCPSocket        *TCPProbe  `json:"tcpSocket,omitempty"`
	PeriodSeconds    int        `json:"periodSeconds,omitempty"`
	SuccessThreshold int        `json:"successThreshold,omitempty"`
	FailureThreshold int        `json:"failureThreshold,omitempty"`
	TimeoutSeconds   int        `json:"timeoutSeconds,omitempty"`
}

type TCPProbe

type TCPProbe struct {
	Port int `json:"port,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL