Versions in this module Expand all Collapse all v0 v0.1.1 Nov 22, 2022 Changes in this version + const Group + const Version + var KopsGroupKind = schema.GroupKind{Group: Group, Kind: KopsKind}.String() + var KopsGroupVersionKind = SchemeGroupVersion.WithKind(KopsKind) + var KopsKind = reflect.TypeOf(Kops{}).Name() + var KopsKindAPIVersion = KopsKind + "." + SchemeGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Kops struct + Spec KopsSpec + Status KopsStatus + func (in *Kops) DeepCopy() *Kops + func (in *Kops) DeepCopyInto(out *Kops) + func (in *Kops) DeepCopyObject() runtime.Object + func (mg *Kops) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Kops) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Kops) GetProviderConfigReference() *xpv1.Reference + func (mg *Kops) GetProviderReference() *xpv1.Reference + func (mg *Kops) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Kops) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Kops) SetConditions(c ...xpv1.Condition) + func (mg *Kops) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Kops) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Kops) SetProviderReference(r *xpv1.Reference) + func (mg *Kops) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Kops) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type KopsList struct + Items []Kops + func (in *KopsList) DeepCopy() *KopsList + func (in *KopsList) DeepCopyInto(out *KopsList) + func (in *KopsList) DeepCopyObject() runtime.Object + func (l *KopsList) GetItems() []resource.Managed + type KopsObservation struct + ID string + Name string + ProvisioningState string + func (in *KopsObservation) DeepCopy() *KopsObservation + func (in *KopsObservation) DeepCopyInto(out *KopsObservation) + type KopsParameters struct + ClusterSpec kops.ClusterSpec + Domain string + InstanceGroupSpec []kops.InstanceGroupSpec + KubernetesAPICertificateTTL time.Duration + Region string + StateBucket string + func (in *KopsParameters) DeepCopy() *KopsParameters + func (in *KopsParameters) DeepCopyInto(out *KopsParameters) + type KopsSpec struct + ForProvider KopsParameters + func (in *KopsSpec) DeepCopy() *KopsSpec + func (in *KopsSpec) DeepCopyInto(out *KopsSpec) + type KopsStatus struct + AtProvider KopsObservation + func (in *KopsStatus) DeepCopy() *KopsStatus + func (in *KopsStatus) DeepCopyInto(out *KopsStatus)