Versions in this module Expand all Collapse all v3 v3.1.0 Nov 27, 2024 v3.0.0 Nov 19, 2024 Changes in this version + const ClusterFinalizer + const Group + const Version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + type APIEndpoint struct + Host string + Port int + func (in *APIEndpoint) DeepCopy() *APIEndpoint + func (in *APIEndpoint) DeepCopyInto(out *APIEndpoint) + type LoadBalancerConfig struct + UseOneArm bool + VipSubnet string + func (in *LoadBalancerConfig) DeepCopy() *LoadBalancerConfig + func (in *LoadBalancerConfig) DeepCopyInto(out *LoadBalancerConfig) + type Ports struct + HTTP int32 + HTTPS int32 + TCP int32 + func (in *Ports) DeepCopy() *Ports + func (in *Ports) DeepCopyInto(out *Ports) + type ProxyConfig struct + HTTPProxy string + HTTPSProxy string + NoProxy string + func (in *ProxyConfig) DeepCopy() *ProxyConfig + func (in *ProxyConfig) DeepCopyInto(out *ProxyConfig) + type UserCredentialsContext struct + Password string + RefreshToken string + SecretRef *v1.SecretReference + Username string + func (in *UserCredentialsContext) DeepCopy() *UserCredentialsContext + func (in *UserCredentialsContext) DeepCopyInto(out *UserCredentialsContext) + type VCDCluster struct + Spec VCDClusterSpec + Status VCDClusterStatus + func (in *VCDCluster) DeepCopy() *VCDCluster + func (in *VCDCluster) DeepCopyInto(out *VCDCluster) + func (in *VCDCluster) DeepCopyObject() runtime.Object + type VCDClusterList struct + Items []VCDCluster + func (in *VCDClusterList) DeepCopy() *VCDClusterList + func (in *VCDClusterList) DeepCopyInto(out *VCDClusterList) + func (in *VCDClusterList) DeepCopyObject() runtime.Object + type VCDClusterSpec struct + ControlPlaneEndpoint APIEndpoint + LoadBalancerConfigSpec LoadBalancerConfig + Org string + Ovdc string + OvdcNetwork string + ParentUID string + ProxyConfigSpec ProxyConfig + RDEId string + Site string + UseAsManagementCluster bool + UserCredentialsContext UserCredentialsContext + func (in *VCDClusterSpec) DeepCopy() *VCDClusterSpec + func (in *VCDClusterSpec) DeepCopyInto(out *VCDClusterSpec) + type VCDClusterStatus struct + InfraId string + LoadBalancerConfig LoadBalancerConfig + Org string + Ovdc string + OvdcNetwork string + ParentUID string + ProxyConfig ProxyConfig + RdeVersionInUse string + Ready bool + Site string + UseAsManagementCluster bool + VAppMetadataUpdated bool + func (in *VCDClusterStatus) DeepCopy() *VCDClusterStatus + func (in *VCDClusterStatus) DeepCopyInto(out *VCDClusterStatus) Other modules containing this package github.com/giantswarm/cluster-apps-operator/v2