Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CuratorStatus ¶
func CuratorStatus(kclient kubernetes.Interface, p *v1alpha1.Curator) (*v1alpha1.CuratorStatus, []v2alpha1.CronJob, error)
CuratorStatus evaluates the current status of a Curator deployment with respect to its specified resource object. It return the status and a list of pods that are not updated.
func ListOptions ¶
func ListOptions(name string) metav1.ListOptions
Types ¶
type ConfigMapReference ¶
type ConfigMapReferenceList ¶
type ConfigMapReferenceList struct {
Items []*ConfigMapReference `json:"items"`
}
func (*ConfigMapReferenceList) Len ¶
func (l *ConfigMapReferenceList) Len() int
func (*ConfigMapReferenceList) Less ¶
func (l *ConfigMapReferenceList) Less(i, j int) bool
func (*ConfigMapReferenceList) Swap ¶
func (l *ConfigMapReferenceList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.