v1

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

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

Go to latest
Published: Oct 25, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jinghzhu

type Jinghzhu struct {
	metav1.TypeMeta `json:",inline"`
	// Standard object's metadata.
	metav1.ObjectMeta `json:"metadata"`
	// Specification of the desired behavior of Jinghzhu.
	Spec JinghzhuSpec `json:"spec"`
	// Observed status of Jinghzhu.
	Status JinghzhuStatus `json:"status"`
}

Jinghzhu is the CRD. Use this command to generate deepcopy for it:

type JinghzhuSpec

type JinghzhuSpec struct {
	Foo string `json:"foo"`
	Bar bool   `json:"bar"`
}

JinghzhuSpec is a desired state description of Jinghzhu.

type JinghzhuStatus

type JinghzhuStatus struct {
	State   string `json:"state"`
	Message string `json:"message"`
}

JinghzhuStatus describes the lifecycle status of Jinghzhu.

Jump to

Keyboard shortcuts

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