Versions in this module Expand all Collapse all v0 v0.2.0 Nov 19, 2020 Changes in this version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type InstallCondition = configv1.ClusterOperatorStatusCondition + type NcpInstall struct + Spec NcpInstallSpec + Status NcpInstallStatus + func (in *NcpInstall) DeepCopy() *NcpInstall + func (in *NcpInstall) DeepCopyInto(out *NcpInstall) + func (in *NcpInstall) DeepCopyObject() runtime.Object + type NcpInstallList struct + Items []NcpInstall + func (in *NcpInstallList) DeepCopy() *NcpInstallList + func (in *NcpInstallList) DeepCopyInto(out *NcpInstallList) + func (in *NcpInstallList) DeepCopyObject() runtime.Object + type NcpInstallSpec struct + NcpReplicas int32 + func (in *NcpInstallSpec) DeepCopy() *NcpInstallSpec + func (in *NcpInstallSpec) DeepCopyInto(out *NcpInstallSpec) + type NcpInstallStatus struct + Conditions []InstallCondition + func (in *NcpInstallStatus) DeepCopy() *NcpInstallStatus + func (in *NcpInstallStatus) DeepCopyInto(out *NcpInstallStatus)