package
Version:
v0.0.3-beta8
Opens a new window with list of versions in this module.
Published: Apr 18, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateHttpCheckInput struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Frecuency string `json:"frecuency"`
URL string `json:"url"`
StatusCode int `json:"statusCode"`
}
type CreateTlsCheckInput struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Frecuency string `json:"frecuency"`
Address string `json:"address"`
RootCAs *string `json:"rootCAs"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.