Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIVersion = "examples.com/v1" KindBackend = "Backend" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BackendSpec `json:"spec"` }
func (Backend) MarshalJSON ¶
func (*Backend) UnmarshalJSON ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.