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 Group + const Version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + type AzureCluster struct + Spec AzureClusterSpec + func (in *AzureCluster) DeepCopy() *AzureCluster + func (in *AzureCluster) DeepCopyInto(out *AzureCluster) + func (in *AzureCluster) DeepCopyObject() runtime.Object + type AzureClusterList struct + Items []AzureCluster + func (in *AzureClusterList) DeepCopy() *AzureClusterList + func (in *AzureClusterList) DeepCopyInto(out *AzureClusterList) + func (in *AzureClusterList) DeepCopyObject() runtime.Object + type AzureClusterSpec struct + NetworkSpec NetworkSpec + func (in *AzureClusterSpec) DeepCopy() *AzureClusterSpec + func (in *AzureClusterSpec) DeepCopyInto(out *AzureClusterSpec) + type NetworkSpec struct + Vnet VnetSpec + func (in *NetworkSpec) DeepCopy() *NetworkSpec + func (in *NetworkSpec) DeepCopyInto(out *NetworkSpec) + type VnetSpec struct + CIDRBlocks []string + func (in *VnetSpec) DeepCopy() *VnetSpec + func (in *VnetSpec) DeepCopyInto(out *VnetSpec) Other modules containing this package github.com/giantswarm/cluster-apps-operator github.com/giantswarm/cluster-apps-operator/v2