k8stypes

package
v0.0.0-...-5bf65c3 Latest Latest
Warning

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

Go to latest
Published: May 12, 2017 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceEvent

type ServiceEvent struct {
	Type   string     `json:"type"`
	Object v1.Service `json:"object"`
}

ServiceEvent provides the event recieved for service watchers.

type ServiceUpdateEvent

type ServiceUpdateEvent struct {
	Old v1.Service `json:"old"`
	New v1.Service `json:"new"`
}

ServiceUpdateEvent provides the event recieved for service watchers for update events.

Jump to

Keyboard shortcuts

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