v1

package
v0.0.0-...-8ae2393 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pki

type Pki struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec PkiSpec `json:"spec"`
}

Pki is the specification of a pki.box.com resource

type PkiChange

type PkiChange struct {
	// Type can take values like "ADDED" and "DELETED" to indicate the action
	// causing the watch endpoint to notify.
	Type watch.EventType `json:"type"`
	// Object is the actual value type that has changed.
	Object Pki `json:"object"`
}

PkiChange is received as a resonse from the http watch endpoint.

type PkiSpec

type PkiSpec struct {
	ServiceName string `json:"serviceName"`
}

PkiSpec is the spec for a Pki resource. For the sake of simplicity it only contains one field.

Jump to

Keyboard shortcuts

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