Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Carp struct + Spec CarpSpec + Status CarpStatus + func (in *Carp) DeepCopy() *Carp + func (in *Carp) DeepCopyInto(out *Carp) + func (in *Carp) DeepCopyObject() runtime.Object + type CarpCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status ConditionStatus + Type CarpConditionType + func (in *CarpCondition) DeepCopy() *CarpCondition + func (in *CarpCondition) DeepCopyInto(out *CarpCondition) + type CarpConditionType string + type CarpList struct + Items []Carp + func (in *CarpList) DeepCopy() *CarpList + func (in *CarpList) DeepCopyInto(out *CarpList) + func (in *CarpList) DeepCopyObject() runtime.Object + type CarpPhase string + type CarpSpec struct + ActiveDeadlineSeconds *int64 + Hostname string + NodeName string + NodeSelector map[string]string + RestartPolicy RestartPolicy + SchedulerName string + ServiceAccountName string + Subdomain string + TerminationGracePeriodSeconds *int64 + func (in *CarpSpec) DeepCopy() *CarpSpec + func (in *CarpSpec) DeepCopyInto(out *CarpSpec) + type CarpStatus struct + CarpIP string + Conditions []CarpCondition + HostIP string + Message string + Phase CarpPhase + Reason string + StartTime *metav1.Time + func (in *CarpStatus) DeepCopy() *CarpStatus + func (in *CarpStatus) DeepCopyInto(out *CarpStatus) + type ConditionStatus string + type RestartPolicy string