Versions in this module Expand all Collapse all v0 v0.0.1 Apr 22, 2024 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type DeploymentRef struct + Name string + Namespace string + func (in *DeploymentRef) DeepCopy() *DeploymentRef + func (in *DeploymentRef) DeepCopyInto(out *DeploymentRef) + type UpGrade struct + Spec UpGradeSpec + Status UpGradeStatus + func (in *UpGrade) DeepCopy() *UpGrade + func (in *UpGrade) DeepCopyInto(out *UpGrade) + func (in *UpGrade) DeepCopyObject() runtime.Object + type UpGradeList struct + Items []UpGrade + func (in *UpGradeList) DeepCopy() *UpGradeList + func (in *UpGradeList) DeepCopyInto(out *UpGradeList) + func (in *UpGradeList) DeepCopyObject() runtime.Object + type UpGradeSpec struct + DeploymentRef DeploymentRef + Images []images + Type string + UpgradeReplicas int + func (in *UpGradeSpec) DeepCopy() *UpGradeSpec + func (in *UpGradeSpec) DeepCopyInto(out *UpGradeSpec) + type UpGradeStatus struct + Status string + Type string + UpGradeReplicas int + func (in *UpGradeStatus) DeepCopy() *UpGradeStatus + func (in *UpGradeStatus) DeepCopyInto(out *UpGradeStatus)