Versions in this module Expand all Collapse all v1 v1.4.0 Oct 17, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_policy_Eviction(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_policy_PodDisruptionBudget(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_policy_PodDisruptionBudgetList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_policy_PodDisruptionBudgetSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_policy_PodDisruptionBudgetStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + type Eviction struct + DeleteOptions *api.DeleteOptions + func (x *Eviction) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Eviction) CodecEncodeSelf(e *codec1978.Encoder) + type PodDisruptionBudget struct + Spec PodDisruptionBudgetSpec + Status PodDisruptionBudgetStatus + func (x *PodDisruptionBudget) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodDisruptionBudget) CodecEncodeSelf(e *codec1978.Encoder) + type PodDisruptionBudgetList struct + Items []PodDisruptionBudget + func (x *PodDisruptionBudgetList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodDisruptionBudgetList) CodecEncodeSelf(e *codec1978.Encoder) + type PodDisruptionBudgetSpec struct + MinAvailable intstr.IntOrString + Selector *unversioned.LabelSelector + func (x *PodDisruptionBudgetSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodDisruptionBudgetSpec) CodecEncodeSelf(e *codec1978.Encoder) + type PodDisruptionBudgetStatus struct + CurrentHealthy int32 + DesiredHealthy int32 + ExpectedPods int32 + PodDisruptionAllowed bool + func (x *PodDisruptionBudgetStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PodDisruptionBudgetStatus) CodecEncodeSelf(e *codec1978.Encoder)