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.
Click to show internal directories.
Click to hide internal directories.