change

package
v0.0.0-...-062eff5 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package change contains data structures for capturing resource state change related information.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Type         Type
	Name         string
	GroupVersion schema.GroupVersion
}

Info captures information about a Kubernetes resource change.

func (Info) String

func (i Info) String() string

type Type

type Type int

Type is the type of the change.

const (
	// Add means a Kubernetes resource was added.
	Add Type = iota

	// Update means a Kubernetes resource was updated.
	Update

	// Delete means a Kubernetes resource was deleted.
	Delete
)

Jump to

Keyboard shortcuts

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