Documentation ¶
Index ¶
- type HealthChecks
- func (hc *HealthChecks) Create(healthCheck *composite.HealthCheck) error
- func (hc *HealthChecks) Delete(name string, scope meta.KeyType) error
- func (hc *HealthChecks) Get(name string, scope meta.KeyType) (*composite.HealthCheck, error)
- func (hc *HealthChecks) SelfLink(name string, scope meta.KeyType) (string, error)
- func (hc *HealthChecks) Update(name string, scope meta.KeyType, updatedHealthCheck *composite.HealthCheck) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecks ¶
type HealthChecks struct {
// contains filtered or unexported fields
}
func NewHealthChecks ¶
func NewHealthChecks(cloud *gce.Cloud, version meta.Version, logger klog.Logger) *HealthChecks
func (*HealthChecks) Create ¶
func (hc *HealthChecks) Create(healthCheck *composite.HealthCheck) error
func (*HealthChecks) Get ¶
func (hc *HealthChecks) Get(name string, scope meta.KeyType) (*composite.HealthCheck, error)
func (*HealthChecks) Update ¶
func (hc *HealthChecks) Update(name string, scope meta.KeyType, updatedHealthCheck *composite.HealthCheck) error
Click to show internal directories.
Click to hide internal directories.