Documentation
¶
Overview ¶
Package fakedata provides data needed for testing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cronjob ¶
type Cronjob struct {
Status CronjobStatus `json:"status,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
metav1.TypeMeta `json:",inline"`
Spec CronjobSpec `json:"spec,omitempty"`
}
Cronjob is the Schema for the cronjobs API
type CronjobSpec ¶
type CronjobSpec struct {
Foo string `json:"foo,omitempty"`
}
CronjobSpec defines the desired state of Cronjob
type CronjobStatus ¶
type CronjobStatus struct {
}
CronjobStatus defines the observed state of Cronjob
type Memcached ¶
type Memcached struct {
Status MemcachedStatus `json:"status,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
metav1.TypeMeta `json:",inline"`
Spec MemcachedSpec `json:"spec,omitempty"`
}
Memcached is the Schema for the memcacheds API
type MemcachedSpec ¶
type MemcachedSpec struct {
Foo string `json:"foo,omitempty"`
}
MemcachedSpec defines the desired state of Memcached
type MemcachedStatus ¶
type MemcachedStatus struct {
}
MemcachedStatus defines the observed state of Memcached
type MyKind ¶
type MyKind struct {
Status MyKindStatus `json:"status,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
metav1.TypeMeta `json:",inline"`
Spec MyKindSpec `json:"spec,omitempty"`
}
MyKind is the Schema for the mykinds API
type MyKindSpec ¶
type MyKindSpec struct {
Foo string `json:"foo,omitempty"`
}
MyKindSpec defines the desired state of MyKind
Click to show internal directories.
Click to hide internal directories.