Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DubboKind ¶
type DubboKind struct { metav1.TypeMeta metav1.ObjectMeta `json:"metadata"` Spec json.RawMessage `json:"spec"` Status *json.RawMessage `json:"status"` }
func (*DubboKind) DeepCopyInto ¶
func (*DubboKind) GetObjectMetadata ¶
func (dk *DubboKind) GetObjectMetadata() metav1.ObjectMeta
func (*DubboKind) GetSpec ¶
func (dk *DubboKind) GetSpec() json.RawMessage
func (*DubboKind) GetStatus ¶
func (dk *DubboKind) GetStatus() *json.RawMessage
type DubboObject ¶
type DubboObject interface { runtime.Object GetSpec() json.RawMessage GetStatus() *json.RawMessage GetObjectMetadata() metav1.ObjectMeta }
Click to show internal directories.
Click to hide internal directories.