Versions in this module Expand all Collapse all v2 v2.3.2 Apr 20, 2021 Changes in this version + const ManagedClusterInfoSynced + const ReasonManagedClusterInfoSynced + const ReasonManagedClusterInfoSyncedFailed + var AddToScheme = SchemeBuilder.AddToScheme + var GroupName = "internal.open-cluster-management.io" + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type CloudVendorType string + const CloudVendorAWS + const CloudVendorAzure + const CloudVendorGoogle + const CloudVendorIBM + const CloudVendorIBMP + const CloudVendorIBMZ + const CloudVendorOpenStack + const CloudVendorOther + const CloudVendorVSphere + type ClusterInfoSpec struct + LoggingCA []byte + MasterEndpoint string + func (in *ClusterInfoSpec) DeepCopy() *ClusterInfoSpec + func (in *ClusterInfoSpec) DeepCopyInto(out *ClusterInfoSpec) + type ClusterInfoStatus struct + CloudVendor CloudVendorType + ClusterID string + Conditions []metav1.Condition + ConsoleURL string + DistributionInfo DistributionInfo + KubeVendor KubeVendorType + LoggingEndpoint corev1.EndpointAddress + LoggingPort corev1.EndpointPort + NodeList []NodeStatus + Version string + func (in *ClusterInfoStatus) DeepCopy() *ClusterInfoStatus + func (in *ClusterInfoStatus) DeepCopyInto(out *ClusterInfoStatus) + type DistributionInfo struct + OCP OCPDistributionInfo + Type DistributionType + func (in *DistributionInfo) DeepCopy() *DistributionInfo + func (in *DistributionInfo) DeepCopyInto(out *DistributionInfo) + type DistributionType string + const DistributionTypeOCP + const DistributionTypeUnknown + type KubeVendorType string + const KubeVendorAKS + const KubeVendorEKS + const KubeVendorGKE + const KubeVendorICP + const KubeVendorIKS + const KubeVendorOSD + const KubeVendorOpenShift + const KubeVendorOther + type ManagedClusterInfo struct + Spec ClusterInfoSpec + Status ClusterInfoStatus + func (in *ManagedClusterInfo) DeepCopy() *ManagedClusterInfo + func (in *ManagedClusterInfo) DeepCopyInto(out *ManagedClusterInfo) + func (in *ManagedClusterInfo) DeepCopyObject() runtime.Object + type ManagedClusterInfoList struct + Items []ManagedClusterInfo + func (in *ManagedClusterInfoList) DeepCopy() *ManagedClusterInfoList + func (in *ManagedClusterInfoList) DeepCopyInto(out *ManagedClusterInfoList) + func (in *ManagedClusterInfoList) DeepCopyObject() runtime.Object + type NodeCondition struct + Status corev1.ConditionStatus + Type corev1.NodeConditionType + func (in *NodeCondition) DeepCopy() *NodeCondition + func (in *NodeCondition) DeepCopyInto(out *NodeCondition) + type NodeStatus struct + Capacity ResourceList + Conditions []NodeCondition + Labels map[string]string + Name string + func (in *NodeStatus) DeepCopy() *NodeStatus + func (in *NodeStatus) DeepCopyInto(out *NodeStatus) + type OCPDistributionInfo struct + AvailableUpdates []string + DesiredVersion string + UpgradeFailed bool + Version string + func (in *OCPDistributionInfo) DeepCopy() *OCPDistributionInfo + func (in *OCPDistributionInfo) DeepCopyInto(out *OCPDistributionInfo) + type ResourceList map[ResourceName]resource.Quantity + func (in ResourceList) DeepCopy() ResourceList + func (in ResourceList) DeepCopyInto(out *ResourceList) + type ResourceName string + const ResourceCPU + const ResourceMemory v2.3.2-2021-04-20 Apr 21, 2021