|
|
@@ -965,7 +965,7 @@ func (in *OracleSecretRef) DeepCopy() *OracleSecretRef {
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSink) DeepCopyInto(out *SecretSink) {
|
|
|
+func (in *PushSecret) DeepCopyInto(out *PushSecret) {
|
|
|
*out = *in
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
@@ -973,18 +973,18 @@ func (in *SecretSink) DeepCopyInto(out *SecretSink) {
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSink.
|
|
|
-func (in *SecretSink) DeepCopy() *SecretSink {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecret.
|
|
|
+func (in *PushSecret) DeepCopy() *PushSecret {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSink)
|
|
|
+ out := new(PushSecret)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
-func (in *SecretSink) DeepCopyObject() runtime.Object {
|
|
|
+func (in *PushSecret) DeepCopyObject() runtime.Object {
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
return c
|
|
|
}
|
|
|
@@ -992,53 +992,53 @@ func (in *SecretSink) DeepCopyObject() runtime.Object {
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkData) DeepCopyInto(out *SecretSinkData) {
|
|
|
+func (in *PushSecretData) DeepCopyInto(out *PushSecretData) {
|
|
|
*out = *in
|
|
|
if in.Match != nil {
|
|
|
in, out := &in.Match, &out.Match
|
|
|
- *out = make([]SecretSinkMatch, len(*in))
|
|
|
+ *out = make([]PushSecretMatch, len(*in))
|
|
|
for i := range *in {
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkData.
|
|
|
-func (in *SecretSinkData) DeepCopy() *SecretSinkData {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretData.
|
|
|
+func (in *PushSecretData) DeepCopy() *PushSecretData {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkData)
|
|
|
+ out := new(PushSecretData)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkList) DeepCopyInto(out *SecretSinkList) {
|
|
|
+func (in *PushSecretList) DeepCopyInto(out *PushSecretList) {
|
|
|
*out = *in
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
|
if in.Items != nil {
|
|
|
in, out := &in.Items, &out.Items
|
|
|
- *out = make([]SecretSink, len(*in))
|
|
|
+ *out = make([]PushSecret, len(*in))
|
|
|
for i := range *in {
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkList.
|
|
|
-func (in *SecretSinkList) DeepCopy() *SecretSinkList {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretList.
|
|
|
+func (in *PushSecretList) DeepCopy() *PushSecretList {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkList)
|
|
|
+ out := new(PushSecretList)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
-func (in *SecretSinkList) DeepCopyObject() runtime.Object {
|
|
|
+func (in *PushSecretList) DeepCopyObject() runtime.Object {
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
return c
|
|
|
}
|
|
|
@@ -1046,149 +1046,149 @@ func (in *SecretSinkList) DeepCopyObject() runtime.Object {
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkMatch) DeepCopyInto(out *SecretSinkMatch) {
|
|
|
+func (in *PushSecretMatch) DeepCopyInto(out *PushSecretMatch) {
|
|
|
*out = *in
|
|
|
if in.RemoteRefs != nil {
|
|
|
in, out := &in.RemoteRefs, &out.RemoteRefs
|
|
|
- *out = make([]SecretSinkRemoteRefs, len(*in))
|
|
|
+ *out = make([]PushSecretRemoteRefs, len(*in))
|
|
|
copy(*out, *in)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkMatch.
|
|
|
-func (in *SecretSinkMatch) DeepCopy() *SecretSinkMatch {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretMatch.
|
|
|
+func (in *PushSecretMatch) DeepCopy() *PushSecretMatch {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkMatch)
|
|
|
+ out := new(PushSecretMatch)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkRemoteRefs) DeepCopyInto(out *SecretSinkRemoteRefs) {
|
|
|
+func (in *PushSecretRemoteRefs) DeepCopyInto(out *PushSecretRemoteRefs) {
|
|
|
*out = *in
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkRemoteRefs.
|
|
|
-func (in *SecretSinkRemoteRefs) DeepCopy() *SecretSinkRemoteRefs {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretRemoteRefs.
|
|
|
+func (in *PushSecretRemoteRefs) DeepCopy() *PushSecretRemoteRefs {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkRemoteRefs)
|
|
|
+ out := new(PushSecretRemoteRefs)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkSecret) DeepCopyInto(out *SecretSinkSecret) {
|
|
|
+func (in *PushSecretSecret) DeepCopyInto(out *PushSecretSecret) {
|
|
|
*out = *in
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkSecret.
|
|
|
-func (in *SecretSinkSecret) DeepCopy() *SecretSinkSecret {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretSecret.
|
|
|
+func (in *PushSecretSecret) DeepCopy() *PushSecretSecret {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkSecret)
|
|
|
+ out := new(PushSecretSecret)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkSelector) DeepCopyInto(out *SecretSinkSelector) {
|
|
|
+func (in *PushSecretSelector) DeepCopyInto(out *PushSecretSelector) {
|
|
|
*out = *in
|
|
|
out.Secret = in.Secret
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkSelector.
|
|
|
-func (in *SecretSinkSelector) DeepCopy() *SecretSinkSelector {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretSelector.
|
|
|
+func (in *PushSecretSelector) DeepCopy() *PushSecretSelector {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkSelector)
|
|
|
+ out := new(PushSecretSelector)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkSpec) DeepCopyInto(out *SecretSinkSpec) {
|
|
|
+func (in *PushSecretSpec) DeepCopyInto(out *PushSecretSpec) {
|
|
|
*out = *in
|
|
|
if in.SecretStoreRefs != nil {
|
|
|
in, out := &in.SecretStoreRefs, &out.SecretStoreRefs
|
|
|
- *out = make([]SecretSinkStoreRef, len(*in))
|
|
|
+ *out = make([]PushSecretStoreRef, len(*in))
|
|
|
copy(*out, *in)
|
|
|
}
|
|
|
out.Selector = in.Selector
|
|
|
if in.Data != nil {
|
|
|
in, out := &in.Data, &out.Data
|
|
|
- *out = make([]SecretSinkData, len(*in))
|
|
|
+ *out = make([]PushSecretData, len(*in))
|
|
|
for i := range *in {
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkSpec.
|
|
|
-func (in *SecretSinkSpec) DeepCopy() *SecretSinkSpec {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretSpec.
|
|
|
+func (in *PushSecretSpec) DeepCopy() *PushSecretSpec {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkSpec)
|
|
|
+ out := new(PushSecretSpec)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkStatus) DeepCopyInto(out *SecretSinkStatus) {
|
|
|
+func (in *PushSecretStatus) DeepCopyInto(out *PushSecretStatus) {
|
|
|
*out = *in
|
|
|
in.RefreshTime.DeepCopyInto(&out.RefreshTime)
|
|
|
if in.Conditions != nil {
|
|
|
in, out := &in.Conditions, &out.Conditions
|
|
|
- *out = make([]SecretSinkStatusCondition, len(*in))
|
|
|
+ *out = make([]PushSecretStatusCondition, len(*in))
|
|
|
for i := range *in {
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkStatus.
|
|
|
-func (in *SecretSinkStatus) DeepCopy() *SecretSinkStatus {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretStatus.
|
|
|
+func (in *PushSecretStatus) DeepCopy() *PushSecretStatus {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkStatus)
|
|
|
+ out := new(PushSecretStatus)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkStatusCondition) DeepCopyInto(out *SecretSinkStatusCondition) {
|
|
|
+func (in *PushSecretStatusCondition) DeepCopyInto(out *PushSecretStatusCondition) {
|
|
|
*out = *in
|
|
|
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkStatusCondition.
|
|
|
-func (in *SecretSinkStatusCondition) DeepCopy() *SecretSinkStatusCondition {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecetStatusCondition.
|
|
|
+func (in *PushSecretStatusCondition) DeepCopy() *PushSecretStatusCondition {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkStatusCondition)
|
|
|
+ out := new(PushSecretStatusCondition)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
-func (in *SecretSinkStoreRef) DeepCopyInto(out *SecretSinkStoreRef) {
|
|
|
+func (in *PushSecretStoreRef) DeepCopyInto(out *PushSecretStoreRef) {
|
|
|
*out = *in
|
|
|
}
|
|
|
|
|
|
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSinkStoreRef.
|
|
|
-func (in *SecretSinkStoreRef) DeepCopy() *SecretSinkStoreRef {
|
|
|
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretStoreRef.
|
|
|
+func (in *PushSecretStoreRef) DeepCopy() *PushSecretStoreRef {
|
|
|
if in == nil {
|
|
|
return nil
|
|
|
}
|
|
|
- out := new(SecretSinkStoreRef)
|
|
|
+ out := new(PushSecretStoreRef)
|
|
|
in.DeepCopyInto(out)
|
|
|
return out
|
|
|
}
|