Versions in this module Expand all Collapse all v0 v0.1.0 Jan 12, 2023 v0.0.1 Jan 12, 2023 Changes in this version + const Group + const Version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + var StoreConfigGroupKind = schema.GroupKind{Group: Group, Kind: StoreConfigKind}.String() + var StoreConfigGroupVersionKind = SchemeGroupVersion.WithKind(StoreConfigKind) + var StoreConfigKind = reflect.TypeOf(StoreConfig{}).Name() + var StoreConfigKindAPIVersion = StoreConfigKind + "." + SchemeGroupVersion.String() + type StoreConfig struct + Spec StoreConfigSpec + Status StoreConfigStatus + func (in *StoreConfig) DeepCopy() *StoreConfig + func (in *StoreConfig) DeepCopyInto(out *StoreConfig) + func (in *StoreConfig) DeepCopyObject() runtime.Object + func (in *StoreConfig) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (in *StoreConfig) GetStoreConfig() xpv1.SecretStoreConfig + func (in *StoreConfig) SetConditions(c ...xpv1.Condition) + type StoreConfigList struct + Items []StoreConfig + func (in *StoreConfigList) DeepCopy() *StoreConfigList + func (in *StoreConfigList) DeepCopyInto(out *StoreConfigList) + func (in *StoreConfigList) DeepCopyObject() runtime.Object + type StoreConfigSpec struct + func (in *StoreConfigSpec) DeepCopy() *StoreConfigSpec + func (in *StoreConfigSpec) DeepCopyInto(out *StoreConfigSpec) + type StoreConfigStatus struct + func (in *StoreConfigStatus) DeepCopy() *StoreConfigStatus + func (in *StoreConfigStatus) DeepCopyInto(out *StoreConfigStatus)